comparison Sphinx/source/faq/scalability.rst @ 631:9fa56c042d92

postgresql performance on azure
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Apr 2021 18:50:33 +0200
parents b6ac092360ab
children b3e75cef601d
comparison
equal deleted inserted replaced
630:f5465ea63f44 631:9fa56c042d92
120 120
121 * If using the :ref:`DICOMweb server plugin <dicomweb-server-config>`, 121 * If using the :ref:`DICOMweb server plugin <dicomweb-server-config>`,
122 consider setting configuration option ``StudiesMetadata`` to 122 consider setting configuration option ``StudiesMetadata`` to
123 ``MainDicomTags``. 123 ``MainDicomTags``.
124 124
125 * If using PostgreSQL as a managed cloud service by Microsoft Azure,
126 make sure to reduce the verbosity of the logs. If logging is not
127 minimal, Osimis has observed an impact on performance.
128
125 129
126 .. _scalability-memory: 130 .. _scalability-memory:
127 131
128 Controlling memory usage 132 Controlling memory usage
129 ------------------------ 133 ------------------------