comparison TODO @ 473:15e609c439d1

Fixed the MaximumStorageSize & MaximumPatientCount.
author Alain Mazy <am@osimis.io>
date Wed, 14 Feb 2024 13:46:04 +0100
parents cec6a0cd399f
children 88f72b32c1bc
comparison
equal deleted inserted replaced
472:d1e1cb3ab741 473:15e609c439d1
24 24
25 ---------- 25 ----------
26 PostgreSQL 26 PostgreSQL
27 ---------- 27 ----------
28 28
29 * reported issue to validate: uploading lots of files through HTTP with: 29 * Have a separate "thread" to UpdateStatistics to avoid large computations ?
30 - 1 client and IndexConnectionsCount==1 took 100s 30
31 - 2 client and IndexConnectionsCount==2 took 600s (lots of transaction replayed)
32 31
33 * Seems Orthanc might deadlock when there are plenty of conflicting transactions: 32 * Seems Orthanc might deadlock when there are plenty of conflicting transactions:
34 https://groups.google.com/g/orthanc-users/c/xQelEcKqL9U/m/HsvxwlkvAQAJ 33 https://groups.google.com/g/orthanc-users/c/xQelEcKqL9U/m/HsvxwlkvAQAJ
35 https://groups.google.com/g/orthanc-users/c/1bkClfZ0KBA/m/s4AlwVh3CQAJ 34 https://groups.google.com/g/orthanc-users/c/1bkClfZ0KBA/m/s4AlwVh3CQAJ
36 35