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

Snapshot isolation and SSI rewrite #132

Merged
merged 7 commits into from
Dec 5, 2024
Merged

Conversation

arriqaaq
Copy link
Contributor

@arriqaaq arriqaaq commented Nov 18, 2024

Description

This PR makes changes to the Snapshot Isolation implementation (both SI and SSI). It keeps SI similar to the definition in paper and rewrites SSI (by removing previous implementation as current way of transaction check is already serializable)

@arriqaaq arriqaaq changed the base branch from main to final-zero-byte November 18, 2024 18:58
@arriqaaq arriqaaq changed the title Feat/improve snapshot isolation Snapshot isolation and SSI Nov 27, 2024
@arriqaaq arriqaaq changed the title Snapshot isolation and SSI Snapshot isolation and SSI rewrite Nov 27, 2024
@gsserge gsserge force-pushed the final-zero-byte branch 4 times, most recently from 6fb568c to 0936c6f Compare November 28, 2024 11:47
Base automatically changed from final-zero-byte to main November 28, 2024 11:50
@arriqaaq arriqaaq force-pushed the feat/improve-snapshot-isolation branch from daad716 to 4a6315d Compare December 5, 2024 08:40
@arriqaaq arriqaaq requested a review from gsserge December 5, 2024 08:40
@arriqaaq arriqaaq marked this pull request as ready for review December 5, 2024 09:56
@arriqaaq arriqaaq force-pushed the feat/improve-snapshot-isolation branch from 333187d to c36efdf Compare December 5, 2024 10:30
@arriqaaq arriqaaq force-pushed the feat/improve-snapshot-isolation branch from 3df37d8 to 727000a Compare December 5, 2024 10:37
@arriqaaq arriqaaq merged commit 579c6bb into main Dec 5, 2024
7 checks passed
@arriqaaq arriqaaq deleted the feat/improve-snapshot-isolation branch December 5, 2024 10:45
@arriqaaq arriqaaq restored the feat/improve-snapshot-isolation branch December 5, 2024 11:32
arriqaaq added a commit that referenced this pull request Dec 5, 2024
@arriqaaq arriqaaq deleted the feat/improve-snapshot-isolation branch December 6, 2024 13:42
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