summary refs log tree commit diff
path: root/changelog.d/14263.misc
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-12-13 08:43:53 -0500
committerGitHub <noreply@github.com>2022-12-13 08:43:53 -0500
commit2920e540bfd263e33fa25a6f6d642a9f2b965c2f (patch)
treed7514a1b5414107c8f4fd8cba4dfd00df034db61 /changelog.d/14263.misc
parentImprove validation of field size limits in events. (#14664) (diff)
downloadsynapse-2920e540bfd263e33fa25a6f6d642a9f2b965c2f.tar.xz
Use the room type from stats in hierarchy response. (#14263)
This avoids pulling additional state information (and events) from
the database for each item returned in the hierarchy response.

The room type might be out of date until a background update finishes
running, the worst impact of this would be spaces being treated as rooms
in the hierarchy response. This should self-heal once the background
update finishes.
Diffstat (limited to 'changelog.d/14263.misc')
-rw-r--r--changelog.d/14263.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14263.misc b/changelog.d/14263.misc
new file mode 100644
index 0000000000..11d9446a4b
--- /dev/null
+++ b/changelog.d/14263.misc
@@ -0,0 +1 @@
+Improve performance of the `/hierarchy` endpoint.