comparison PostgreSQL/NEWS @ 471:19d40a152e49 OrthancPostgreSQL-6.0

OrthancPostgreSQL-6.0
author Alain Mazy <am@osimis.io>
date Thu, 08 Feb 2024 16:17:13 +0100
parents 8f1f26680527
children d1e1cb3ab741
comparison
equal deleted inserted replaced
470:11c6bcc9d1f2 471:19d40a152e49
1 Pending changes in the mainline 1 Release 6.0 (2024-02-08)
2 =============================== 2 ========================
3 3
4 DB schema revision: 2
5
6 * The DB schema has been updated to Revision 2. If you need to reinstall the previous
7 version of the plugin, you should run this script:
8 https://orthanc.uclouvain.be/hg/orthanc-databases/file/tip/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql
4 * Transaction Mode: 9 * Transaction Mode:
5 Introduced a new configuration to select the transaction isolation level 10 Introduced a new configuration "TransactionMode" to select the transaction isolation level.
6 "TransactionMode": "Serializable"
7 Allowed values: "Serializable", "ReadCommitted". 11 Allowed values: "Serializable", "ReadCommitted".
8 The "Serializable" mode was the only available value up to now. It is still the default 12 The "Serializable" mode was the only available value up to now. It is still the default
9 value now. 13 value now.
10 The "ReadCommitted" is possible now due to rewrites of SQL queries and notably improves 14 The "ReadCommitted" is possible now due to rewrites of SQL queries and notably improves
11 the Orthanc ability to ingest data from multiple sources in parallel. 15 the Orthanc ability to ingest data from multiple sources in parallel.
12 * internals:
13 - Added a UNIQUE constraint on Resources.publicId to detect DB inconsistencies
14 * New "EnableVerboseLogs" configuration to show SQL statements being executed. 16 * New "EnableVerboseLogs" configuration to show SQL statements being executed.
15 17
16 18
17 Release 5.1 (2023-06-27) 19 Release 5.1 (2023-06-27)
18 ======================== 20 ========================
21
22 DB schema revision: 1
19 23
20 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS. 24 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
21 25
22 Release 5.0 (2023-04-15) 26 Release 5.0 (2023-04-15)
23 ======================== 27 ========================