#1524 closed enhancement (fixed)

Improve performance for the stray files wizard

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.49.3
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

The stray files wizard start by loading the DataFilesFolder annotation for all existing items and then compare this list with folders that actually exists on the server. It can take long time to load information about the DataFilesFolder.

BASE 3.19.10 includes a new API that improves the performance a lot (maybe ~100 times faster).

Change History (2)

comment:1 by Nicklas Nordborg, 10 months ago

In 7354:

References #1524: Improve performance for the stray files wizard

Updated dependency to BASE 3.19.10.

comment:2 by Nicklas Nordborg, 10 months ago

Resolution: fixed
Status: newclosed

In 7355:

Fixes #1524: Improve performance for the stray files wizard

The FastAnnotationLoader is now used for loaded the DataFilesFolder annotation. Speedup is >100x.

Note: See TracTickets for help on using tickets.