matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
142 stars 32 forks source link

Move the graph generation to before early exit #56

Closed Azrenbeth closed 2 years ago

Azrenbeth commented 3 years ago

BUILDS ON azren/continuing_run

Moved the graph generation to before early exit

If the tool is making the tables bigger than they were before then the compressor aborts the run. However if you wanted to debug this by looking at before and after graphs of the chunk being compressed then these need to be generated before it exits early.