comparison PostgreSQL/Plugins/PostgreSQLIndex.cpp @ 426:d700c8f9fc24

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 20:31:31 +0100
parents 91124cc8a8c7
children 3cdea26ece73 ecd0b719cff5
comparison
equal deleted inserted replaced
425:c1b0f3c4e1f5 426:d700c8f9fc24
156 * in issue #47, BUT we also keep the original 156 * in issue #47, BUT we also keep the original
157 * "DicomIdentifiersIndexValues", as it leads to better 157 * "DicomIdentifiersIndexValues", as it leads to better
158 * performance for "strict" searches (i.e. searches involving 158 * performance for "strict" searches (i.e. searches involving
159 * no wildcard). 159 * no wildcard).
160 * https://www.postgresql.org/docs/current/static/pgtrgm.html 160 * https://www.postgresql.org/docs/current/static/pgtrgm.html
161 * https://bugs.orthanc-server.com/show_bug.cgi?id=47 161 * https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=47
162 **/ 162 **/
163 try 163 try
164 { 164 {
165 // We've observed 9 minutes on DB with 100000 studies 165 // We've observed 9 minutes on DB with 100000 studies
166 LOG(WARNING) << "Trying to enable trigram matching on the PostgreSQL database " 166 LOG(WARNING) << "Trying to enable trigram matching on the PostgreSQL database "