Commit Graph

868 Commits (d50b9a5619b2efb7559ea1a7187df9fa5c209121)
 

Author SHA1 Message Date
Brian Brazil d50b9a5619
Reload after reading the WAL. (#460)
6 years ago
Brian Brazil 407e12d051 Make MemPostings nested.
6 years ago
Brian Brazil fc99b8bb3a Make index reader postings nested.
6 years ago
Brian Brazil c93e261466 Reduce memory taken up by posting/symbol tables.
6 years ago
Tom Wilkie 88ebd749dd Make newBReader return a struct, not a pointer. (#459)
6 years ago
Krasi Georgiev b75d702ceb
fix flaky compaction test (#458)
6 years ago
Krasi Georgiev 7f00217d77
Allow manual compaction for tests when compaction is disabled globally. (#412)
6 years ago
Ganesh Vernekar 7f30395115 LabelNames() for Querier (#455)
6 years ago
Brian Brazil 41b54585d9
Use already open blocks while compacting. (#441)
6 years ago
Krasi Georgiev 3385571ddf
buffer-panic when reading a record after recPageTerm (#429)
6 years ago
Krasi Georgiev 5a9ddeecef
fix lint errors (#439)
6 years ago
Brian Brazil 910f3021b0
Use sampleBuf instead of maintaining lastValue. (#444)
6 years ago
Brian Brazil 10632217ce
Merge pull request #440 from prometheus/wal-reading
6 years ago
nilsocket 80981a6aac FromMap(), sorts and returns instead of calling New() (#433)
6 years ago
Alin Sinpalean 171fc4ab5d Limit the returned db.Querier to the requested time range (#351)
6 years ago
Krasi Georgiev e4843938ba
add missing zero to tombstone magic number (#448)
6 years ago
Krasi Georgiev a9470dd8d5
few more comments to explain the WAL workflow (#430)
6 years ago
Ganesh Vernekar 3a08a71d86 LabelNames() method to get all unique label names (#369)
6 years ago
Ganesh Vernekar a95323c021 Add license headers to missing files (#447)
6 years ago
Brian Brazil c7e7fd355e Only send WAL read workers the samples they need.
6 years ago
Brian Brazil a64b0d51c4 Precalculate memSeries.head
6 years ago
Brian Brazil d8c8e4e6e4 Keep local cache of ids.
6 years ago
Brian Brazil f0e79ec264 Actually reuse samples in loadWAL across records.
6 years ago
Ye Ben 23a5f09085 fix a typo dont -> dont't (#438)
6 years ago
Krasi Georgiev ae91febcbb
Update the files format README.md (#437)
6 years ago
Krasi Georgiev d804a27062
refactor util funcs to allow re-usage. (#419)
6 years ago
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428)
6 years ago
Chris Marchbanks f4afc7dff2 Add benchmark for querying a persisted block (#425)
6 years ago
Krasi Georgiev 1dd9a6bd29
comments about the 120samples const and link to Gorilla papers. (#423)
6 years ago
Krasi Georgiev 66b6b87cd4 fix windows tests (#421)
6 years ago
Thomas Jackson b4132df5f7 Reduce allocations for queries on `HEAD` (#417)
6 years ago
Simon Pasquier 18af5763d8
Merge pull request #409 from simonpasquier/remove-prometheus-dep
6 years ago
Simon Pasquier 4dd740e4cc fileutil: remove dependency on prometheus/prometheus
6 years ago
Krasi Georgiev cf2af2b371
add maintainers file (#404)
6 years ago
Bartek Płotka 047b1b1357 compact: Verify for chunks outside of compacted time range. Added unit test for populateBlocs. (#349)
6 years ago
Krasi Georgiev d7492b9350
more descriptive var names and some more logging. (#405)
6 years ago
Camille Janicki 0ce41118ed Add msg parameter to Equals function in testutil (#398)
6 years ago
Kautilya Tripathi 3fd6d2f920 more meaningful names for serializedStringTuples and stringTuples (#377)
6 years ago
Simon Pasquier 043e3bb5f9
Merge pull request #396 from codesome/new-metrics
6 years ago
Ganesh Vernekar 2638b587f6
Merge remote-tracking branch 'upstream/master' into new-metrics
6 years ago
Ganesh Vernekar 61d0868966 Fix TestCorrectNumTombstones (#399)
6 years ago
Ganesh Vernekar 61b000ee0e
Fix review comments
6 years ago
Catalin Patulea b4c7c80227 Reword chunk references, LSB usually means 'bits'. (#364)
6 years ago
Ganesh Vernekar 6e712963e2 Fix updating of NumTombstones in block.Delete(..) (#385)
6 years ago
Ganesh Vernekar 632dfb349e
Add new metrics.
6 years ago
Callum Styan a971f52ac8 clean up after running repair tests (#372)
6 years ago
Martin Chodur dbd765a0e3 Refactor Makefile to use Makefile.common (#324)
6 years ago
Krasi Georgiev d05611c027
removed some unused code and moved mockSeriesSet in querier_test (#394)
6 years ago
Krasi Georgiev d38516b1c2
remove unused changes variable (#391)
6 years ago
Chris Marchbanks 2db59a71a6 Fix assert order being backwards in a few places (#388)
6 years ago