comparison Sphinx/source/faq/scalability.rst @ 721:fa4cf8f9da4e

linux
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jun 2021 12:09:00 +0200
parents 8a247c645ac6
children e6386c012438
comparison
equal deleted inserted replaced
720:7d9b6e330699 721:fa4cf8f9da4e
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.4 at the time of 57 * Make sure to use the latest release of Orthanc (1.9.4 at the time of
58 writing). 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``.
63 63