Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/troubleshooting.rst @ 109:b14e88dc1a9c
merge
author | amazy |
---|---|
date | Thu, 20 Jul 2017 07:35:01 +0200 |
parents | e3be44c1d041 ae10157de307 |
children | 9badd112e8ad |
comparison
equal
deleted
inserted
replaced
108:e3be44c1d041 | 109:b14e88dc1a9c |
---|---|
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.2.0``. | 64 ``jodogne/orthanc:1.3.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 |