# HG changeset patch # User Alain Mazy # Date 1651148695 -7200 # Node ID 1d57fac911049af99e73b17fe5c2f2fdb267aac7 # Parent fa4535e93b3d3045820f5c4a20d5dd648be757c0 todo diff -r fa4535e93b3d -r 1d57fac91104 TODO --- 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