1029 Commits (16217a6fcce6e495f37d4d9ef920fe8cc36ea5d0)

Author SHA1 Message Date
Bartlomiej Plotka 5d84e5d895 Make chunkenc.Iterator.At behaviour unspecified without Next done. 5 years ago
Bartlomiej Plotka ad51c649b5 Fixed float conversion difference. 5 years ago
Bartlomiej Plotka cfba92a133 Addressed comments. 5 years ago
Bartlomiej Plotka c0a9ab0829 Close db properly in tests. 5 years ago
Bartlomiej Plotka fb79f515fc Fixed second bug. 5 years ago
Bartlomiej Plotka aadffd1360 Finally found a fix for the bug I was chasing for 2h... 5 years ago
Bartlomiej Plotka 849faa407b Minor fixes. 5 years ago
Bartlomiej Plotka 2cf637fbf5 Addressed comments. 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
Zhou Hao e628fd7735
fix comments spelling (#6829) 5 years ago
johncming c30abf1e2b tsdb/wal: remove unused argument. 5 years ago
Ganesh Vernekar 6f1d2ec73e
Break DB.Compact and DB.compactHead and DB.compactBlocks. Add DB.CompactHead. 5 years ago
Ganesh Vernekar bc6fd96979
Refactor TestGCChunkAccess and TestGCSeriesAccess to create chunks by appending samples 5 years ago
Ganesh Vernekar 0a27df92f0
Refactor tsdb/chunks/chunks.go for future PRs (#6754) 5 years ago
Ganesh Vernekar 56bf0ee4dc
Add OpenMmapFileWithSize method (#6753) 5 years ago
Marco Pracucci 699f3e8f4d
Added comments to the Chunk interface 5 years ago
Marco Pracucci 0703dae7cc
Compact TSDB head chunks after being cut, to reduce inuse memory 5 years ago
Ben Ye 492414542e
fix matcher for regex (#6540) 5 years ago
LongKB 1ebcf3d5e4
Fix some typo in comments (#6730) 5 years ago
Callum Styan 83601202d9
Add missing param to NewHead call in test. (#6725) 5 years ago
Thor 17d8c49919
made stripe size configurable (#6644) 5 years ago
Brian Brazil 61262159c4 Simplify benchmark given the new API 5 years ago
Brian Brazil 38d32e0686 Don't sort postings if we only have one block. 5 years ago
Brian Brazil d682731efc Extend BenchmarkQuerierSelect to use multiple blocks. 5 years ago
Ganesh Vernekar 21a5cf5d1d
Bring back tombstones to Head block (#6542) 5 years ago
Julien Pivotto 46d18112a3 tsdb: error on series with duplicate labels (#6664) 5 years ago
Ganesh Vernekar e0733a99e3
Expose DB.Compact() 5 years ago
John McBride 669592a2c4 Exports metric for WAL write errors (#6647) 5 years ago
Julien Pivotto 201491fd1b Remove old checkpoint dir if it still exists (#6621) 5 years ago
Julien Pivotto 0cff72d756 tsdb: writePostingsToTmpFiles returns nil instead of err (#6618) 5 years ago
Julien Pivotto 398bd84d6f small tsdb fixes (#6616) 5 years ago
Guangwen Feng 5e906cc09a Fix typo in comment for func AddPadding 5 years ago
Bartlomiej Plotka 59ea320d96 tsdb: Fixed Symbol Lookup edge case; Added tests. 5 years ago
Bartlomiej Plotka 863613300d Exposed FileWriter. (#6589) 5 years ago
Nguyen Hai Truong b7376f3bff Remove duplicated words (#6569) 5 years ago
yeya24 06fd7cf3ba add tomb interval testcase 5 years ago
Brian Brazil 4708915ac6 Replace StringTuples with []string 5 years ago
Brian Brazil e9ede51753 Remove last vestiges of never used composite index code. 5 years ago
Brian Brazil 13e88e5a49 Handle V1 indexes, some of which have unsorted posting offset tables. (#6564) 5 years ago
Brian Brazil ada0945b8f Fix tsdb code and tests to work on Windows. (#6547) 5 years ago
Brian Brazil 000e306f2f
Handle V1 indexes, some of which have unsorted posting offset tables. (#6564) 5 years ago
Brian Brazil 536d416299
Fix tsdb code and tests to work on Windows. (#6547) 5 years ago
Josh Soref 91d76c8023 Spelling (#6517) 5 years ago
Bartlomiej Plotka c2e083c30f Fixed race in Chunks method. (#6515) 5 years ago
Bartlomiej Plotka 3b8ef6386c
Fixed race in Chunks method. (#6515) 5 years ago
Brian Brazil 2b653ee230 Write label indices based on the posting offset table. 5 years ago
Brian Brazil 7d1aad46b8 Put postings in a temporary file during index writing. 5 years ago
Brian Brazil dee6981a6c Move writing of index label indices into IndexWriter. 5 years ago
Brian Brazil 1733724e30 Factor out index file writing code. 5 years ago
Brian Brazil 85964ce567 During compaction spool postings offset table on the side. 5 years ago