comparison TODO @ 360:1d57fac91104 OrthancOdbc-1.1

todo
author Alain Mazy <am@osimis.io>
date Thu, 28 Apr 2022 14:24:55 +0200
parents cc7af42d4f23
children c34510606a18
comparison
equal deleted inserted replaced
357:fa4535e93b3d 360:1d57fac91104
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