Collected sources and patterns will appear here. Add from search or the patterns library.
Query + CompressedBlock -> FilteredBlock
Evaluate range queries and filters directly on compressed metric blocks by inspecting block metadata or SIMD-friendly headers without decompressing the data payload.
Problem it solves
Decompression is CPU-bound and slows down range scans over large historical datasets.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.