Commit Graph

15 Commits (e9ede5175370c6ddbf6e95663a13ae4fb4f6b197)

Author SHA1 Message Date
Brian Brazil e9ede51753 Remove last vestiges of never used composite index code. 6 years ago
Josh Soref 91d76c8023 Spelling (#6517) 6 years ago
Brian Brazil d782387f81
Stream symbols during compaction. (#6468) 6 years ago
Brian Brazil 767fa704b6 Load only some offsets into the symbol table into memory. 6 years ago
Brian Brazil 48d25e6fe7 Reduce memory used by postings offset table. 6 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 6 years ago
Chris Marchbanks c5b3f0221f Decode WAL in Separate Goroutine (#6230) 6 years ago
Sharad Gaur e94503ff5c Head Cardinality Status Page (#6125) 6 years ago
Krasi Georgiev 81d284f806
Merge the 2.13 release branch to master (#6117) 6 years ago
Ganesh Vernekar 4dfc7a2e77
Remove unnecessary lock in loadWAL (#6107) 6 years ago
Ganesh Vernekar 53ea6d6390
Allocate the shards only once while reading WAL (#6093) 6 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 6 years ago
li mengyang 1c6d2194c4 fix spelling mistakes in docs (#5952) 6 years ago
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus 6 years ago
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 6 years ago
Krasi Georgiev 6f9bbc7253
Open db in Read only mode (#588) 6 years ago
Chris Marchbanks 0cd46f8762
Add logging during WAL replay 6 years ago
Ganesh Vernekar b1cd829030
Reuse Chunk Iterator (#642) 6 years ago
Krasi Georgiev 31f7990d1d
Re-encode chunks that are still being appended to when snapshoti… (#641) 6 years ago
Krasi Georgiev 69740485c1
move the wal repair logic in db.Open (#633) 6 years ago
beorn7 90a7612df3 Make objectives of Summaries explicit 6 years ago
Brian Brazil be4edbe174
Start a new WAL segement on head truncation. (#605) 6 years ago
Brian Brazil 149c5dc73a
Handle multiple refs for the same series when WAL reading. (#623) 6 years ago
Callum Styan 562e93e8e6 Always create a new clean segment when starting the WAL. (#608) 6 years ago
Brian Brazil 30d0ea59d7 Don't crash on an unknown tombstone ref. (#604) 6 years ago
Brian Brazil 6ac81cc7a9
Correctly handle empty labels. (#594) 6 years ago
Brian Brazil dfed85e4a4
Keep series that are still in WAL in checkpoints (#577) 6 years ago
zhulongcheng aed16621c0 Add Head.compactable method (#542) 6 years ago
zhulongcheng 837ae9aaa0 Update comment for ErrOutOfOrderSample (#563) 6 years ago
zhulongcheng 62cfe4446f Make Head.symbols map with size hint (#552) 6 years ago
zhulongcheng 95648b33c4 Fix a typo in head.go (#553) 6 years ago
Alec e7436e13f0 Merge encoding_helpers.go to tsdbutil (#526) 6 years ago
Ganesh Vernekar c59ed492b2 Vertical query merging and compaction (#370) 6 years ago
Ganesh Vernekar d7e505db34
Dont store stones in head, delete samples directly 7 years ago
Simon Pasquier d5d7a097e1 Update Makefile.common 7 years ago
Brian Brazil b2d7bbd6b1
Move series fetches out of inner loop of SortedPostings. (#485) 7 years ago
Krasi Georgiev 48c439d26d
fix statick check errors (#475) 7 years ago
Krasi Georgiev 520ab7dc53
re-add the missing prometheus_tsdb_wal_corruptions_total (#473) 7 years ago
Krasi Georgiev 79869d9a4d
fix race for minValidTime (#479) 7 years ago
Krasi Georgiev 2962202ed3
fix windows tests (#469) 7 years ago
JoeWrightss cbfda5a801 Fixs typo: "compltely" to "completely" (#470) 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 01e8296ee1
remove opaque metrics (#457) 7 years ago
Krasi Georgiev 48efdf8b81
refactor NewSegmentsRangeReader to take multi WAL ranges (#449) 7 years ago
Krasi Georgiev 0493efb7c5
repair wal when the record cannot be decoded (#453) 7 years ago
Krasi Georgiev 5a9ddeecef
fix lint errors (#439) 7 years ago
Brian Brazil 910f3021b0
Use sampleBuf instead of maintaining lastValue. (#444) 7 years ago
Ganesh Vernekar 3a08a71d86 LabelNames() method to get all unique label names (#369) 7 years ago
Brian Brazil c7e7fd355e Only send WAL read workers the samples they need. 7 years ago
Brian Brazil a64b0d51c4 Precalculate memSeries.head 7 years ago