comparison Sphinx/source/faq/scalability.rst @ 220:90fe64396fb5

Orthanc 1.5.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Mar 2019 16:58:07 +0100
parents 3518e3f56738
children a363714813b2
comparison
equal deleted inserted replaced
219:3518e3f56738 220:90fe64396fb5
25 <dicom-find>`. 25 <dicom-find>`.
26 26
27 Here is a generic setup that should provide best performance in the 27 Here is a generic setup that should provide best performance in the
28 presence of large databases: 28 presence of large databases:
29 29
30 * Make sure to use the latest release of Orthanc (1.5.5 at the time of 30 * Make sure to use the latest release of Orthanc (1.5.6 at the time of
31 writing). 31 writing).
32 32
33 * We suggest to use the latest release of the :ref:`PostgreSQL plugin 33 * We suggest to use the latest release of the :ref:`PostgreSQL plugin
34 <postgresql>` to store the database index (3.2 at the time of 34 <postgresql>` to store the database index (3.2 at the time of
35 writing). Make sure that ``EnableIndex`` is set to ``true``. 35 writing). Make sure that ``EnableIndex`` is set to ``true``.