Mercurial > hg > orthanc-book
changeset 831:2feb91573a2b
scalability
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 04 Apr 2022 18:24:39 +0200 |
parents | 21a522ca4ce9 |
children | 28fbceb66b0b |
files | Sphinx/source/faq/scalability.rst |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/scalability.rst Fri Mar 25 17:30:48 2022 +0100 +++ b/Sphinx/source/faq/scalability.rst Mon Apr 04 18:24:39 2022 +0200 @@ -78,6 +78,11 @@ than the storage area. This should improve the use of the available bandwidth to the disks. +* If your Orthanc instance is performing a lot of IO requests in parallel + e.g because many clients are reading/writing DICOM files at the same + time, you should consider using an :ref:`object storage <object-storage>` + plugin to store your files. + * The :ref:`Orthanc configuration file <configuration>` should have the following values for performance-related options (but make sure to understand their implications):