Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/mysql.rst @ 438:5d6d593bceb6
scalability section
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 26 May 2020 08:21:29 +0200 |
parents | 011b01ccf52d |
children | 5bb6bc85f99f |
comparison
equal
deleted
inserted
replaced
436:0942c745d2b5 | 438:5d6d593bceb6 |
---|---|
169 In the absence of locking, the same limitation apply to the | 169 In the absence of locking, the same limitation apply to the |
170 MySQL/MariaDB plugins than to the PostgreSQL plugins (i.e. at most one | 170 MySQL/MariaDB plugins than to the PostgreSQL plugins (i.e. at most one |
171 instance of Orthanc writing to the database). For more information, | 171 instance of Orthanc writing to the database). For more information, |
172 please check out the :ref:`documentation for PostgreSQL | 172 please check out the :ref:`documentation for PostgreSQL |
173 <postgresql-lock>`. | 173 <postgresql-lock>`. |
174 | |
175 Scalability | |
176 ^^^^^^^^^^^ | |
177 | |
178 When configuring your MySQL plugin, ensure you've read the :ref:`scalability section | |
179 <scalability>` |