Commit Graph

381 Commits (main)

Author SHA1 Message Date
George Robinson c405d54f72
fix: Don't drain in Kafka mode (#21716) 2 days ago
George Robinson 61b377db50
fix: Flush reason counter not initialized to 0, breaks PromQL functions (#21772) 2 days ago
Dylan Guedes 08820d7fa3
feat: Improve index builder performance by not holding the lock during the whole `Calculate` (#21632) 2 days ago
Christian Haudum aaa2d1137a
chore: Remove unused/dead code (#21724) 5 days ago
Shantanu Alshi 368583e778
chore: single binary without Kafka (#21318) 2 weeks ago
Bryan Boreham 9cdc29fb99
fix(columnar): Don't release Arrow records (#21670) 2 weeks ago
Dylan Guedes bb55364a78
fix: Fix MatchNotRegexp misbehaving with the new query engine (#21544) 4 weeks ago
George Robinson 47e1e81f4e
feat: add time sharded estimate (#21463) 4 weeks ago
Salva Corts 2e0a70dfca
feat: clamp pointerscans to index start/end timeranges (#21534) 4 weeks ago
Trevor Whitney 8553815420
feat: add stats and postings index sections with encoding abstraction (#21442) 4 weeks ago
Dylan Guedes bd7530f322
feat: Use `AppendOrdered` strategy to avoid sorting and merging stripes (#21395) 4 weeks ago
Dan Hopper 4772bfc8f3
feat: Introduce max-age option for index-builder (#21294) 1 month ago
Shantanu Alshi 30549ac587
feat(dataobj): Add sort_schema config and feature flag (#21460) 1 month ago
Robert Fratto a2736ab590
chore(columnar): add int32 and uint32 numeric type support (#21433) 1 month ago
Dan Hopper 4725e2bb3e
fix(index-builder): don't repeatedly build indexes for stale partitions (#21213) 1 month ago
Salva Corts bb48b9c247
fix: Fix assignment to entry in nil map in DataobjSectionDescriptor.Merge (#21268) 1 month ago
benclive e9b4c8831b
chore: Reduce in-use zstd encoders for dataobj building (#21241) 1 month ago
benclive 968dabadd5
chore: Increase batch sizes for pointers reads (#20983) 2 months ago
George Robinson 6cf495f646
chore: rename flushManager to flushCommitter to prepare for future changes (#21135) 2 months ago
George Robinson 8a68101b3b
feat: add builder pool to logsobj package (#21134) 2 months ago
Robert Fratto fdc807e6df
chore(dataobj): prefetch during open for rowReaderDownloader (#20942) 2 months ago
Robert Fratto b8920125c5
chore(dataobj): add configurable prefetching (#20946) 2 months ago
Robert Fratto b340795f25
chore(dataobj): add missing test for opening legacy object (#20943) 2 months ago
Bryan Boreham ced1d1b175
perf(dataset): use faster Uvarint implementation (#20824) 3 months ago
benclive f6bd6b7cb3
chore: Ignore errgroup context in decoder (#20880) 3 months ago
Robert Fratto f9bdab2fc8
chore(dataobj): restructure dataobjs to store metadata at the front of the file (#20865) 3 months ago
Dylan Guedes b9af4f5223
fix: Reset lag for index builder when partitions change (#20825) 3 months ago
Robert Fratto 44d6794af2
chore(metastore): fix panic in index sections reader (#20875) 3 months ago
Ashwanth c24e1b27e8
chore: End index reader span on Close (#20854) 3 months ago
Robert Fratto 00c8211fbf
chore(engine): add concurrency to Pipeline.Open (#20839) 3 months ago
George Robinson a6c83aa2e0
chore: remove deprecated metrics (#20844) 3 months ago
Robert Fratto 0437dabfb9
chore(metastore): fix metastore.indexSectionsReader Open semantics (#20835) 3 months ago
Ashwanth 73961f18a3
chore(xcap): leaner xcap API (#20771) 3 months ago
benclive cd16b029db
chore: fix panic on read err in batchDecoratorReader (#20787) 3 months ago
Robert Fratto 2d63582b15
chore: finish adding Open semantics in engine, metastore (#20798) 3 months ago
Robert Fratto d85fb0317f
chore(dataobj): Add Open semantics to section readers (#20790) 3 months ago
Robert Fratto 4023aeda3b
chore(dataobj): encode final dataobj size in dataobj metadata (#20769) 3 months ago
George Robinson 93f4bdf796
feat: allow the initial offset to be set in the starting phase (#20770) 3 months ago
George Robinson b5c7ea2dc2
chore: use StartAndAwait functions (#20755) 3 months ago
Robert Fratto 7e03400309
chore(dataobj): rename dataset.ReaderOptions to dataset.RowReaderOptions (#20756) 3 months ago
George Robinson 8bf62a5124
chore: implement idiomatic worker pattern in indexer.go (#20646) 3 months ago
George Robinson 2949f75444
fix: handle lost partitions in index builders (#20744) 3 months ago
Trevor Whitney 83e275775a
chore: bring comparison metrics and goldfish metrics more in line (#20706) 3 months ago
Robert Fratto c12b305b05
chore(memory): permit slicing memory.Bitmap (#20699) 3 months ago
George Robinson c169ce3ae9
feat: add flush manager to control data object flush lifecycle (#20680) 3 months ago
George Robinson 4d1c4032cc
chore: small doc fix, missing period end of help (#20681) 3 months ago
George Robinson 72aaea20a6
chore: no lazy struct embed (#20682) 3 months ago
Robert Fratto 98b7cb6063
chore(dataobj): Refactor and extract row range logic (#20661) 3 months ago
benclive 7567393229
chore: Fix flaky indexer test (#20676) 3 months ago
George Robinson fcdd2adf2a
fix: service failure on stopping kafkav2 consumer (#20672) 3 months ago