comparison Sphinx/source/faq/scalability.rst @ 1021:a3436ae3709c Orthanc-1.12.3

Orthanc 1.12.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Jan 2024 14:01:54 +0100
parents 17bf6fafb884
children 5d4701d8fe28
comparison
equal deleted inserted replaced
1020:3f4a7ee8033b 1021:a3436ae3709c
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.12.2 at the time of 57 * Make sure to use the latest release of Orthanc (1.12.3 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 (5.0 at the time of 61 <postgresql>` to store the database index (5.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``.