comparison PostgreSQL/Plugins/PostgreSQLIndex.cpp @ 427:3cdea26ece73 pg-transactions

merge default -> pg-transactions
author Alain Mazy <am@osimis.io>
date Wed, 29 Nov 2023 10:24:18 +0100
parents a7f0f27fe33c d700c8f9fc24
children 4d0bacbd0fba
comparison
equal deleted inserted replaced
418:a7f0f27fe33c 427:3cdea26ece73
165 * in issue #47, BUT we also keep the original 165 * in issue #47, BUT we also keep the original
166 * "DicomIdentifiersIndexValues", as it leads to better 166 * "DicomIdentifiersIndexValues", as it leads to better
167 * performance for "strict" searches (i.e. searches involving 167 * performance for "strict" searches (i.e. searches involving
168 * no wildcard). 168 * no wildcard).
169 * https://www.postgresql.org/docs/current/static/pgtrgm.html 169 * https://www.postgresql.org/docs/current/static/pgtrgm.html
170 * https://bugs.orthanc-server.com/show_bug.cgi?id=47 170 * https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=47
171 **/ 171 **/
172 try 172 try
173 { 173 {
174 // We've observed 9 minutes on DB with 100000 studies 174 // We've observed 9 minutes on DB with 100000 studies
175 LOG(WARNING) << "Trying to enable trigram matching on the PostgreSQL database " 175 LOG(WARNING) << "Trying to enable trigram matching on the PostgreSQL database "