The Prometheus monitoring system and time series database.
Find a file
Fabian Reinartz fa181a34c1 chunks: cleanup anything but xor encoding
xor encoding is fast enough for our purposes and provides
very good compression.
We remove all other ones that partially don't support floats
for the sake of simplicity.
2016-11-29 22:02:58 +01:00
chunks chunks: cleanup anything but xor encoding 2016-11-29 22:02:58 +01:00
cmd/tsdb Add benchmark utility 2016-11-15 10:35:42 +01:00
index Fix pages and index package 2016-11-15 15:53:48 +01:00
pages Fix pages and index package 2016-11-15 15:53:48 +01:00
adapter.go Make adapter work + comment it out 2016-11-15 11:46:17 +01:00
db.go Add main db implementation 2016-11-15 10:34:25 +01:00
db_test.go Add main db implementation 2016-11-15 10:34:25 +01:00
index.go Add main db implementation 2016-11-15 10:34:25 +01:00
persist.go Add main db implementation 2016-11-15 10:34:25 +01:00
querier.go Remove Prometheus internal metric type from interface 2016-11-15 11:43:34 +01:00