diff NEWS @ 5783:56352ae88120 find-refactoring

wip: new ReadOnly configuration
author Alain Mazy <am@orthanc.team>
date Mon, 16 Sep 2024 18:31:37 +0200
parents 9af45c841f59
children b0d778f1e66d
line wrap: on
line diff
--- a/NEWS	Sat Sep 14 11:24:11 2024 +0200
+++ b/NEWS	Mon Sep 16 18:31:37 2024 +0200
@@ -5,6 +5,18 @@
   - /studies?expand and sibbling routes now also return "Metadata" (if the DB implements 'extended-api-v1')
   - /studies?since=x&limit=0 and sibbling routes: limit=0 now means "no limit" instead of "no results"
 
+General
+-------
+
+* Database:
+  - Introduced database optimizations "ExtendedFind" to replace many small SQL queries
+    by a small number of large SQL queries to greatly reduce the cost of DB latency.
+    Furthermore, this "ExtendedFind" brings new sorting and filtering features to the 
+    Rest API (TODO).
+  - Introduced database optimizations "ExtendedChanges" to allow filtering of /changes.
+  - Reduced the number of SQL queries when ingesting DICOM files.
+
+
 REST API
 --------