comparison Sphinx/source/faq/troubleshooting.rst @ 122:9badd112e8ad

Orthanc 1.3.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Nov 2017 10:39:09 +0100
parents b14e88dc1a9c
children a846a8f6d9a6
comparison
equal deleted inserted replaced
121:1aff48aa5759 122:9badd112e8ad
59 <https://github.com/jodogne/OrthancDocker>`__ of Orthanc <= 1.0.0 59 <https://github.com/jodogne/OrthancDocker>`__ of Orthanc <= 1.0.0
60 were not compiled in ``Release`` mode. As a consequence, to improve 60 were not compiled in ``Release`` mode. As a consequence, to improve
61 performance, make sure to use either the mainline version of the 61 performance, make sure to use either the mainline version of the
62 container (run ``docker pull jodogne/orthanc`` to ensure you use the 62 container (run ``docker pull jodogne/orthanc`` to ensure you use the
63 most recent version of the mainline), or versions more recent than 63 most recent version of the mainline), or versions more recent than
64 ``jodogne/orthanc:1.3.0``. 64 ``jodogne/orthanc:1.1.0``.
65 65
66 * **Orthanc slows down if storing many files**: The default database 66 * **Orthanc slows down if storing many files**: The default database
67 engine that is built in Orthanc is `SQLite 67 engine that is built in Orthanc is `SQLite
68 <https://www.sqlite.org/>`__. As SQLite is above all a lightweight 68 <https://www.sqlite.org/>`__. As SQLite is above all a lightweight
69 database engine, it is not designed to `store very large datasets 69 database engine, it is not designed to `store very large datasets