comparison PostgreSQL/NEWS @ 522:c49136b34891 large-queries tip

use a prepared statement for InsertOrUpdateMetadata
author Alain Mazy <am@orthanc.team>
date Fri, 05 Jul 2024 09:15:54 +0200
parents 594859656a06
children
comparison
equal deleted inserted replaced
521:2ab3d45c0b3c 522:c49136b34891
6 Minimum Orthanc runtime: 1.12.3 6 Minimum Orthanc runtime: 1.12.3
7 7
8 * Fix updates from plugin version 3.3 to latest version 8 * Fix updates from plugin version 3.3 to latest version
9 * Added support for ExtendedApiV1: 9 * Added support for ExtendedApiV1:
10 - changes?type=...&to=... 10 - changes?type=...&to=...
11 11 * Performance optimizations (to be summarized before release):
12 - using more prepared SQL statements:
13 - InsertOrUpdateMetadata
14 - 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)
12 16
13 17
14 Release 6.2 (2024-03-25) 18 Release 6.2 (2024-03-25)
15 ======================== 19 ========================
16 20