comparison TODO @ 479:694d1b551cbe

ODBC MaximumConnectionRetries
author Alain Mazy <am@osimis.io>
date Wed, 06 Mar 2024 15:56:09 +0100
parents 0064a54745e1
children 827e438439c4
comparison
equal deleted inserted replaced
478:0064a54745e1 479:694d1b551cbe
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 * Check that "MaximumConnectionRetries" is also used when trying to
14 reconnect at the DB when the connection is lost while running.
15 At least with ODBC, this is not happening.
16 13
17 --------------------- 14 ---------------------
18 Common - Storage area 15 Common - Storage area
19 --------------------- 16 ---------------------
20 17