comparison PostgreSQL/Plugins/PostgreSQLIndex.cpp @ 336:c0c12b3974b2

fix URLs to the old repositories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 11:48:52 +0200
parents 3a52e27a2d80
children 16aac0287485 cd9521e04249
comparison
equal deleted inserted replaced
335:7ec461718edb 336:c0c12b3974b2
153 * in issue #47, BUT we also keep the original 153 * in issue #47, BUT we also keep the original
154 * "DicomIdentifiersIndexValues", as it leads to better 154 * "DicomIdentifiersIndexValues", as it leads to better
155 * performance for "strict" searches (i.e. searches involving 155 * performance for "strict" searches (i.e. searches involving
156 * no wildcard). 156 * no wildcard).
157 * https://www.postgresql.org/docs/current/static/pgtrgm.html 157 * https://www.postgresql.org/docs/current/static/pgtrgm.html
158 * https://bitbucket.org/sjodogne/orthanc/issues/47/index-improvements-for-pg-plugin 158 * https://bugs.orthanc-server.com/show_bug.cgi?id=47
159 **/ 159 **/
160 try 160 try
161 { 161 {
162 // We've observed 9 minutes on DB with 100000 studies 162 // We've observed 9 minutes on DB with 100000 studies
163 LOG(WARNING) << "Trying to enable trigram matching on the PostgreSQL database " 163 LOG(WARNING) << "Trying to enable trigram matching on the PostgreSQL database "