-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Streams tables are never cleared out #5888
Comments
(we should probably have a job to clear these out, but the difficulty is figuring out how old is "old") |
A better alternative to figuring out how to clear them out is to get rid of them: #13456 |
You may scratch (If you are still finding evidence of this still existing though, please let me know. I'm terribad at using SQL) |
thanks, updated. |
My terribad at SQL still stands. It appears that the cleaning on the |
A number of 'stream' tables are appended-to, but are never cleared out. Such tables include:
cache_invalidation_stream_by_instance
table automatically. (This table is not used when Synapse is configured to use SQLite.) #15868)presence_stream(does get cleaned out; has been ever since its creation in Rewrite presence for performance. #582)device_inbox(not really a 'stream' table actually, so a separate problem)local_group_updates(removed in Drop tables used for groups/communities. #12967)public_room_list_stream(now removed)The text was updated successfully, but these errors were encountered: