Commit Graph

61 Commits (7f00217d77d6854e7cff03cf096ac2928d7764bf)

Author SHA1 Message Date
Krasi Georgiev 5a9ddeecef
fix lint errors (#439)
6 years ago
Ganesh Vernekar 3a08a71d86 LabelNames() method to get all unique label names (#369)
6 years ago
Krasi Georgiev d804a27062
refactor util funcs to allow re-usage. (#419)
6 years ago
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428)
6 years ago
Chris Marchbanks f4afc7dff2 Add benchmark for querying a persisted block (#425)
6 years ago
Bartek Płotka 047b1b1357 compact: Verify for chunks outside of compacted time range. Added unit test for populateBlocs. (#349)
6 years ago
Krasi Georgiev d05611c027
removed some unused code and moved mockSeriesSet in querier_test (#394)
6 years ago
Alexey Palazhchenko 9be883670e fix the test data file path in benchmarks. (#345)
6 years ago
codwu bc6ef0b94e rename `mts` to `intvlGroups`
6 years ago
codwu e4444ca48c update `addInterval` function and test.
6 years ago
codwu cd145c90d5 remove `put` function and use RLock in `Iter` function
7 years ago
codwu 84a45cb79a add rwmutex to prevent concurrent map read when delete series
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
Callum Styan a1a91ea96a use test utils in querier_test
7 years ago
Fabian Reinartz 3ef4326114 Refactor tombstone reader types
7 years ago
Fabian Reinartz e5ce2bef43 Add explicit error to Querier.Select
7 years ago
Fabian Reinartz 665955da48 Clarify postings index semantics, handle staleness
7 years ago
Fabian Reinartz c36d574290 Replace single head lock with granular locks
7 years ago
Fabian Reinartz 1ddedf2b30 Change series ID from uint32 to uint64
7 years ago
Fabian Reinartz 3901b6e70b Remove multiple heads
7 years ago
Goutham Veeramachaneni 7438ed7035 Expose Intervals type for use by TombstoneReader.
7 years ago
Fabian Reinartz 2644c8665c Don't allocate ChunkMetas, reuse postings slices
7 years ago
Fabian Reinartz 96d7f540d4 Persist series without allocating the full set
7 years ago
Dmitry Ilyevsky 37194b7a30 Add prefix label matcher.
7 years ago
Fabian Reinartz bc3fee4820 Add benchmark for mergedSeriesSet
8 years ago
Fabian Reinartz bda3ed20ac Fix omitting of chunk on Seek()
8 years ago
Goutham Veeramachaneni a280169427
Add regression test
8 years ago
Goutham Veeramachaneni f29fb62fba
Make TombstoneReader a Getter.
8 years ago
Goutham Veeramachaneni 244b73fce1
Rename for clarity and consistency.
8 years ago
Goutham Veeramachaneni 7ccf9d0211
Add test on blockQuerier which uses tombstones.
8 years ago
Goutham Veeramachaneni d6bd64357b
Fix Delete on HeadBlock
8 years ago
Goutham Veeramachaneni 22c1b5b492
Make SeriesSets use tombstones.
8 years ago
Goutham Veeramachaneni 7bbbd55aad
Fix bug where having one chunk can cause panic
8 years ago
Fabian Reinartz 085991c9da Merge pull request #71 from Gouthamve/tests
8 years ago
Goutham Veeramachaneni 8b43b0d2c1
Fix broken tests
8 years ago
Goutham Veeramachaneni 6169c33fb8
Fix #59
8 years ago
Fabian Reinartz a5322c50fc Merge pull request #36 from Gouthamve/tests
8 years ago
Goutham Veeramachaneni 6178de9acc
Removed unused feild
8 years ago
Goutham Veeramachaneni 725b69caa1
Incorporate feedback on #36
8 years ago
Goutham Veeramachaneni 239f8b9eb5
Modify tests to check for mint, maxt
8 years ago
Goutham Veeramachaneni b60c2068bc
Make blockQuerier return data in valid time-range
8 years ago
Goutham Veeramachaneni b9868c9f0b
Initial test for blockQuerier
8 years ago
Fabian Reinartz 778103b450 Add liecence file and headers
8 years ago
Goutham Veeramachaneni 0c5c4f07c5
Test "Stitching" SeriesIterators
8 years ago
Fabian Reinartz 10c7c9acbe Adjust import names to new repository organisation
8 years ago
Fabian Reinartz 3be4ef94ce Move BufferedSeriesIterator in own package
8 years ago
Fabian Reinartz d6fb6aaaa8 Rename paritionSeriesSet to mergedSeriesSet
8 years ago