# HG changeset patch # User Sebastien Jodogne # Date 1733927456 -3600 # Node ID ef14f978fed11ea6858b9d155cd1881fdd9124d9 # Parent c17022c1fa29a927390ce73a7237363addc10e45 NEWS diff -r c17022c1fa29 -r ef14f978fed1 PostgreSQL/NEWS --- a/PostgreSQL/NEWS Wed Dec 11 15:22:08 2024 +0100 +++ b/PostgreSQL/NEWS Wed Dec 11 15:30:56 2024 +0100 @@ -36,6 +36,10 @@ * New default values for configurations: - "IndexConnectionsCount": 50 - "TransactionMode": "ReadCommitted" +* Introduced a new thread to perform DB Housekeeping at regular interval (5s) for the + DB plugins requiring it (currently only PostgreSQL). E.g: This avoids very long update + times in case you don't call /statistics for a long period. + Release 6.2 (2024-03-25) ========================