surrealdb / surrealkv

A low-level, versioned, embedded, ACID-compliant, key-value database for Rust
https://surrealdb.com
Apache License 2.0
306 stars 19 forks source link

Feat/improve snapshot isolation #132

Open arriqaaq opened 4 days ago

arriqaaq commented 4 days ago

Description

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