comparison Sphinx/source/faq/scalability.rst @ 1004:17bf6fafb884

added links to uclouvain
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 08:12:21 +0100
parents 6b959b4823aa
children a3436ae3709c
comparison
equal deleted inserted replaced
1003:5c7838bfb18d 1004:17bf6fafb884
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``.
63 63
64 * Make sure that :ref:`run-time debug assertions <troubleshooting>` 64 * Make sure that :ref:`run-time debug assertions <troubleshooting>`
65 are turned off. A warning will show in the logs if this is not the 65 are turned off. A warning will show in the logs if this is not the
66 case. Note that all pre-built binaries provided by Osimis are 66 case. Note that all `pre-compiled binaries
67 correctly configured in that respect. 67 <https://orthanc.uclouvain.be/downloads/index.html>`__ provided by
68 the Orthanc project are correctly configured in that respect, except
69 if they are explicitly tagged as "debug".
68 70
69 * We suggest to use the default filesystem storage area. Of course, 71 * We suggest to use the default filesystem storage area. Of course,
70 make sure that the filesystem is properly backed up, and that 72 make sure that the filesystem is properly backed up, and that
71 technologies such as RAID are enabled. Make sure that the option 73 technologies such as RAID are enabled. Make sure that the option
72 ``EnableStorage`` of the PostgreSQL plugins is set to ``false``. 74 ``EnableStorage`` of the PostgreSQL plugins is set to ``false``.