Collected sources and patterns will appear here. Add from search or the patterns library.
TimeRange -> List<PartitionMetadata>
Filter a collection of storage partition metadata to identify and load only those whose boundaries overlap a target query time-range.
Problem it solves
Scanning entire historical datasets is prohibitively expensive; restricting search space to relevant chronological windows minimizes query overhead.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.