We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e40a92d + b5985e8 commit 09d282cCopy full SHA for 09d282c
doc/1.7/book/box/data_model.rst
@@ -333,8 +333,10 @@ Snapshot files can be created even if there is no WAL file.
333
334
.. NOTE::
335
336
- | The memtx engine makes only forced checkpoints.
337
- | The vinyl engine runs checkpointing in the background at all times.
+ The memtx engine makes only regular checkpoints with the interval set in
+ :ref:`checkpoint daemon <book_cfg_checkpoint_daemon>` configuration.
338
+
339
+ The vinyl engine runs checkpointing in the background at all times.
340
341
See the :ref:`Internals <internals-data_persistence>` section for more details
342
about the WAL writer and the recovery process.
0 commit comments