From f2ba9c27b605fc8f4d3970dd46d962c0d8325eac Mon Sep 17 00:00:00 2001 From: windmgc Date: Wed, 29 Mar 2023 00:42:28 +0800 Subject: [PATCH] docs(changelog): add changelog for #10389 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8a05d302d0..68038762991d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,9 @@ - Allow configuring Labels for data planes to provide metadata information. Labels are only compatible with hybrid mode deployments with Kong Konnect (SaaS) [#10471](https://github.com/Kong/kong/pull/10471) +- Add Postgres triggers on the core entites and entities in bundled plugins to delete the + expired rows in an efficient and timely manner. + [#10389](https://github.com/Kong/kong/pull/10389) #### Admin API @@ -162,6 +165,11 @@ [#10405](https://github.com/Kong/kong/pull/10405) - Postgres TTL cleanup timer now runs a batch delete loop on each ttl enabled table with a number of 50.000 rows per batch. [#10407](https://github.com/Kong/kong/pull/10407) +- Postgres TTL cleanup timer now runs every 5 minutes instead of every 60 seconds. + [#10389](https://github.com/Kong/kong/pull/10389) +- Postgres TTL cleanup timer now deletes expired rows based on database server-side timestamp to avoid potential + problems caused by the difference of clock time between Kong and database server. + [#10389](https://github.com/Kong/kong/pull/10389) #### PDK