Continuing SST Partitioning toggle
Today we want to continue with the experiment from last Chaos day, but this time with a bit more load. This should make sure that we trigger the compaction of RocksDB and cause the SST partitioning to happen, for real.
The reasons stay the same we want to find out whether it would be possible to enable and disable the flag/configuration without issues.
TL;DR; Today's, experiments succeeded 馃殌. We were able to show that even with a higher number of process instances (bigger state) we can easily disable and enable the SST partitioning flag without issues. I also got a confirmation from a RocksDb contributor that our observations are correct, and that we can easily toggle this feature without issues.