Prometheus¶
TSDB¶
- Prometheus storage: Prometheus docs TSDB section
- Writing a Time Series Database from Scratch: Design decisions behind the rewrite of Prometheus TSDB in 2.x which provided a dramatic difference in performance and made it not kill SSDs.
- PromCon 2017: Storing 16 Bytes at Scale - Fabian Reinartz : A talk on the previous point.