Closed arriqaaq closed 3 weeks ago
This PR adds the following:
1) Adds check if the snapshot is not lesser than index version 2) Modifies Transaction::commit to return (tx_id, commit_ts) for verification 3) Add basic test to verify if concurrent transactions committed have incremental txn ids
Addresses https://github.com/surrealdb/surrealkv/issues/108
Description
This PR adds the following:
1) Adds check if the snapshot is not lesser than index version 2) Modifies Transaction::commit to return (tx_id, commit_ts) for verification 3) Add basic test to verify if concurrent transactions committed have incremental txn ids
Addresses https://github.com/surrealdb/surrealkv/issues/108