comparison Sphinx/source/faq/scalability.rst @ 290:6cbcdb965ad3

Orthanc 1.5.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Oct 2019 15:13:27 +0200
parents a64197133114
children f18fdcbeba26
comparison
equal deleted inserted replaced
289:9223c3f26c1a 290:6cbcdb965ad3
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.7 at the time of 30 * Make sure to use the latest release of Orthanc (1.5.8 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``.