Go to file
Fabian Reinartz beb842a856 Change block interface
This changes the block interface to directly expose index
and series readers rather than the direct querier
2017-01-02 11:12:28 +01:00
chunks Add basic compaction 2017-01-02 10:34:55 +01:00
cmd/tsdb Add small testdata file 2016-12-22 19:15:37 +01:00
labels Add merge postings 2016-12-28 11:02:19 +01:00
test Add merge postings 2016-12-28 11:02:19 +01:00
block.go Change block interface 2017-01-02 11:12:28 +01:00
compact.go Change block interface 2017-01-02 11:12:28 +01:00
db.go Add basic compaction 2017-01-02 10:34:55 +01:00
db_amd64.go Add initial seriailization of block data 2016-12-08 17:43:10 +01:00
db_test.go Fix test import of labels, simplify constructor names 2016-12-21 15:12:26 +01:00
db_unix.go Add proper mmap calls 2016-12-11 15:49:36 +01:00
head.go Change block interface 2017-01-02 11:12:28 +01:00
postings.go Remove double-reference in chunk hashmap 2016-12-31 10:19:02 +01:00
postings_test.go Add merge postings 2016-12-28 11:02:19 +01:00
querier.go Change block interface 2017-01-02 11:12:28 +01:00
querier_test.go labels: add Compare and String methods 2016-12-24 13:49:35 +01:00
reader.go Add basic compaction 2017-01-02 10:34:55 +01:00
wal.go Add basic shard metrics 2016-12-31 09:48:49 +01:00
wal_test.go Add basic shard metrics 2016-12-31 09:48:49 +01:00
writer.go Add basic compaction 2017-01-02 10:34:55 +01:00