rust-synapse-compress-state
rust-synapse-compress-state copied to clipboard
Allow running across all rooms.
Currently the tool is per room, which makes it hard to run as a periodic background task to clean out the database, or as a one-shot "reduce db size" tool.
Related: https://github.com/matrix-org/rust-synapse-compress-state/issues/6
Are there any plans to implement this feature in the near future? I'd like to run this program on my server but I have hundreds of rooms and I have no way of knowing which ones are bloating the database the most.
@starcraft66 https://github.com/matrix-org/synapse/wiki#what-are-the-biggest-rooms-on-my-server will be helpful
@aaronraimist thanks for the suggestion, I'm running the query right now!