catena icon indicating copy to clipboard operation
catena copied to clipboard

Control memory consumption

Open Preetam opened this issue 10 years ago • 0 comments

  1. An interesting idea would be to partition based on memory usage instead of fixed time ranges. I think the design should support this already, but it would make the compaction and retention logic a bit more complicated.

  2. For older partitions, maybe we can read metadata on-demand instead of keeping it in memory all the time. This would help with cases where there are lots of sources and metrics.

Preetam avatar Jul 19 '15 21:07 Preetam