comparison TODO @ 503:a164d8aebe0e

merge improve-mysql-delete -> default
author Alain Mazy <am@orthanc.team>
date Fri, 03 May 2024 16:23:36 +0200
parents bf4b9c7cf338 f4244c7e2725
children
comparison
equal deleted inserted replaced
502:bf4b9c7cf338 503:a164d8aebe0e
8 ----------------------- 8 -----------------------
9 9
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
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
13 18
14 * Implement "large queries" for: 19 * Implement "large queries" for:
15 - updating all metadata of a resource at once 20 - updating all metadata of a resource at once
16 - update all maindicomtags of 4 resource levels at once 21 - update all maindicomtags of 4 resource levels at once
17 22