From 2d23ce8b72f3cde7b63f160042aa542551cf2b6b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 3 May 2022 18:47:58 +0200 Subject: [PATCH] 2022.5: Database optimizations --- source/_posts/2022-05-04-release-20225.markdown | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/source/_posts/2022-05-04-release-20225.markdown b/source/_posts/2022-05-04-release-20225.markdown index cf8c8dd8841..718c3028597 100644 --- a/source/_posts/2022-05-04-release-20225.markdown +++ b/source/_posts/2022-05-04-release-20225.markdown @@ -492,13 +492,6 @@ be summed up. ## Database optimizations -{% details "TODO" %} - -- Add automatic monthly repacking to section? - - Auto repack the database on the second sunday of the month ([@bdraco] - [#69314]) ([recorder docs]) (breaking-change) (noteworthy) - -{% enddetails %} - The last release focused on reducing the size of the database and optimizing the writing of data to the database. @@ -520,7 +513,8 @@ We have made additional improvements to the history APIs to speed up retrieving from the database, reducing API response times by 15-35% on average. Finally, we have reduced the memory used during database migrations to smooth -future migrations. +future migrations and are now automatically repacking your database once a +month to keep things tidy. [History Stats]: /integrations/history_stats