Skip to content

Remove disabling WAL during IBD#84

Merged
RCasatta merged 1 commit into
RCasatta:masterfrom
Blockstream:disable_wal
Jul 1, 2026
Merged

Remove disabling WAL during IBD#84
RCasatta merged 1 commit into
RCasatta:masterfrom
Blockstream:disable_wal

Conversation

@RCasatta

@RCasatta RCasatta commented Jul 1, 2026

Copy link
Copy Markdown
Owner

That settings may cause issues in cloud deployment when process restarts and it's interrupted during IBD. It would be possible to keep it and use db_opts.set_atomic_flush(true); but it require specific handling. This instead prioritize simplicity at the cost of IBD performance, since the IBD from genesis must be done only once in the lifetime of the server.

alternative to Blockstream#11

That settings may cause issues in cloud deployment when process restarts
and it's interrupted during IBD. It would be possible to keep it and use
`db_opts.set_atomic_flush(true);` but it require specific handling. This
instead prioritize simplicity at the cost of IBD performance, since the
IBD from genesis must be done only once in the lifetime of the server.
@RCasatta RCasatta merged commit 01cc604 into RCasatta:master Jul 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants