# HG changeset patch # User Alain Mazy # Date 1764169409 -3600 # Node ID 75ab74d68f0814b40fd6e60cef4dc84695bddc2a # Parent 05d20326b33443566a7ebe024e572f6e957428c2 cleanup todo diff -r 05d20326b334 -r 75ab74d68f08 TODO --- a/TODO Wed Nov 26 14:23:53 2025 +0100 +++ b/TODO Wed Nov 26 16:03:29 2025 +0100 @@ -7,10 +7,6 @@ Common - Database index ----------------------- -* Try to avoid the use of temporary tables: - https://discourse.orthanc-server.org/t/image-insert-are-too-slow-databse-performance-too-poor/3820 - - * Implement "large queries" for: - updating all metadata of a resource at once - update all maindicomtags of 4 resource levels at once @@ -31,19 +27,6 @@ PostgreSQL ---------- -* Check if we can force the schema that is used. By default, Orthanc - is using the 'public' schema but, after a wrong command, we have seen - a DB where there was a 'AttachedFiles' table in the public schema and another one in a - 'MyPacs' schema and Orthanc was actually using the 'MyPacs.AttachedFiles' table !!! - Orthanc was then seeing only the most recent attached files !!! - We should also be able to use other schemas: - https://discourse.orthanc-server.org/t/orthanc-container-unable-to-connect-to-specified-postgresql-database/5471 - - -* Seems Orthanc might deadlock when there are plenty of conflicting transactions: - https://groups.google.com/g/orthanc-users/c/xQelEcKqL9U/m/HsvxwlkvAQAJ - https://groups.google.com/g/orthanc-users/c/1bkClfZ0KBA/m/s4AlwVh3CQAJ - ----- MySQL