comparison TODO @ 477:88f72b32c1bc

todo
author Alain Mazy <am@osimis.io>
date Mon, 04 Mar 2024 18:08:23 +0100
parents 15e609c439d1
children 0064a54745e1
comparison
equal deleted inserted replaced
476:0f11a1f67dff 477:88f72b32c1bc
24 24
25 ---------- 25 ----------
26 PostgreSQL 26 PostgreSQL
27 ---------- 27 ----------
28 28
29 * Check if we can force the schema that is used. By default, Orthanc
30 is using the 'public' schema but, after a wrong command, we have seen
31 a DB where there was a 'AttachedFiles' table in the public schema and another one in a
32 'MyPacs' schema and Orthanc was actually using the 'MyPacs.AttachedFiles' table !!!
33 Orthanc was then seeing only the most recent attached files !!!
34
29 * Have a separate "thread" to UpdateStatistics to avoid large computations ? 35 * Have a separate "thread" to UpdateStatistics to avoid large computations ?
30 36
31 37
32 * Seems Orthanc might deadlock when there are plenty of conflicting transactions: 38 * Seems Orthanc might deadlock when there are plenty of conflicting transactions:
33 https://groups.google.com/g/orthanc-users/c/xQelEcKqL9U/m/HsvxwlkvAQAJ 39 https://groups.google.com/g/orthanc-users/c/xQelEcKqL9U/m/HsvxwlkvAQAJ