Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store shadow WAL as a collection of compressed wal segments #191

Closed
benbjohnson opened this issue May 21, 2021 · 0 comments · Fixed by #225
Closed

Store shadow WAL as a collection of compressed wal segments #191

benbjohnson opened this issue May 21, 2021 · 0 comments · Fixed by #225
Labels
enhancement New feature or request
Milestone

Comments

@benbjohnson
Copy link
Owner

Currently, the shadow WAL stores WAL files as full files. However, it would be better to store them as LZ4-compressed WAL segments that are delineated by transaction boundary. This will help when applying changes to live replicas (#8).

@benbjohnson benbjohnson added the enhancement New feature or request label May 21, 2021
@benbjohnson benbjohnson added this to the v0.4.0 milestone May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant