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

Low latency write-only transactions #255

Open
craigfe opened this issue Dec 8, 2020 · 0 comments
Open

Low latency write-only transactions #255

craigfe opened this issue Dec 8, 2020 · 0 comments

Comments

@craigfe
Copy link
Member

craigfe commented Dec 8, 2020

As discussed in the meeting, there is a possible strategy for having a period of many successive writes to an index that are not readable until after all writes are completed:

offload writes to a set of rolling log files, then at the end of the transaction we merge-sort each log file into the data file and resume the standard operating mode with a single log file.

CC @pascutto, @ioana, @samoht.

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

No branches or pull requests

1 participant