Commit Graph

701 Commits (c0e888e82b6bab94b15094de0aa40f14257ebc07)
 

Author SHA1 Message Date
Dimitrij Denissenko 83c984d9a3 Use configurable WAL flush inteval 8 years ago
Bas Harenslak a41dad30fb Move printing db.blocks to main.go 8 years ago
Bas Harenslak 9945a67bff Replace columnize by stdlib tabwriter 8 years ago
Fabian Reinartz e19b648377 Merge pull request #155 from Gouthamve/level-log 8 years ago
Fabian Reinartz 78df406dac Allocate and cache strings for persisted blocks 8 years ago
Bas Harenslak e190c7c78d Add list blocks command to CLI 8 years ago
Goutham Veeramachaneni c521ac495f Merge pull request #152 from criteo-forks/master 8 years ago
Goutham Veeramachaneni c35d3a65bd
Add levels to all log lines. 8 years ago
Thibault Chataigner 0ff8f91ec8 Add db.Head() method 8 years ago
Goutham Veeramachaneni 87c01dd5fb Merge pull request #134 from criteo-forks/master 8 years ago
Fabian Reinartz 69f105f4f9 Merge pull request #151 from prometheus/waltrunc 8 years ago
Fabian Reinartz 1e88ba06b4 Use boolean function instead of postings to drop WAL series 8 years ago
Thibault Chataigner 5ca18837e9 Make DB blocks list public. 8 years ago
Fabian Reinartz 5fa1c993b9 Merge pull request #150 from prometheus/postingssort 8 years ago
Fabian Reinartz 6ee254e353 Ensure postings are always sorted 8 years ago
Goutham Veeramachaneni f39388c9af Merge pull request #147 from prometheus/deadlock 8 years ago
Fabian Reinartz 162a48e4f2 Create series with ID recorded in WAL when reading it back 8 years ago
Fabian Reinartz 7ada9cd805 Simplify series create logic in head 8 years ago
Goutham Veeramachaneni 2187388292 Merge pull request #146 from prometheus/deadlock 8 years ago
Fabian Reinartz ab8d9b9706 Add missing unlock on early return 8 years ago
Fabian Reinartz 99d39174f6 Merge branch 'master' of github.com:prometheus/tsdb 8 years ago
Fabian Reinartz 8214dc82a7 Remove infinite block in benchmark 8 years ago
Fabian Reinartz 643563068b Merge pull request #144 from Gouthamve/misc- 8 years ago
Goutham Veeramachaneni 8919baef03
Expose NewIndexReader() and cleanups 8 years ago
Fabian Reinartz e45bb1d328 Merge pull request #142 from krasi-georgiev/107-swap-cobra-with-kingpin 8 years ago
Fabian Reinartz 3870ec285c Merge pull request #140 from prometheus/locks 8 years ago
Fabian Reinartz 3d8be398d6 Merge branch 'locks' of github.com:prometheus/tsdb into locks 8 years ago
Fabian Reinartz 24362567b9 Fix test flakes 8 years ago
Fabian Reinartz 30d29b889c Merge pull request #141 from prometheus/dectmpstr 8 years ago
Fabian Reinartz bfe75cec35 Merge pull request #138 from Gouthamve/chunk-compress 8 years ago
Krasi Georgiev 92d0414993 replaced cobra with kingpin 8 years ago
Fabian Reinartz b09d90c79c Add decoding method to retrieve unsafe strings 8 years ago
Fabian Reinartz f904cd385f Do not build a superflous 'all' postings 8 years ago
Fabian Reinartz 6892fc6dcb Finish old WAL segment async, default to no fsync 8 years ago
Goutham Veeramachaneni afaf12fe45
Compress the series chunk details in index. 8 years ago
Fabian Reinartz 1d5f85817d Fix various races 8 years ago
Fabian Reinartz c2916736be Re-use slices on deocding the WAL. Fix tests. 8 years ago
Fabian Reinartz 0db4c227b7 Fix min/max time handling and concurrent crc32 usage 8 years ago
Fabian Reinartz 970bffec8d Fix WAL errors and add tests for it 8 years ago
Fabian Reinartz 81222849bc Filter WAL data in Head, misc fixes 8 years ago
Fabian Reinartz 33e9bdf403 WAL refactoring and truncation fixes and test 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 af2c2f9674 Re-enable head block delet test 8 years ago
Goutham Veeramachaneni 1698c516ad [WIP]: WAL implementation 8 years ago
Fabian Reinartz 9f41d9fd3c Instrument chunks on level 1 compactions 8 years ago
Fabian Reinartz 893b6ec506 Add tests for GC and chunk truncation 8 years ago
Fabian Reinartz 4f037da462 Remove defer statement in hot path 8 years ago
Fabian Reinartz 4cc37eecab Refactor and add tests for compactor 8 years ago
Fabian Reinartz 5cf2662074 Refactor WAL into Head and misc improvements 8 years ago