comparison Sphinx/source/faq/scalability.rst @ 215:d7073b3e8488

Orthanc 1.5.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 25 Feb 2019 13:01:41 +0100
parents d50b794434c3
children 3518e3f56738
comparison
equal deleted inserted replaced
214:f8c55b461d16 215:d7073b3e8488
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.4 at the time of 30 * Make sure to use the latest release of Orthanc (1.5.5 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.1 at the time of 34 <postgresql>` to store the database index (3.1 at the time of
35 writing). Make sure that ``EnableIndex`` is set to ``true``. 35 writing). Make sure that ``EnableIndex`` is set to ``true``.