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).

Change History (1)

comment:1 by Nicklas Nordborg, 22 hours ago

Resolution: fixed
Status: newclosed

In 8057:

Fixes #1656: Improve performance of the batch follow up blood importer

This made a big difference. It is at least 20-50x faster than before.

Note: See TracTickets for help on using tickets.