Commit Graph

70 Commits (ee03dbe01139fc1e99d8993ccc989ecec045956c)

Author SHA1 Message Date
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
Bartlomiej Plotka 1e64d757f7
Merge pull request #6585 from prometheus/fix-symbols-lookup
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
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 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 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
Brian Brazil d782387f81
Stream symbols during compaction. (#6468)
5 years ago
Brian Brazil 767fa704b6 Load only some offsets into the symbol table into memory.
5 years ago
Brian Brazil 1d1732bc25 Add benchmark for Querier.Select over blocks and head.
5 years ago
Brian Brazil 0482d93fe6 Add contexts to index writer to fix test races.
5 years ago
Brian Brazil cf76daed2f Avoid WriteAt for Postings.
5 years ago
Brian Brazil 971dafdfbe Coalesce series reads where we can.
5 years ago
Brian Brazil 373a1fdfbf Reread index series rather than storing in memory.
5 years ago
Brian Brazil 48d25e6fe7 Reduce memory used by postings offset table.
5 years ago
Brian Brazil aff9f7a9e8 Extend PostingsForMatchers benchmark to cover Blocks too.
5 years ago
Brian Brazil 4df814f509
Don't buffer up tables in memory on compaction. (#6422)
5 years ago
johncming 0ae048ff78 tsdb: add error details in log. (#6415)
5 years ago
Ben Ye c0250cf120 Fix some typos(#6423)
5 years ago
Krasimir Georgiev 549164f252
return err instead of panic for corrupted chunk (#6040)
5 years ago
Callum Styan 5830e03691
Merge pull request #6337 from cstyan/rw-log-replay
5 years ago
Callum Styan 6a24eee340 Simplify duration check for watcher WAL replay.
5 years ago
Dipack P Panjabi e2dd5b61ef Added CreateBlock and CreateHead functions to new file (#6331)
5 years ago
Callum Styan 2d3ce3916c Log the start and end of the WAL replay within the WAL watcher.
5 years ago
Tim Bart 2e77f3a52b Fix typo in posting stats. (#6343)
5 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326)
5 years ago
naivewong 23c0299d85 [tsdb] Improve mergeSeriesSet (#5920)
5 years ago
Dipack P Panjabi ce7bab04dd Compute WAL size and use it during retention size checks (#5886)
5 years ago
Chris Marchbanks c5b3f0221f Decode WAL in Separate Goroutine (#6230)
5 years ago
Sharad Gaur e94503ff5c Head Cardinality Status Page (#6125)
5 years ago
Goutham Veeramachaneni 53a99530d6
Edit TSDB README badges
5 years ago
yuxiaobo 7850f1b35c new world spelling mistake
5 years ago
Björn Rabenstein 3c70284802
Merge pull request #6137 from gouthamve/propose-ganesh-tsdb
5 years ago
Goutham Veeramachaneni b035c55a96
Step down and propose Ganesh as TSDB maintainer
5 years ago
Krasi Georgiev b05b5f9a30
remove debug fmt.Println in tombstones. (#6135)
5 years ago
yuxiaobo 47e51c8b2b Correct spelling mistakes
5 years ago
Krasi Georgiev 81d284f806
Merge the 2.13 release branch to master (#6117)
5 years ago
Björn Rabenstein fc945c4e8a
Merge pull request #6021 from prometheus/reload-checkpoint-async
5 years ago