Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/postgresql.rst @ 1017:3f3a1b54a839
typo
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 19 Jan 2024 16:57:13 +0100 |
parents | 02e04288bbeb |
children | a3436ae3709c |
comparison
equal
deleted
inserted
replaced
1016:02e04288bbeb | 1017:3f3a1b54a839 |
---|---|
325 can be configured in the ``TransactionMode`` configuration of the ``PostgreSQL`` plugin: | 325 can be configured in the ``TransactionMode`` configuration of the ``PostgreSQL`` plugin: |
326 | 326 |
327 - ``SERIALIZABLE`` in which all write transactions are serialized which might lead | 327 - ``SERIALIZABLE`` in which all write transactions are serialized which might lead |
328 to performance bottlenecks when lots of threads or Orthanc instances are trying | 328 to performance bottlenecks when lots of threads or Orthanc instances are trying |
329 to write to the same Database. | 329 to write to the same Database. |
330 - ``READ COMIITED`` that allows multiple threads or Orthanc instances to write at the | 330 - ``READ COMMITTED`` that allows multiple threads or Orthanc instances to write at the |
331 same time to the same Database. | 331 same time to the same Database. |
332 | 332 |
333 *Remark:* This feature is only available in a beta version of both Orthanc and the | 333 *Remark:* This feature is only available in a beta version of both Orthanc and the |
334 PostgreSQL plugin (``pg-transactions`` branches in the code). This beta version is | 334 PostgreSQL plugin (``pg-transactions`` branches in the code). This beta version is |
335 only available in the ``osimis/orthanc:pg-transactions-unstable`` Docker image. | 335 only available in the ``osimis/orthanc:pg-transactions-unstable`` Docker image. |