summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-27 16:53:15 +0100
committerGitHub <noreply@github.com>2019-06-27 16:53:15 +0100
commite79ec0316509601f3dc787399dc1d4e455ddec2d (patch)
treef98f36ba2e7631b56887ae24caf2e0489e72b07c /changelog.d
parentDocker image: Add a migrate_config mode (#5567) (diff)
parentReview comments (diff)
downloadsynapse-e79ec0316509601f3dc787399dc1d4e455ddec2d.tar.xz
Merge pull request #5559 from matrix-org/erikj/refactor_changed_devices
Refactor devices changed query to pull less from DB
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5559.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5559.feature b/changelog.d/5559.feature
new file mode 100644
index 0000000000..b77b383459
--- /dev/null
+++ b/changelog.d/5559.feature
@@ -0,0 +1 @@
+Optimise devices changed query to not pull unnecessary rows from the database, reducing database load.