comparison Sphinx/source/faq/troubleshooting.rst @ 107:ae10157de307

Orthanc 1.3.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 14:38:01 +0200
parents 83c0a6556e6c
children b14e88dc1a9c
comparison
equal deleted inserted replaced
106:7063afe5748c 107:ae10157de307
41 <https://github.com/jodogne/OrthancDocker>`__ of Orthanc <= 1.0.0 41 <https://github.com/jodogne/OrthancDocker>`__ of Orthanc <= 1.0.0
42 were not compiled in ``Release`` mode. As a consequence, to improve 42 were not compiled in ``Release`` mode. As a consequence, to improve
43 performance, make sure to use either the mainline version of the 43 performance, make sure to use either the mainline version of the
44 container (run ``docker pull jodogne/orthanc`` to ensure you use the 44 container (run ``docker pull jodogne/orthanc`` to ensure you use the
45 most recent version of the mainline), or versions more recent than 45 most recent version of the mainline), or versions more recent than
46 ``jodogne/orthanc:1.2.0``. 46 ``jodogne/orthanc:1.3.0``.
47 47
48 * **Orthanc slows down if storing many files**: The default database 48 * **Orthanc slows down if storing many files**: The default database
49 engine that is built in Orthanc is `SQLite 49 engine that is built in Orthanc is `SQLite
50 <https://www.sqlite.org/>`__. As SQLite is above all a lightweight 50 <https://www.sqlite.org/>`__. As SQLite is above all a lightweight
51 database engine, it is not designed to `store very large datasets 51 database engine, it is not designed to `store very large datasets