matrix-org / matrix-org/rust-synapse-compress-state
Allow running across all rooms.
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 173
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Read the current per-room execution path and the related issue #6 first, then identify how an all-rooms run should be invoked and verified for periodic cleanup or one-shot database-size reduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100