changeset 360:1d57fac91104 OrthancOdbc-1.1

todo
author Alain Mazy <am@osimis.io>
date Thu, 28 Apr 2022 14:24:55 +0200
parents fa4535e93b3d
children a39038c4094a c34510606a18
files TODO
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Mon Dec 06 17:25:06 2021 +0100
+++ b/TODO	Thu Apr 28 14:24:55 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