prometheus/cmd/tsdb
Fabian Reinartz c61b310210 Naive size-based compaction
This adds naive compaction that tries to compact three
blocks of roughly equal size.
It decides based on samples present in a block and has no
safety measures considering the actual file size.
2017-01-06 13:53:05 +01:00
..
.gitignore Add write benchmark utility 2016-12-07 17:30:10 +01:00
main.go Naive size-based compaction 2017-01-06 13:53:05 +01:00
Makefile Redfine append interface, remove old Prometheus storage from bench 2016-12-21 00:02:37 +01:00
testdata.20k Add small testdata file 2016-12-22 19:15:37 +01:00