Commit Graph

35 Commits (abd15845e226211122a7ee9c79a72017d199cf4e)

Author SHA1 Message Date
naivewong 13c80a5979 Optimize queries using regex matchers for set lookups (#602)
6 years ago
zhulongcheng 19d402d154 cleanup tmp files (#570)
6 years ago
zhulongcheng 4d03c70800 Verify chunk format version (#544)
6 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549)
6 years ago
Ganesh Vernekar c59ed492b2 Vertical query merging and compaction (#370)
6 years ago
Krasi Georgiev ce4a2083fb nit
6 years ago
Krasi Georgiev 00d5e19baf Merge remote-tracking branch 'upstream/master' into shutdown-during-compaction
6 years ago
Krasi Georgiev dac2b97dfd
make createBlock more generic so it can be used in other tests. (#489)
6 years ago
Krasi Georgiev cc277e398b
fix the refs logic for the addFast path for createBlock (#504)
6 years ago
Krasi Georgiev 9874377ead nits
6 years ago
Krasi Georgiev 921f82cfc1 WIP
6 years ago
Krasi Georgiev 0b31b8af88 Merge remote-tracking branch 'upstream/master' into shutdown-during-compaction
6 years ago
Ganesh Vernekar 1a9d08adc5 Don't write empty blocks (#374)
6 years ago
mknapphrt ebf5d74325 Added storage size based retention method and new metrics (#343)
6 years ago
Krasi Georgiev eb6586f513
rename createPopulatedBlock to createBlock and use it instead ot createEmptyBlock (#488)
6 years ago
Krasi Georgiev a90a7195d4
createPopulatedBlock returns the block dir instead of the block (#487)
6 years ago
Krasi Georgiev bd5ccee5c1 use context to cancel compactions
6 years ago
Krasi Georgiev bac9cbed2e
no overlapping on compaction when an existing block is not within default boundaries. (#461)
6 years ago
Krasi Georgiev 5a9ddeecef
fix lint errors (#439)
6 years ago
Chris Marchbanks f4afc7dff2 Add benchmark for querying a persisted block (#425)
6 years ago
codwu 84a45cb79a add rwmutex to prevent concurrent map read when delete series
7 years ago
Fabian Reinartz 76c1b2cdb6 Ensure correct block order on reload
7 years ago
Krasi Georgiev eb6cdbcb5b some test funcitons didn't cleanup after themselves.
7 years ago
Fabian Reinartz a345231a0e Add test for block meta version and comments
7 years ago
Shubheksha Jalan 510dc17066 fix tests, set version when initializing the index writer
7 years ago
Fabian Reinartz da9614fa54 Allow tombstone file to not exist
7 years ago
Fabian Reinartz 54205903f7 Move index and chunk encoders to own packages
7 years ago
Fabian Reinartz adb6be73dd move label read function int labels pkg
7 years ago
Fabian Reinartz 67f0ca8f0e Move index and chunk encoders to own packages
7 years ago
Callum Styan ca4e817372 move test utils to it's own package so we can use it in tests for other packages in tsdb repo
7 years ago
Goutham Veeramachaneni f35e9c7fec
Merge branch 'master' into fix-dels
7 years ago
Goutham Veeramachaneni 1fc94a02d1
Don't retry failed compactions.
7 years ago
Goutham Veeramachaneni 44e9ae38b5
Incorporate PR feedback.
8 years ago
Goutham Veeramachaneni 34a86af3c6
Move tombstones to their own thing.
8 years ago
Goutham Veeramachaneni 3de55171d3
Add tests for tombstones and deletedIterator
8 years ago