Expand description
Management of process-specific partitions built on demand
Structs§
- JitPartition
Config - Configuration for Just-In-Time (JIT) partition generation.
Functions§
- generate_
process_ jit_ partitions - generate_process_jit_partitions lists the partitions that are needed to cover a time span for a specific process these partitions may not exist or they could be out of date Generates JIT partitions for a given time range filtered by process.
- generate_
process_ jit_ partitions_ segment - Generates a segment of JIT partitions filtered by process.
- generate_
stream_ jit_ partitions - generate_stream_jit_partitions lists the partitiions that are needed to cover a time span these partitions may not exist or they could be out of date Generates JIT partitions for a given time range.
- generate_
stream_ jit_ partitions_ segment - Generates a segment of JIT partitions.
- is_
jit_ partition_ up_ to_ date - is_jit_partition_up_to_date compares a partition spec with the partitions that exist to know if it should be recreated Checks if a JIT partition is up to date.
- write_
partition_ from_ blocks - Writes a partition from a set of blocks.