When (not) to use varbit chunks
Prometheus Blog

When (not) to use varbit chunks


Summary

Prometheus recently added a new chunk encoding called “varbit” which significantly improves compression (up to 3x better) allowing for more data storage and potentially faster ingestion speeds. However, varbit encoding requires sequential access to data within a chunk, while the previous encoding allowed random access, potentially slowing down queries that request specific, non-adjacent samples. The article recommends sticking with the default double-delta encoding unless you’re facing disk space or I/O limitations, in which case experimenting with varbit encoding could be beneficial.
Read the Original Article

This article originally appeared on Prometheus Blog.

Read Full Article on Original Site

Popular from Prometheus Blog

1
Custom service discovery with etcd
Custom service discovery with etcd

Fabian Reinartz Aug 17, 2015 68 views

2
Monitoring DreamHack - the World's Largest Digital Festival
Monitoring DreamHack - the World's Largest Digital Festival

DreamHack Network Team Jun 24, 2015 67 views

3
Interview with Scalefastr
Interview with Scalefastr

Brian Brazil Feb 8, 2018 62 views

4
Interview with Presslabs
Interview with Presslabs

Brian Brazil Aug 23, 2018 59 views

5
Interview with JustWatch
Interview with JustWatch

Brian Brazil Oct 12, 2016 59 views