Opened 26 hours ago
Closed 22 hours ago
#1656 closed enhancement (fixed)
Improve performance of the batch follow up blood importer
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v5.6.3 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
This is currently checking for existing items based on the RCC-id number one by one. If an item already exists nothing is done otherwise a new Blood item is created.
I think it should be possible to pre-load all existing RCC-id values (for example with the FastAnnotationLoader
).
Note:
See TracTickets
for help on using tickets.
In 8057: