Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/troubleshooting.rst @ 72:83c0a6556e6c
Orthanc 1.2.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 13 Dec 2016 18:00:15 +0100 |
parents | de283c29c92f |
children | ae10157de307 e3be44c1d041 |
comparison
equal
deleted
inserted
replaced
71:9c295f7cc016 | 72:83c0a6556e6c |
---|---|
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.1.0``. | 46 ``jodogne/orthanc:1.2.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 |