comparison Sphinx/source/faq/scalability.rst @ 315:3c4f8c47a283

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Feb 2020 13:31:51 +0100
parents f18fdcbeba26
children 6cd4a86e1e4a
comparison
equal deleted inserted replaced
314:5f0cd51d97c0 315:3c4f8c47a283
45 ``EnableStorage`` of the PostgreSQL plugins is set to ``false``. 45 ``EnableStorage`` of the PostgreSQL plugins is set to ``false``.
46 46
47 * Obviously, the PostgreSQL database should be stored on a high-speed 47 * Obviously, the PostgreSQL database should be stored on a high-speed
48 drive (SSD). This is less important for the storage area. 48 drive (SSD). This is less important for the storage area.
49 49
50 * It may be useful to store the PostgreSQL database on another drive
51 than the storage area. This should improve the use of the available
52 bandwidth to the disks.
53
50 * The :ref:`Orthanc configuration file <configuration>` should have 54 * The :ref:`Orthanc configuration file <configuration>` should have
51 the following values for performance-related options (but make sure 55 the following values for performance-related options (but make sure
52 to understand their implications): 56 to understand their implications):
53 57
54 * ``StorageCompression = false`` 58 * ``StorageCompression = false``