# HG changeset patch # User Alain Mazy # Date 1733993119 -3600 # Node ID 522d2c44b7ed73a46807bb4a97ffe43310e69803 # Parent 02eecaf06fc0a5582beefd5aaae44ab1a9b68a1b NEWS cleanup (cont) diff -r 02eecaf06fc0 -r 522d2c44b7ed NEWS --- 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)