comparison Sphinx/source/faq/scalability.rst @ 638:b3e75cef601d Orthanc-1.9.2

Orthanc 1.9.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Apr 2021 13:36:32 +0200
parents 9fa56c042d92
children 75ac001a48ac
comparison
equal deleted inserted replaced
637:88432d03b56a 638:b3e75cef601d
52 -------------------------------------- 52 --------------------------------------
53 53
54 Here is a generic setup that should provide best performance in the 54 Here is a generic setup that should provide best performance in the
55 presence of large databases: 55 presence of large databases:
56 56
57 * Make sure to use the latest release of Orthanc (1.9.1 at the time of 57 * Make sure to use the latest release of Orthanc (1.9.2 at the time of
58 writing). 58 writing).
59 59
60 * We suggest to use the latest release of the :ref:`PostgreSQL plugin 60 * We suggest to use the latest release of the :ref:`PostgreSQL plugin
61 <postgresql>` to store the database index (3.3 at the time of 61 <postgresql>` to store the database index (3.3 at the time of
62 writing). Make sure that ``EnableIndex`` is set to ``true``. 62 writing). Make sure that ``EnableIndex`` is set to ``true``.