comparison 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
comparison
equal deleted inserted replaced
361:f83eeccece03 362:a39038c4094a
21 https://book.orthanc-server.com/contributing.html 21 https://book.orthanc-server.com/contributing.html
22 22
23 * Performance: Add a pool of connections to PostgreSQL/MySQL, as 23 * Performance: Add a pool of connections to PostgreSQL/MySQL, as
24 already done in the database index plugins 24 already done in the database index plugins
25 25
26 ----------
27 PostgreSQL
28 ----------
29
30 * reported issue to validate: uploading lots of files through HTTP with:
31 - 1 client and IndexConnectionsCount==1 took 100s
32 - 2 client and IndexConnectionsCount==2 took 600s (lots of transaction replayed)
33
26 34
27 ----- 35 -----
28 MySQL 36 MySQL
29 ----- 37 -----
30 38