changeset 362:a39038c4094a

missing integration OrthancOdbc-1.1->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 05 Jun 2022 14:27:59 +0200
parents f83eeccece03 (current diff) 1d57fac91104 (diff)
children d04fd259215b
files Odbc/CMakeLists.txt Odbc/NEWS
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Odbc/NEWS	Wed Jun 01 07:48:25 2022 +0200
+++ b/Odbc/NEWS	Sun Jun 05 14:27:59 2022 +0200
@@ -1,6 +1,7 @@
 Pending changes in the mainline
 ===============================
 
+
 Release 1.1 (2021-12-06)
 ========================
 
--- a/TODO	Wed Jun 01 07:48:25 2022 +0200
+++ b/TODO	Sun Jun 05 14:27:59 2022 +0200
@@ -23,6 +23,14 @@
 * Performance: Add a pool of connections to PostgreSQL/MySQL, as
   already done in the database index plugins
 
+----------
+PostgreSQL
+----------
+
+* reported issue to validate:  uploading lots of files through HTTP with:
+  - 1 client and IndexConnectionsCount==1 took 100s
+  - 2 client and IndexConnectionsCount==2 took 600s (lots of transaction replayed)
+
 
 -----
 MySQL