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

Transactions should unblock downstream transactions sooner #239

Open
dimitribouniol opened this issue Oct 19, 2024 · 0 comments
Open

Transactions should unblock downstream transactions sooner #239

dimitribouniol opened this issue Oct 19, 2024 · 0 comments

Comments

@dimitribouniol
Copy link
Member

This can happen as soon as the transaction closure returns, but before writes. Another transaction can safely rely on this state being the common ground at this point, as any write failures will cause failures for this transaction as well. Note the transaction itself shouldn't return early, as that would violate the durability promise. However, this optimization should allow more writes to take place across many requests, for instance, increasing overall throughput.

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