Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Clarifies WAL mode tradeoffs in docs and comments. - #150

Merged
koculu merged 3 commits into
mainfrom
improve-docs-for-wal-mode-tradeoffs
Jul 5, 2026
Merged

Clarifies WAL mode tradeoffs in docs and comments.#150
koculu merged 3 commits into
mainfrom
improve-docs-for-wal-mode-tradeoffs

Conversation

@koculu

@koculu koculu commented Jul 5, 2026

Copy link
Copy Markdown
Member

Summary

Clarifies WAL mode guidance and enum comments so the durability/throughput tradeoffs are described accurately.

  • Positions AsyncCompressed as the recommended high-throughput persistent default
  • Describes Sync as the plain synchronous WAL write path for applications that specifically need that behavior
  • Explains that SyncCompressed uses compressed-block/tail behavior and has weaker crash durability than Sync
  • Updates README, docs, and NuGet README guidance to use the same terminology
  • Removes an unused ZoneTreeOptions helper
  • Improves atomic operations docs.

@koculu
koculu merged commit 1e798a0 into main Jul 5, 2026
1 check passed
@koculu
koculu deleted the improve-docs-for-wal-mode-tradeoffs branch July 5, 2026 22:02
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.

1 participant