Commit Graph

72 Commits (c3ffdf1a9968dc505a68d541cac0d7201ccfaba1)

Author SHA1 Message Date
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 dac2b97dfd
make createBlock more generic so it can be used in other tests. (#489) 7 years ago
mknapphrt ebf5d74325 Added storage size based retention method and new metrics (#343) 7 years ago
Simon Pasquier d5d7a097e1 Update Makefile.common 7 years ago
Krasi Georgiev eb6586f513
rename createPopulatedBlock to createBlock and use it instead ot createEmptyBlock (#488) 7 years ago
Krasi Georgiev a90a7195d4
createPopulatedBlock returns the block dir instead of the block (#487) 7 years ago
Krasi Georgiev 090b6852e1
remove unused `PrefixMatcher` (#474) 7 years ago
Krasi Georgiev bac9cbed2e
no overlapping on compaction when an existing block is not within default boundaries. (#461) 7 years ago
Krasi Georgiev 5a9ddeecef
fix lint errors (#439) 7 years ago
Ganesh Vernekar 3a08a71d86 LabelNames() method to get all unique label names (#369) 7 years ago
Krasi Georgiev d804a27062
refactor util funcs to allow re-usage. (#419) 7 years ago
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428) 7 years ago
Chris Marchbanks f4afc7dff2 Add benchmark for querying a persisted block (#425) 7 years ago
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` 7 years ago
codwu e4444ca48c update `addInterval` function and test. 7 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 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 8 years ago
Fabian Reinartz 96d7f540d4 Persist series without allocating the full set 8 years ago
Dmitry Ilyevsky 37194b7a30 Add prefix label matcher. 8 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
Goutham Veeramachaneni 8b43b0d2c1
Fix broken tests 8 years ago
Goutham Veeramachaneni 6169c33fb8
Fix #59 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