Commit Graph

53 Commits (lbl-optimize)

Author SHA1 Message Date
Xiaochao Dong a282d25099
tsdb: remove duplicate values set to reduce memory usage(map overhead) (#7915) 5 years ago
Ganesh Vernekar 2255b6f62f
Refactor WAL.Segments method to be part of the wal package (#6477) 5 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 5 years ago
Annanay 0b4d448d29 Fix tests 5 years ago
Annanay 89129cd39a Address comments 5 years ago
Javier Palomo Almena 348ff4285f
tsdb: Replace sync/atomic with uber-go/atomic in tsdb (#7659) 5 years ago
Annanay 7f98a744e5 Add context to Appender interface 5 years ago
Julien Pivotto ffc925dd21
TSDB: Error when we commit/rollback twice (#7593) 5 years ago
Julien Pivotto cfe30a7b62
TSDB: Use t.Cleanup to delete temporary files (#7620) 5 years ago
Bartlomiej Plotka 492061b24c
Revert "Fix unknown symbol error during head compaction (#7526)" (#7556) 5 years ago
Ganesh Vernekar 30505a202a
Fix unknown symbol error during head compaction (#7526) 5 years ago
Ganesh Vernekar 082c17b691
Introduce SortedLabelValues/LabelValues to speedup queries for high cardinality (#7448) 5 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
Peter Štibraný ff80690a6e
Optimise lowWatermark in Isolation (#7332) 5 years ago
Jess G fdc49fae5b
Added time range parameters to labelNames API (#7288) 5 years ago
Ganesh Vernekar a1355eb7c7
Remove time based m-map file creation (#7314) 5 years ago
Krasimir Georgiev 09df8d94e0
More explicit chunks and head error handling. (#7277) 5 years ago
Ganesh Vernekar 1c99adb9fd
Callbacks for lifecycle of series in TSDB (#7159) 5 years ago
Ganesh Vernekar d4b9fe801f
M-map full chunks of Head from disk (#6679) 5 years ago
Julien Pivotto ed1852ab95
TSDB: Isolation: avoid creating appenderId's without appender (#7135) 5 years ago
MengZeLee a7982ffc0f
Fix typo (#7068) 5 years ago
Julien Pivotto 653f343547 Revert head posting optimization 5 years ago
Ganesh Vernekar 6fdc852813
Fix TestHeadDeleteSimple to test reloaded Head too (#7021) 5 years ago
beorn7 526cff39b9 Fix tests that were broken by #7009 5 years ago
Bartlomiej Plotka c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
beorn7 c0ecbb38af Fix tests that were broken by #7009 5 years ago
Julien Pivotto 8907ba6235 Make TSDB use storage errors 5 years ago
Julien Pivotto 0f9e78bd88
tsdb: fix races around head chunks (#6985) 5 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
beorn7 d9af11e636 Do not attempt isolation for appendID == 0 5 years ago
beorn7 7f30b0984d Implement isolation 5 years ago
beorn7 6b8181370f Fix punctuation nits 5 years ago
Julien Pivotto 52630ad0c7 Make head Postings only return series in time range 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
Ganesh Vernekar bc6fd96979
Refactor TestGCChunkAccess and TestGCSeriesAccess to create chunks by appending samples 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 38d32e0686 Don't sort postings if we only have one block. 6 years ago
Ganesh Vernekar 21a5cf5d1d
Bring back tombstones to Head block (#6542) 6 years ago
Julien Pivotto 46d18112a3 tsdb: error on series with duplicate labels (#6664) 6 years ago
Josh Soref 91d76c8023 Spelling (#6517) 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
Ganesh Vernekar 493ef2f771
Benchmark for loading WAL (#6081) 6 years ago
陈谭军 103f26d188 fix the wrong word (#6069) 6 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 6 years ago
Bartek Plotka f0863a604e Removed extra tsdb/testutil after merge. 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
Ganesh Vernekar b1cd829030
Reuse Chunk Iterator (#642) 6 years ago