Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(MemIterator, SstIterator) -> UnifiedPointIterator
Merge and deduplicate time-series points retrieved from hot in-memory MemTables and cold on-disk SST files chronologically.
Problem it solves
Queries spanning the boundary of historical and real-time data must return a unified, chronologically ordered, and deduplicated sequence.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.