comparison PostgreSQL/NEWS @ 161:2ccde9c7311b optimized-routes

added new optimized REST routes. this is a temporary work to try to speed up some routes (used by LRO). This way, we avoid another app to access the Orthanc DB and we skip the plugin SDK update for a very specific route
author Alain Mazy <alain@mazy.be>
date Fri, 10 Jul 2020 13:26:47 +0200
parents 710537acb488
children
comparison
equal deleted inserted replaced
160:84b6fc6f6b9b 161:2ccde9c7311b
3 3
4 * Added an advisory lock to avoid race conditions during database setup 4 * Added an advisory lock to avoid race conditions during database setup
5 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 5 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure
6 the retries when connecting to the DB at startup 6 the retries when connecting to the DB at startup
7 * Support of dynamic linking against the system-wide Orthanc framework library 7 * Support of dynamic linking against the system-wide Orthanc framework library
8 8 * Added new optimized Rest API routes (work-in-progress)
9 9
10 Release 3.2 (2019-03-01) 10 Release 3.2 (2019-03-01)
11 ======================== 11 ========================
12 12
13 * Explicit deallocation of prepared statements 13 * Explicit deallocation of prepared statements