comparison Sphinx/source/faq/scalability.rst @ 317:65a29c2fe22c

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Feb 2020 10:54:57 +0100
parents 6cd4a86e1e4a
children 83d822f11e78
comparison
equal deleted inserted replaced
316:6cd4a86e1e4a 317:65a29c2fe22c
4 ====================== 4 ======================
5 5
6 One of the most common question about Orthanc is: *"How many DICOM 6 One of the most common question about Orthanc is: *"How many DICOM
7 instances can be stored by Orthanc?"* 7 instances can be stored by Orthanc?"*
8 8
9 The source code of Orthanc imposes no such hard limit by itself. At 9 The source code of Orthanc imposes no such hard limit by itself.
10 the time of writing, we know that Orthanc is being used in production 10
11 in hospitals with more than 15TB of data, 125,000 studies and around 11 At the time of writing, we know that Orthanc is being used in
12 50 millions of instances (please `get in touch with us 12 production in hospitals with more than 15TB of data, 125,000 studies
13 and around 50 millions of instances (please `get in touch with us
13 <https://www.orthanc-server.com/static.php?page=contact>`__ if you can 14 <https://www.orthanc-server.com/static.php?page=contact>`__ if you can
14 share other testimonials). Other users have even reported 28TB of 15 share other testimonials). Other users have even reported more than
15 data. Here are some links to references published on the `Orthanc 16 28TB of data. Here are links to some testimonials that were published
16 Users <https://groups.google.com/forum/#!forum/orthanc-users>`__ 17 on the `Orthanc Users
17 discussion group: `1 18 <https://groups.google.com/forum/#!forum/orthanc-users>`__ discussion
18 <https://groups.google.com/d/msg/orthanc-users/tSC0s9Mnp5o/Fg-RXo9sGwAJ>`__, 19 group: `1
20 <https://groups.google.com/d/msg/orthanc-users/-L0D1c2y6rw/KmWnwEijAgAJ>`__,
19 `2 21 `2
20 <https://groups.google.com/d/msg/orthanc-users/-L0D1c2y6rw/KmWnwEijAgAJ>`__, 22 <https://groups.google.com/d/msg/orthanc-users/-L0D1c2y6rw/nLXxtYzuCQAJ>`__,
21 `3 23 `3
22 <https://groups.google.com/d/msg/orthanc-users/-L0D1c2y6rw/nLXxtYzuCQAJ>`__, 24 <https://groups.google.com/d/msg/orthanc-users/s5-XlgA2BEY/ZpYagqBwAAAJ>`__,
23 `4 25 `4
24 <https://groups.google.com/d/msg/orthanc-users/s5-XlgA2BEY/ZpYagqBwAAAJ>`__, 26 <https://groups.google.com/d/msg/orthanc-users/A4hPaJo439s/NwR6zk9FCgAJ>`__,
25 `5 27 `5
26 <https://groups.google.com/d/msg/orthanc-users/A4hPaJo439s/NwR6zk9FCgAJ>`__, 28 <https://groups.google.com/d/msg/orthanc-users/Z5cLwbVgJc0/SxVzxF7ABgAJ>`__,
27 `6 29 `6
28 <https://groups.google.com/d/msg/orthanc-users/aYQ7cIFDWEU/HexfDkwJAgAJ>`__,
29 `7
30 <https://groups.google.com/d/msg/orthanc-users/Z5cLwbVgJc0/SxVzxF7ABgAJ>`__,
31 `8
32 <https://groups.google.com/d/msg/orthanc-users/6tGNOqlUk-Q/vppkAYnFAQAJ>`__... 30 <https://groups.google.com/d/msg/orthanc-users/6tGNOqlUk-Q/vppkAYnFAQAJ>`__...
33 31
34 The stress is actually put on the underlying database engine, and on 32 The stress is actually put on the underlying database engine, and on
35 the storage area (check out :ref:`orthanc-storage`). As explained in 33 the storage area (check out :ref:`orthanc-storage`). As explained in
36 the :ref:`troubleshooting section <troubleshooting>`, the built-in 34 the :ref:`troubleshooting section <troubleshooting>`, the built-in