Skip to content

Moving toward a paging-based recordlog #70

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Moving toward a paging-based recordlog #70

wants to merge 1 commit into from

Conversation

fulmicoton
Copy link
Collaborator

Instead of chained list of 128mb files, we
pre-allocate a file, and split it into pages.

A header in the file stores the order in which the pages should be read.

On the write side, when we truncate queues, we often end up freeing pages. When all pages are in use, we perform a GC. It simply reorders pages, and updates the file header accordingly.

Instead of chained list of 128mb files, we
pre-allocate a file, and split it into pages.

A header in the file stores the order in which the pages
should be read.

On the write side, when we truncate queues, we often end up
freeing pages. When all pages are in use, we perform a GC.
It simply reorders pages, and updates the file header accordingly.
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