comparison Sphinx/source/faq/scalability.rst @ 933:a5e7e7001316 Orthanc-1.12.0

Orthanc 1.12.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 10:44:42 +0200
parents 6474e299918b
children 49b863e47c39
comparison
equal deleted inserted replaced
932:53bb4d4f8e56 933:a5e7e7001316
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.3 at the time of 57 * Make sure to use the latest release of Orthanc (1.12.0 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``.