comparison Sphinx/source/faq/scalability.rst @ 336:a5f7fc9fb611

Orthanc 1.6.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Mar 2020 15:15:39 +0100
parents 83d822f11e78
children e4b0a4d69f42
comparison
equal deleted inserted replaced
335:b7f045b23faa 336:a5f7fc9fb611
41 <dicom-find>`. 41 <dicom-find>`.
42 42
43 Here is a generic setup that should provide best performance in the 43 Here is a generic setup that should provide best performance in the
44 presence of large databases: 44 presence of large databases:
45 45
46 * Make sure to use the latest release of Orthanc (1.5.8 at the time of 46 * Make sure to use the latest release of Orthanc (1.6.0 at the time of
47 writing). 47 writing).
48 48
49 * We suggest to use the latest release of the :ref:`PostgreSQL plugin 49 * We suggest to use the latest release of the :ref:`PostgreSQL plugin
50 <postgresql>` to store the database index (3.2 at the time of 50 <postgresql>` to store the database index (3.2 at the time of
51 writing). Make sure that ``EnableIndex`` is set to ``true``. 51 writing). Make sure that ``EnableIndex`` is set to ``true``.