Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Stream<TimeSeriesPoint> -> StoragePartitions
Partition incoming time-series data points into distinct physical storage files based on a fixed temporal window.
Problem it solves
Unpartitioned time-series databases suffer from slow historical query times and highly complex retention deletion cycles.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.