diff 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
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Tue Jul 09 16:21:25 2024 +0200
+++ b/PostgreSQL/NEWS	Tue Jul 09 16:30:52 2024 +0200
@@ -12,8 +12,9 @@
   - using more prepared SQL statements:
     - InsertOrUpdateMetadata
     - ExecuteSetResourcesContentTags
+  - merged BEGIN and SET TRANSACTION statements
   - 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 10 (to be continued)
+    - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 9 (to be continued)
 
 
 Release 6.2 (2024-03-25)