Redis with the AOF
(append only file) parameter enabled can only lose a second of data. I know that Tarantool has wal_move='write'
by default, as this mode provides data persistence for vinyl
and memtx
, and in what case can this result in data loss that cannot be restored?
The second part of the question:
what wal_mode
setting do you recommend none/write/fsync
for vinyl
and memtx
in particular?
I would like to get a constructive answer because a similar question was asked earlier but raised even more questions and he didn't give a clear answer: Difference between Redis AOF and Tarantool WAL log