comparison Sphinx/source/faq/scalability.rst @ 860:3e8a3a900e9e

Orthanc 1.11.1
author Alain Mazy <am@osimis.io>
date Thu, 30 Jun 2022 16:48:08 +0200
parents c29ac12e3160
children c3e169fe22da
comparison
equal deleted inserted replaced
858:09be5f68aabf 860:3e8a3a900e9e
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.11.0 at the time of 57 * Make sure to use the latest release of Orthanc (1.11.1 at the time of
58 writing) running on a GNU/Linux distribution. 58 writing) running on a GNU/Linux distribution.
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 (4.0 at the time of 61 <postgresql>` to store the database index (4.0 at the time of
62 writing). Make sure that ``EnableIndex`` is set to ``true``. 62 writing). Make sure that ``EnableIndex`` is set to ``true``.