From 9f664ed896d8959c73fdc0b2067c330c7f6c3960 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 9 May 2019 12:06:23 -0400 Subject: [PATCH] Using PostgresSql w/ Orthanc --- docs/latest/deployment/recipes/user-account-control.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/latest/deployment/recipes/user-account-control.md b/docs/latest/deployment/recipes/user-account-control.md index d0b0eaef2..dbf394322 100644 --- a/docs/latest/deployment/recipes/user-account-control.md +++ b/docs/latest/deployment/recipes/user-account-control.md @@ -222,6 +222,14 @@ for communication between services. - [SSL Termination for TCP Upstream Servers](https://docs.nginx.com/nginx/admin-guide/security-controls/terminating-ssl-tcp/) +### Use PostgresSQL w/ Orthanc + +Orthanc can handle a large amount of data and requests, but if you find that +requests start to slow as you add more and more studies, you may want to +configure your Orthanc instance to use PostgresSQL. Instructions on how to do +that can be found in the +[`Orthanc Server Book`](http://book.orthanc-server.com/users/docker.html), under +"PostgreSQL and Orthanc inside Docker" ## Resources ### Misc. Helpful Commands