diff 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
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Fri Jul 05 09:15:54 2024 +0200
+++ b/PostgreSQL/NEWS	Tue Jul 09 16:21:25 2024 +0200
@@ -11,8 +11,9 @@
 * Performance optimizations (to be summarized before release):
   - using more prepared SQL statements:
     - InsertOrUpdateMetadata
+    - ExecuteSetResourcesContentTags
   - reduced the number of round-trips between Orthanc and the PostgreSQL server:
-    - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 12 (to be continued)
+    - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 10 (to be continued)
 
 
 Release 6.2 (2024-03-25)