Skip to content

Expose the snapshot LSN of a transaction

Sami Hiltunen requested to merge smh-refactor-types into master

Each transaction runs against a given snapshot. The LSN, or the log sequence number, describes which version of the partition the transaction is reading at. Expose the snapshot LSN to the clients as they may need it to determine which version they are reading at.

Merge request reports