Skip to content

Conversation

@rockwotj
Copy link
Contributor

@rockwotj rockwotj commented Mar 4, 2025

  • wal: fork wal package from https://github.com/aarthikrao/wal
  • wal: simplify the implementation
  • wal/encoding: copy/improve encoding from SQLite buffer
  • wal: add sharded buffer type that round robins between many buffers
  • wal: verify there are no extra bytes
  • wal: WIP initial impl
  • wal/buffer: initial implementation

rockwotj and others added 8 commits March 3, 2025 02:14
We want to create a WAL buffer that is faster than SQLite, but we still
want durability. Fork this package so we can modify it slightly to our
desire.
We don't need a lot of this stuff. We basically are going to write
segments, and when a full segment has been ack'd we'll GC it.
Basically the same but with performance improvements.
@rockwotj rockwotj closed this Apr 28, 2025
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