Open arriqaaq opened 4 days ago
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)
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)