comparison TODO @ 445:cec6a0cd399f pg-transactions

now logging DatabaseCannotSerialize as a warning only with the details (Orthanc will log it as an error after all retries)
author Alain Mazy <am@osimis.io>
date Wed, 10 Jan 2024 15:25:03 +0100
parents d700c8f9fc24
children f4244c7e2725 15e609c439d1
comparison
equal deleted inserted replaced
444:2ca939d02d39 445:cec6a0cd399f
8 ----------------------- 8 -----------------------
9 9
10 * Performance of joins in LookupResources: Create cached statement for 10 * Performance of joins in LookupResources: Create cached statement for
11 LookupResources, that are grouped to search up to, say, 10 tags, 11 LookupResources, that are grouped to search up to, say, 10 tags,
12 instead of recompiling for each request 12 instead of recompiling for each request
13 * Do not log "DatabaseCannotSerialize" errors in the plugin but only
14 in Orthanc after all retries have been made.
15 13
16 --------------------- 14 ---------------------
17 Common - Storage area 15 Common - Storage area
18 --------------------- 16 ---------------------
19 17