Expand description
Materialize’s storage layer.
Modules§
- client
- The public API of the storage layer.
- controller
- A controller that provides an interface to the storage layer.
- healthcheck
- metrics
- Metrics for the storage controller components
- sink
- statistics
- These structure represents a full set up updates for the
mz_source_statistics_raw
andmz_sink_statistics_raw
tables for a specific source-worker/sink-worker pair. They are structured like this for simplicity and efficiency: Each storage worker can individually collect and consolidate metrics, then control how muchStorageResponse
traffic is produced when sending updates back to the controller to be written. - storage_
collections - An abstraction for dealing with storage collections.
- util