diff Sphinx/source/faq/scalability.rst @ 837:66ff2f30afcc

added new features from next upcoming Orthanc release
author Alain Mazy <am@osimis.io>
date Tue, 03 May 2022 15:09:54 +0200
parents 2feb91573a2b
children c29ac12e3160
line wrap: on
line diff
--- a/Sphinx/source/faq/scalability.rst	Tue May 03 14:13:57 2022 +0200
+++ b/Sphinx/source/faq/scalability.rst	Tue May 03 15:09:54 2022 +0200
@@ -108,7 +108,12 @@
   scenario is having one "writer" Orthanc server that handles the
   ingesting of DICOM instances, and multiple "reader" Orthanc servers
   with features such as DICOMweb or viewers.
-   
+
+* From Orthanc 1.11.0 (not released yet): you have the ability to add
+  more :ref:`main DICOM tags <main-dicom-tags>` in the Orthanc Index 
+  to speed up C-Find, ``tools/find``, DICOMWeb QIDO-RS, WADO-RS and 
+  especially WADO-RS Retrieve Metadata.
+
 * Make sure to carefully :ref:`read the logs <log>` in ``--verbose``
   mode, especially at the startup of Orthanc. The logs may contain
   very important information regarding performance.