Crate mz_storage_operators

Source
Expand description

Shared Storage dataflow operators

Modules§

  • Metrics for storage dataflow operators
  • “Oneshot” sources are a one-time ingestion of data from an external system, unlike traditional sources, they do not run continuously. Oneshot sources are generally used for COPY FROM SQL statements.
  • A source that reads from an a persist shard.
  • Uploads a consolidated collection to S3
  • Types and traits that connect up our mz-repr types with the stats that persist maintains.