comparison Sphinx/source/faq/scalability.rst @ 663:fcb215df05cb

savejobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Apr 2021 13:07:59 +0200
parents fe7b80fe3caf
children 17c1ff4e6ae4
comparison
equal deleted inserted replaced
662:88503c6e549f 663:fcb215df05cb
85 * ``StorageCompression = false`` 85 * ``StorageCompression = false``
86 * ``LimitFindResults = 100`` 86 * ``LimitFindResults = 100``
87 * ``LimitFindInstances = 100`` 87 * ``LimitFindInstances = 100``
88 * ``KeepAlive = true`` 88 * ``KeepAlive = true``
89 * ``TcpNoDelay = true`` 89 * ``TcpNoDelay = true``
90 * ``SaveJobs = false``
91 * ``StorageAccessOnFind = Never`` 90 * ``StorageAccessOnFind = Never``
91 * Consider adding ``SaveJobs = false``
92 92
93 * Since Orthanc 1.9.2 and PostgreSQL plugins 4.0: By default, the 93 * Since Orthanc 1.9.2 and PostgreSQL plugins 4.0: By default, the
94 PostgreSQL index plugin uses 1 single connection to the PostgreSQL 94 PostgreSQL index plugin uses 1 single connection to the PostgreSQL
95 database. You can have multiple connections by setting the 95 database. You can have multiple connections by setting the
96 ``IndexConnectionsCount`` to a higher value (for instance ``5``) in 96 ``IndexConnectionsCount`` to a higher value (for instance ``5``) in