summary refs log tree commit diff
path: root/docs/development
diff options
context:
space:
mode:
authorreivilibre <oliverw@element.io>2025-03-07 15:44:13 +0000
committerGitHub <noreply@github.com>2025-03-07 15:44:13 +0000
commit8295de87a7fb5dcf975d6b3d8f899686f3a564e6 (patch)
tree63998cba4286d8b12f2eafe2b76342bfd4b0be62 /docs/development
parent1.126.0rc2 (diff)
downloadsynapse-8295de87a7fb5dcf975d6b3d8f899686f3a564e6.tar.xz
Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to a suspected issue that causes increased disk usage. (#18222)
Revert "Add background job to clear unreferenced state groups (#18154)"

This mechanism is suspected of inserting large numbers of rows into
`state_groups_state`,
thus unreasonably increasing disk usage.

See: https://github.com/element-hq/synapse/issues/18217

This reverts commit 5121f9210c989fcc909e78195133876dff3bc9b9 (#18154).

---------

Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/database_schema.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/database_schema.md b/docs/development/database_schema.md

index 620d1c16b0..37a06acc12 100644 --- a/docs/development/database_schema.md +++ b/docs/development/database_schema.md
@@ -162,7 +162,7 @@ by a unique name, the current status (stored in JSON), and some dependency infor * Whether the update requires a previous update to be complete. * A rough ordering for which to complete updates. -A new background update needs to be added to the `background_updates` table: +A new background updates needs to be added to the `background_updates` table: ```sql INSERT INTO background_updates (ordering, update_name, depends_on, progress_json) VALUES