FoundationDB has versionstamps, ten-byte, unique, monotonically (but not sequentially) increasing values for each committed transaction.
Can I get a timestamp (when the transaction was committed) from that?
FoundationDB has versionstamps, ten-byte, unique, monotonically (but not sequentially) increasing values for each committed transaction.
Can I get a timestamp (when the transaction was committed) from that?