comparison PostgreSQL/NEWS @ 524:48aba35fe64e large-queries

merged BEGIN and SET TRANSACTION statements
author Alain Mazy <am@orthanc.team>
date Tue, 09 Jul 2024 16:30:52 +0200
parents 9413451fd984
children 03a4a1bc852a
comparison
equal deleted inserted replaced
523:9413451fd984 524:48aba35fe64e
10 - changes?type=...&to=... 10 - changes?type=...&to=...
11 * Performance optimizations (to be summarized before release): 11 * Performance optimizations (to be summarized before release):
12 - using more prepared SQL statements: 12 - using more prepared SQL statements:
13 - InsertOrUpdateMetadata 13 - InsertOrUpdateMetadata
14 - ExecuteSetResourcesContentTags 14 - ExecuteSetResourcesContentTags
15 - merged BEGIN and SET TRANSACTION statements
15 - reduced the number of round-trips between Orthanc and the PostgreSQL server: 16 - reduced the number of round-trips between Orthanc and the PostgreSQL server:
16 - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 10 (to be continued) 17 - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 9 (to be continued)
17 18
18 19
19 Release 6.2 (2024-03-25) 20 Release 6.2 (2024-03-25)
20 ======================== 21 ========================
21 22