Skip to main content

Module batch_update

Module batch_update 

Source
Expand description

Materialize views on a schedule based on the time data was received from the ingestion service

Enums§

PartitionCreationStrategy
Defines the strategy for creating a new partition.

Functions§

materialize_partition_range
Materializes partitions within a given time range.
regenerate_partition_range
Regenerates the partition(s) covering insert_range directly from source data, bypassing the “already up to date” freshness check materialize_partition_range would otherwise stop at. See tasks/blocks_view_ordered_merges_plan.md’s Design §3.