Skip to content
Discussion options

You must be logged in to vote

1-3 is right, 4 is not accurate as there's there's WAL which is similar with popular DB like MySQL/PGSQL. There's balance for persistence and performance. If no data loose for power cycle or kernel panic, then WAL must be flushed to disk after each commit which will be very slow. You can config the WAL sync mode

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sprappcom
Comment options

Answer selected by sprappcom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants