# HG changeset patch # User Sebastien Jodogne # Date 1654432079 -7200 # Node ID a39038c4094aeddf01819afaad6dbbb21765d896 # Parent f83eeccece031268340f7fcbe12c160a1c178d9a# Parent 1d57fac911049af99e73b17fe5c2f2fdb267aac7 missing integration OrthancOdbc-1.1->mainline diff -r f83eeccece03 -r a39038c4094a Odbc/CMakeLists.txt diff -r f83eeccece03 -r a39038c4094a Odbc/NEWS --- 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) ======================== diff -r f83eeccece03 -r a39038c4094a TODO --- 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