Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#623 closed enhancement (fixed)

Improve performance of the "Missing consent" export wizard

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v2.16
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

This takes a very long time.

The main reason seems to be that the code load all case+blood samples and then performs a check in the code for missing consent. Loading all those items takes a long time. It would be better to apply a filter already at the query level to restrict what is loaded.

In this case the filter should only load samples with missing CONSENT or CONSENT_DATE annotation

Change History (2)

comment:1 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed

(In [2605]) Fixes #623: Improve performance of the "Missing consent" export wizard

comment:2 by Nicklas Nordborg, 10 years ago

(In [2606]) References #623: Improve performance of the "Missing consent" export wizard

Corrected documentation.

Note: See TracTickets for help on using tickets.