From 234fad630aa7906c17c1f40f1ea88ffcdc1f816f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 1 Sep 2024 09:44:03 +0200 Subject: [PATCH] update README.md --- README.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/README.md b/README.md index 7d237e5..c66b5f1 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,61 @@ Das reduziert die Größe der Datenbank enorm. Anschließend wieder matrix-synapse starten. + +Das reduzierte meine Matrix-Datenbank von +``` +Sun 01 Sep 2024 08:57:33 AM CEST : relation | total_size +-------------------------------------+------------ + public.state_groups_state | 12 GB + public.device_lists_changes_in_room | 1355 MB + public.received_transactions | 1200 MB + public.event_json | 867 MB + public.events | 482 MB + public.state_groups | 344 MB + public.event_edges | 281 MB + public.state_group_edges | 233 MB + public.event_auth | 212 MB + public.event_search | 171 MB + public.device_lists_stream | 138 MB + public.device_lists_remote_cache | 133 MB + public.room_memberships | 130 MB + public.e2e_cross_signing_keys | 130 MB + public.current_state_delta_stream | 110 MB + public.event_to_state_groups | 102 MB + public.receipts_linearized | 86 MB + public.event_auth_chain_links | 80 MB + public.state_events | 79 MB + public.event_auth_chains | 74 MB + ``` + + auf + + ``` + Sun 01 Sep 2024 09:19:29 AM CEST : relation | total_size +-------------------------------------+------------ + public.state_groups_state | 5565 MB + public.device_lists_changes_in_room | 1080 MB + public.event_json | 727 MB + public.received_transactions | 560 MB + public.state_groups | 315 MB + public.events | 306 MB + public.event_edges | 192 MB + public.state_group_edges | 157 MB + public.event_auth | 145 MB + public.event_search | 130 MB + public.e2e_cross_signing_keys | 125 MB + public.device_lists_remote_cache | 110 MB + public.current_state_delta_stream | 108 MB + public.room_memberships | 81 MB + public.event_to_state_groups | 74 MB + public.device_lists_stream | 63 MB + public.event_auth_chain_links | 59 MB + public.state_events | 50 MB + public.event_auth_chains | 44 MB + public.current_state_events | 34 MB +(20 rows) +``` + + Quellen: - https://levans.fr/shrink-synapse-database.html