rust-synapse-compress-state
rust-synapse-compress-state copied to clipboard
Option for minimum saving
To speed up the maintenance of the state table it would be helpful to skip minimal savings. A gain of fewer then 500 rows isn't worth the verification of the result and the execution of the SQL commands. What's your opinion?
How about adding a command line option to specify the minimal saving to consider an update?