Commit Graph

56 Commits (4dd740e4cc2d6fb490a94deec899bb4ddb191eb4)

Author SHA1 Message Date
Bartek Płotka 047b1b1357 compact: Verify for chunks outside of compacted time range. Added unit test for populateBlocs. (#349) 7 years ago
Krasi Georgiev d05611c027
removed some unused code and moved mockSeriesSet in querier_test (#394) 7 years ago
Alexey Palazhchenko 9be883670e fix the test data file path in benchmarks. (#345) 7 years ago
codwu bc6ef0b94e rename `mts` to `intvlGroups` 8 years ago
codwu e4444ca48c update `addInterval` function and test. 8 years ago
codwu cd145c90d5 remove `put` function and use RLock in `Iter` function 8 years ago
codwu 84a45cb79a add rwmutex to prevent concurrent map read when delete series 8 years ago
Fabian Reinartz 54205903f7 Move index and chunk encoders to own packages 8 years ago
Fabian Reinartz adb6be73dd move label read function int labels pkg 8 years ago
Fabian Reinartz 67f0ca8f0e Move index and chunk encoders to own packages 8 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 8 years ago
Callum Styan a1a91ea96a use test utils in querier_test 8 years ago
Fabian Reinartz 3ef4326114 Refactor tombstone reader types 8 years ago
Fabian Reinartz e5ce2bef43 Add explicit error to Querier.Select 8 years ago
Fabian Reinartz 665955da48 Clarify postings index semantics, handle staleness 8 years ago
Fabian Reinartz c36d574290 Replace single head lock with granular locks 8 years ago
Fabian Reinartz 1ddedf2b30 Change series ID from uint32 to uint64 8 years ago
Fabian Reinartz 3901b6e70b Remove multiple heads 8 years ago
Goutham Veeramachaneni 7438ed7035 Expose Intervals type for use by TombstoneReader. 8 years ago
Fabian Reinartz 2644c8665c Don't allocate ChunkMetas, reuse postings slices 9 years ago
Fabian Reinartz 96d7f540d4 Persist series without allocating the full set 9 years ago
Dmitry Ilyevsky 37194b7a30 Add prefix label matcher. 9 years ago
Fabian Reinartz bc3fee4820 Add benchmark for mergedSeriesSet 9 years ago
Fabian Reinartz bda3ed20ac Fix omitting of chunk on Seek() 9 years ago
Goutham Veeramachaneni a280169427
Add regression test 9 years ago
Goutham Veeramachaneni f29fb62fba
Make TombstoneReader a Getter. 9 years ago
Goutham Veeramachaneni 244b73fce1
Rename for clarity and consistency. 9 years ago
Goutham Veeramachaneni 7ccf9d0211
Add test on blockQuerier which uses tombstones. 9 years ago
Goutham Veeramachaneni d6bd64357b
Fix Delete on HeadBlock 9 years ago
Goutham Veeramachaneni 22c1b5b492
Make SeriesSets use tombstones. 9 years ago
Goutham Veeramachaneni 7bbbd55aad
Fix bug where having one chunk can cause panic 9 years ago
Goutham Veeramachaneni 8b43b0d2c1
Fix broken tests 9 years ago
Goutham Veeramachaneni 6169c33fb8
Fix #59 9 years ago
Goutham Veeramachaneni 6178de9acc
Removed unused feild 9 years ago
Goutham Veeramachaneni 725b69caa1
Incorporate feedback on #36 9 years ago
Goutham Veeramachaneni 239f8b9eb5
Modify tests to check for mint, maxt 9 years ago
Goutham Veeramachaneni b60c2068bc
Make blockQuerier return data in valid time-range 9 years ago
Goutham Veeramachaneni b9868c9f0b
Initial test for blockQuerier 9 years ago
Fabian Reinartz 778103b450 Add liecence file and headers 9 years ago
Goutham Veeramachaneni 0c5c4f07c5
Test "Stitching" SeriesIterators 9 years ago
Fabian Reinartz 10c7c9acbe Adjust import names to new repository organisation 9 years ago
Fabian Reinartz 3be4ef94ce Move BufferedSeriesIterator in own package 9 years ago
Fabian Reinartz f85d89abc0 Move BufferedSeriesIterator in own package 9 years ago
Fabian Reinartz d6fb6aaaa8 Rename paritionSeriesSet to mergedSeriesSet 9 years ago
Fabian Reinartz 4590b61343 Rename shard to partition 9 years ago
Fabian Reinartz 40cf215fba Hotfix missing sorting of head block series index 9 years ago
Fabian Reinartz ec99f99d3d Fix and test bug in shardSeriesSet 9 years ago
Fabian Reinartz 62b8ded0a5 Rename iterator value getters to At() 9 years ago
Fabian Reinartz 5efe1d178e labels: add Compare and String methods 9 years ago
Fabian Reinartz 869cccf080 Test and fixes for buffered iterator 9 years ago