Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Replay Configuration
You can tune the snapshot-trigger-size and snapshots-to-keepEngine Variables to make efficient use of the logs and snapshots.
A large snapshot-trigger-size decreases the frequency that snapshots are taken.snapshot-trigger-size increases the time needed to replay the snapshot.
A large snapshots-to-keep increases the number of snapshots available, and it increases the amount of space needed to store the snapshots and logs.
snapshots-to-keep defaults to 2.
The datadir engine variable stores the location of the snapshots and logs.
See Managing Disk Space Used by Transaction Logs and Configuring Transaction Logs and Snapshots for more information.
Last modified: