prometheus/index
Goutham Veeramachaneni bb0e74b343
Fix reader for large index files.
Currently the offsets are cast into uint32 even though the index can
grow larger than 4GiB.

Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2018-02-05 13:51:22 +05:30
..
encoding_helpers.go Move index and chunk encoders to own packages 2017-12-21 11:27:54 +01:00
index.go Fix reader for large index files. 2018-02-05 13:51:22 +05:30
index_test.go address review comments, fix index tests 2018-01-11 13:20:42 +05:30
postings.go Improve comments, handle allPostingsKey properly 2017-12-22 09:43:34 +01:00
postings_test.go Move index and chunk encoders to own packages 2017-12-21 11:27:54 +01:00