Skip to content

Commit 09d282c

Browse files
committed
Merge branch '1.6' into 1.7
2 parents e40a92d + b5985e8 commit 09d282c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/1.7/book/box/data_model.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,10 @@ Snapshot files can be created even if there is no WAL file.
333333

334334
.. NOTE::
335335

336-
| The memtx engine makes only forced checkpoints.
337-
| The vinyl engine runs checkpointing in the background at all times.
336+
The memtx engine makes only regular checkpoints with the interval set in
337+
:ref:`checkpoint daemon <book_cfg_checkpoint_daemon>` configuration.
338+
339+
The vinyl engine runs checkpointing in the background at all times.
338340

339341
See the :ref:`Internals <internals-data_persistence>` section for more details
340342
about the WAL writer and the recovery process.

0 commit comments

Comments
 (0)