comparison TODO @ 556:7057d9db8d9a find-refactoring

todo
author Alain Mazy <am@orthanc.team>
date Wed, 11 Sep 2024 16:32:21 +0200
parents ec0a100d380e
children
comparison
equal deleted inserted replaced
555:44e6b65f1630 556:7057d9db8d9a
47 47
48 * Seems Orthanc might deadlock when there are plenty of conflicting transactions: 48 * Seems Orthanc might deadlock when there are plenty of conflicting transactions:
49 https://groups.google.com/g/orthanc-users/c/xQelEcKqL9U/m/HsvxwlkvAQAJ 49 https://groups.google.com/g/orthanc-users/c/xQelEcKqL9U/m/HsvxwlkvAQAJ
50 https://groups.google.com/g/orthanc-users/c/1bkClfZ0KBA/m/s4AlwVh3CQAJ 50 https://groups.google.com/g/orthanc-users/c/1bkClfZ0KBA/m/s4AlwVh3CQAJ
51 51
52 * use ReadCommited mode by default
53 * use 40 index connection count by default (not 50 because, by default, PG has 100 connections and we want at least
54 a few connections to remain available for sys admins if e.g, 2 Orthanc instances are running on the same server)
55
52 ----- 56 -----
53 MySQL 57 MySQL
54 ----- 58 -----
55 59
56 * Store revisions for metadata and attachments in MySQL (this is 60 * Store revisions for metadata and attachments in MySQL (this is