comparison TODO @ 424:95c413106a66 improve-delete

Introduced a procedure to delete resources (to be tested)
author Alain Mazy <am@osimis.io>
date Wed, 13 Sep 2023 13:32:54 +0200
parents c1fe28de1bf6
children f4244c7e2725
comparison
equal deleted inserted replaced
423:7d2ba3ece4ee 424:95c413106a66
10 * Performance of joins in LookupResources: Create cached statement for 10 * Performance of joins in LookupResources: Create cached statement for
11 LookupResources, that are grouped to search up to, say, 10 tags, 11 LookupResources, that are grouped to search up to, say, 10 tags,
12 instead of recompiling for each request 12 instead of recompiling for each request
13 * Do not log "DatabaseCannotSerialize" errors in the plugin but only 13 * Do not log "DatabaseCannotSerialize" errors in the plugin but only
14 in Orthanc after all retries have been made. 14 in Orthanc after all retries have been made.
15 * Try to avoid the use of temporary tables:
16 https://discourse.orthanc-server.org/t/image-insert-are-too-slow-databse-performance-too-poor/3820
17
15 18
16 --------------------- 19 ---------------------
17 Common - Storage area 20 Common - Storage area
18 --------------------- 21 ---------------------
19 22