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

Check snapshot isolation of signature transactions #6188

Open
eddyashton opened this issue May 17, 2024 · 0 comments
Open

Check snapshot isolation of signature transactions #6188

eddyashton opened this issue May 17, 2024 · 0 comments
Labels

Comments

@eddyashton
Copy link
Member

We may break snapshot isolation because signature transactions are special.

There is a delay between booking a version for a signature, and producing the corresponding write. What happens if a separate transaction tries to read from the signature table in that gap? Does it read an inaccurate value, or do we separate the booked-version and readable-version? Should you be allowed to read from the signature table in other transactions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant