changeset 5921:522d2c44b7ed find-refactoring

NEWS cleanup (cont)
author Alain Mazy <am@orthanc.team>
date Thu, 12 Dec 2024 09:45:19 +0100
parents 02eecaf06fc0
children 4b61fdced20d
files NEWS
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Dec 12 09:41:46 2024 +0100
+++ b/NEWS	Thu Dec 12 09:45:19 2024 +0100
@@ -6,9 +6,10 @@
 
 * 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.
+    by a very large SQL query to greatly reduce the cost of DB latency when working with
+    e.g PostgreSQL.
     Furthermore, this "ExtendedFind" brings new sorting and filtering features to the 
-    Rest API (TODO).
+    Rest API, mainly in /tools/find.
   - Introduced database optimizations "ExtendedChanges" to allow filtering of /changes.
   - Reduced the number of SQL queries when ingesting DICOM files.
 * Introduced a new configuration "ReadOnly" to forbid an Orthanc instance to perform 
@@ -87,7 +88,7 @@
   - W006_RequestingTagFromMetaHeader
   - W007_MissingRequestedTagsNotReadFromDisk
 * New default MainDicomTags are now stored in DB.  Note that, in order to store these values
-  for resources that were ingested in Orthanc before this release, you would have to run
+  for resources that were ingested in Orthanc before this release, you will have to run
   the Housekeeper plugin or call /reconstruct on every resources
   - At Study Level:
     - TimezoneOffsetFromUTC (used in QIDO-RS default queries)