MONAILabel icon indicating copy to clipboard operation
MONAILabel copied to clipboard

Improve the efficiency of working with the DSA.

Open manthey opened this issue 3 months ago • 0 comments

Before, this often queried all of the items, files, or annotations in the system. Now it only queries what is required to perform the desired task.

I've disabled a status check (by having it always return 0 values). If this is actually needed, we should add an endpoint to the DSA to do this efficiently. The listing endpoints do return counts in their headers. The slow query is getting the count of images with annotations.

Signed-off-by: David Manthey [email protected]

manthey avatar May 21 '24 13:05 manthey