phlare icon indicating copy to clipboard operation
phlare copied to clipboard

Storage: Flushing row group of profiles.

Open cyriltovena opened this issue 3 years ago • 1 comments

  • Ingest straight into parquet buffer reduce memory footprint by using parquet buffer compression.
  • Then once the buffer is full flush a chunk to either a row group or just file ???
  • Chunk meta from the index.
  • Finally every x hour or if the symbols+index is too big flush the block.

cyriltovena avatar Oct 06 '22 09:10 cyriltovena

In a way we basically need to compact the profiles.parquet into a bigger file.

cyriltovena avatar Oct 30 '22 08:10 cyriltovena