Collected sources and patterns will appear here. Add from search or the patterns library.
DataPoints -> CompressedMemoryBuffer
Stage incoming real-time time-series events directly into a compressed in-memory block structure before committing them to persistent columnar storage.
Problem it solves
Storing uncompressed raw metrics in a memtable consumes too much RAM prior to disk flushes.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.