summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-01-24 13:57:12 +0000
committerGitHub <noreply@github.com>2024-01-24 13:57:12 +0000
commitadf15c4f6b856c3dfc98904a039f678cac036c1f (patch)
treed9e1537dcab9a3c29a6e0a859f2f6d6504d07f0a /changelog.d
parentTweak changelog (diff)
downloadsynapse-adf15c4f6b856c3dfc98904a039f678cac036c1f.tar.xz
Run `ANALYZE` after fiddling with stats (#16849)
Introduced in #16833

Fixes #16844
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16849.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16849.bugfix b/changelog.d/16849.bugfix
new file mode 100644
index 0000000000..1bbe2b9ad8
--- /dev/null
+++ b/changelog.d/16849.bugfix
@@ -0,0 +1 @@
+Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1.