comparison PostgreSQL/NEWS @ 523:9413451fd984 large-queries

ExecuteSetResourcesContentTags is now using a cached prepared statement
author Alain Mazy <am@orthanc.team>
date Tue, 09 Jul 2024 16:21:25 +0200
parents c49136b34891
children 48aba35fe64e
comparison
equal deleted inserted replaced
522:c49136b34891 523:9413451fd984
9 * Added support for ExtendedApiV1: 9 * Added support for ExtendedApiV1:
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 - reduced the number of round-trips between Orthanc and the PostgreSQL server: 15 - reduced the number of round-trips between Orthanc and the PostgreSQL server:
15 - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 12 (to be continued) 16 - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 10 (to be continued)
16 17
17 18
18 Release 6.2 (2024-03-25) 19 Release 6.2 (2024-03-25)
19 ======================== 20 ========================
20 21