comparison Sphinx/source/faq/scalability.rst @ 198:d50b794434c3

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Feb 2019 07:19:58 +0100
parents 302357d45471
children d7073b3e8488
comparison
equal deleted inserted replaced
197:302357d45471 198:d50b794434c3
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.3 at the time of 30 * Make sure to use the latest release of Orthanc (1.5.4 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``.