Module mz_adapter::coord::in_memory_oracle

source ·
Expand description

A timestamp oracle that relies on the crate::catalog::Catalog for persistence/durability and reserves ranges of timestamps.

Structs§

  • A type that provides write and read timestamps, reads observe exactly their preceding writes.