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

Transaction log trait #3

Closed
penberg opened this issue Apr 10, 2023 · 1 comment · Fixed by #19
Closed

Transaction log trait #3

penberg opened this issue Apr 10, 2023 · 1 comment · Fixed by #19
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@penberg
Copy link
Owner

penberg commented Apr 10, 2023

The commit_tx() function needs to write to a transaction log and wait for it to persist on stable storage. Let's add a transaction log trait that mvcc-rs users can provide.

@penberg penberg added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 10, 2023
@psarna psarna self-assigned this Apr 14, 2023
@psarna
Copy link
Collaborator

psarna commented Apr 14, 2023

While we're at it, it's probably good time to make the APIs async-friendly, right?

psarna added a commit to psarna/mvcc-rs that referenced this issue Apr 14, 2023
In order to prepare for penberg#3, the APIs are made asynchronous.
It also applies to tests and benches.
psarna added a commit to psarna/mvcc-rs that referenced this issue Apr 14, 2023
In order to prepare for penberg#3, the APIs are made asynchronous.
It also applies to tests and benches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants