FASTER icon indicating copy to clipboard operation
FASTER copied to clipboard

Is it possible to recover KV from WAL?

Open AqlaSolutions opened this issue 1 year ago • 1 comments

According to our benchmarks, hybrid checkpoints (foldover) consume too much resources to make them often. As far as I know, KV uses FasterLog WAL internally. Is it possible to use the WAL commits for KV recovery? E.g. call commit each 100ms and make checkpoints only once per 10 seconds. Or may be the same effect could be achieved with the Log.Flush(true) each 100 ms?

AqlaSolutions avatar Aug 13 '24 10:08 AqlaSolutions

use SnapShot?

cschuchardt88 avatar Mar 06 '25 23:03 cschuchardt88