maxpert / marmot

A distributed SQLite replicator built on top of NATS
https://maxpert.github.io/marmot/
MIT License
1.7k stars 42 forks source link

Periodic snapshot support #63

Closed maxpert closed 11 months ago

maxpert commented 11 months ago

This PR will enable saving snapshots periodically. While high amount of changes with a large log size can cause snapshot saving to be triggered, this will allow low write traffic scenarios to save whatever small changes they have with periodic snapshots.