Go to file
Fabian Reinartz 78780cd2ba Segment chunk file
This adds write path support for segmented chunk data files.
Files of 512MB are pre-allocated and written to. If the file size
is exceeded, the next file is started. On completion, files
are truncated to their final size.
2017-02-23 10:50:22 +01:00
chunks Run persistence in separate goroutine 2017-01-02 22:24:35 +01:00
cmd/tsdb Create default logger for DB 2017-02-19 16:04: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
testdata Add full encode/decode WAL cycle test 2017-02-14 21:55:50 -08:00
block.go Segment chunk file 2017-02-23 10:50:22 +01:00
compact.go Segment chunk file 2017-02-23 10:50:22 +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
db.go Segment chunk file 2017-02-23 10:50:22 +01:00
head_test.go Add full encode/decode WAL cycle test 2017-02-14 21:55:50 -08:00
head.go Segment chunk file 2017-02-23 10:50:22 +01:00
postings_test.go Add merge postings 2016-12-28 11:02:19 +01:00
postings.go Fix bug of unsorted postings lists being created 2017-01-13 16:22:20 +01:00
querier_test.go Rename shard to partition 2017-01-06 08:08:02 +01:00
querier.go Segment chunk file 2017-02-23 10:50:22 +01:00
reader.go Segment chunk file 2017-02-23 10:50:22 +01:00
wal_test.go Add full encode/decode WAL cycle test 2017-02-14 21:55:50 -08:00
wal.go Replace per-file locking with single PID lock file 2017-02-19 13:01:19 +01:00
writer.go Segment chunk file 2017-02-23 10:50:22 +01:00