diff TODO @ 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 1d57fac91104
children c34510606a18
line wrap: on
line diff
--- 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