diff options
author | David Robertson <davidr@element.io> | 2023-10-10 10:33:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 10:33:39 +0100 |
commit | 28fd28e92e9743ae98833fdb2a233aee64568a06 (patch) | |
tree | 0f344aae91e8d2a6c944d278ea8b137d6e278a48 /synapse/storage/schema | |
parent | Disable statement timeout whilst purging rooms (#16455) (diff) | |
download | synapse-28fd28e92e9743ae98833fdb2a233aee64568a06.tar.xz |
Add DB indices to speed up purging rooms (#16457)
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r-- | synapse/storage/schema/main/delta/82/04_add_indices_for_purging_rooms.sql | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/synapse/storage/schema/main/delta/82/04_add_indices_for_purging_rooms.sql b/synapse/storage/schema/main/delta/82/04_add_indices_for_purging_rooms.sql new file mode 100644 |