Crate mz_storage
source ·Expand description
Materialize’s storage layer.
Re-exports§
Modules§
- This module provides functions that build decoding pipelines from raw source streams.
- Healthcheck common
- Types for cluster-internal control messages that can be broadcast to all workers from individual operators/workers.
- Metrics for all things storage.
- Renders ingestions and exports into timely dataflow
- An interactive dataflow server.
- Moving data to external systems
- Types related to the creation of dataflow raw sources.
- Helpers for managing storage statistics.
- Worker-local state for storage timely instances.
- upsert 🔒
- Implementation of feedback UPSERT operator and associated helpers. See
upsert_inner
for a description of how the operator works and why.