Mercurial > hg > orthanc-databases
changeset 632:69a223b5a8d5
todo
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 29 Jan 2025 12:42:13 +0100 |
parents | 07abcb26b22c |
children | 8cd199533be2 fa94274d15c3 |
files | TODO |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Thu Jan 23 16:28:12 2025 +0100 +++ b/TODO Wed Jan 29 12:42:13 2025 +0100 @@ -41,6 +41,9 @@ 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 + * Have a separate "thread" to UpdateStatistics to avoid large computations ?