# HG changeset patch # User Alain Mazy # Date 1709572103 -3600 # Node ID 88f72b32c1bc2ebde72203678d2fd9b411511af3 # Parent 0f11a1f67dffcff1c4d2f6f952756bde53e8799c todo diff -r 0f11a1f67dff -r 88f72b32c1bc TODO --- a/TODO Fri Mar 01 14:42:40 2024 +0100 +++ b/TODO Mon Mar 04 18:08:23 2024 +0100 @@ -26,6 +26,12 @@ 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 !!! + * Have a separate "thread" to UpdateStatistics to avoid large computations ?