Expand description
A timestamp oracle that relies on the crate::catalog::Catalog
for persistence/durability
and reserves ranges of timestamps.
Structsยง
- InMemory
Timestamp Oracle - A type that provides write and read timestamps, reads observe exactly their preceding writes.