Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
SQLStatement -> ExecutionPlan<TargetChunks>
Intercept SQL queries and inserts on a single logical table and transparently route them to physical chunks partitioned by time intervals.
Problem it solves
Unpartitioned tables degrade in performance as time-series data grows, making indices too large to fit in memory.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.