Hi,
I’m currently setting up an EventStore cluster on Google Cloud. As previously mentioned, I’m using persistent disks for ease of maintainability and reliability, and as our case does not yet demand low latency or high bandwidth.
However, this has a clear impact on recovery time when restarting a node (for whatever reason), as the index takes some time to re-build.
I’ve seen --max-memtable-size, which as I understand it should allow me to flush indexes to disk and result in a quicker recovery time on startup, but what is the downside to using a smaller number than the default with this flag?
Cheers,
Kristian