Commit Graph

394 Commits (bf06e45bcfc7745ee26798fdfbbbe31ecfb3bd3f)

Author SHA1 Message Date
Trevor Whitney 29e6d0b9cf
refactor(metastore): Address PR feedback on ReplaceIndexPointers (#21971) 2 weeks ago
Trevor Whitney 10fc249ce8
feat(metastore): Add TableOfContentsWriter.ReplaceIndexPointers method (#21932) 3 weeks ago
benclive 2e3da9a59a
chore: Add better error message on predicate panic (#21935) 3 weeks ago
Trevor Whitney 3f093ef4ca
refactor(dataobj): Move sortMergeIterator to shared pkg/dataobj/sortmerge (#21812) 3 weeks ago
Robert Fratto 6e9d98616b
chore(engine): Improve log events to observe query lifecycles (#21863) 3 weeks ago
Shantanu Alshi a2c48847a4
feat(dataobj): Implement sort schema (#21557) 3 weeks ago
Trevor Whitney 3dd8056722
feat(dataobj-compactor): Calculate compaction runs/jobs (#21845) 4 weeks ago
Trevor Whitney 12c419b65d
feat(dataobj-compactor): Add CompactionMerge physical-plan node (#21844) 4 weeks ago
Trevor Whitney b8668131ab
refactor(metastore): Export tableOfContentsPath, iterTableOfContentsPaths, metastoreWindowSize (#21811) 4 weeks ago
Trevor Whitney 4cd2cf16bd
feat(dataobj-compactor): Add compactor target skeleton, no-op coordinator stub (#21818) 4 weeks ago
Trevor Whitney 620bd56e0a
chore(compaction): Replace postings/stats RowReader with columnar Reader (#21785) 1 month ago
Trevor Whitney 96a0574783
feat(dataobj): Reduce postings indexing allocations via observe/aggregate pattern (#21610) 1 month ago
Trevor Whitney deff86de61
feat: On-disk serialization for postings and stats index sections (#21591) 1 month ago
George Robinson c405d54f72
fix: Don't drain in Kafka mode (#21716) 1 month ago
George Robinson 61b377db50
fix: Flush reason counter not initialized to 0, breaks PromQL functions (#21772) 1 month ago
Dylan Guedes 08820d7fa3
feat: Improve index builder performance by not holding the lock during the whole `Calculate` (#21632) 1 month ago
Christian Haudum aaa2d1137a
chore: Remove unused/dead code (#21724) 1 month ago
Shantanu Alshi 368583e778
chore: single binary without Kafka (#21318) 1 month ago
Bryan Boreham 9cdc29fb99
fix(columnar): Don't release Arrow records (#21670) 2 months ago
Dylan Guedes bb55364a78
fix: Fix MatchNotRegexp misbehaving with the new query engine (#21544) 2 months ago
George Robinson 47e1e81f4e
feat: add time sharded estimate (#21463) 2 months ago
Salva Corts 2e0a70dfca
feat: clamp pointerscans to index start/end timeranges (#21534) 2 months ago
Trevor Whitney 8553815420
feat: add stats and postings index sections with encoding abstraction (#21442) 2 months ago
Dylan Guedes bd7530f322
feat: Use `AppendOrdered` strategy to avoid sorting and merging stripes (#21395) 2 months ago
Dan Hopper 4772bfc8f3
feat: Introduce max-age option for index-builder (#21294) 2 months ago
Shantanu Alshi 30549ac587
feat(dataobj): Add sort_schema config and feature flag (#21460) 2 months ago
Robert Fratto a2736ab590
chore(columnar): add int32 and uint32 numeric type support (#21433) 2 months ago
Dan Hopper 4725e2bb3e
fix(index-builder): don't repeatedly build indexes for stale partitions (#21213) 2 months ago
Salva Corts bb48b9c247
fix: Fix assignment to entry in nil map in DataobjSectionDescriptor.Merge (#21268) 2 months ago
benclive e9b4c8831b
chore: Reduce in-use zstd encoders for dataobj building (#21241) 2 months ago
benclive 968dabadd5
chore: Increase batch sizes for pointers reads (#20983) 3 months ago
George Robinson 6cf495f646
chore: rename flushManager to flushCommitter to prepare for future changes (#21135) 3 months ago
George Robinson 8a68101b3b
feat: add builder pool to logsobj package (#21134) 3 months ago
Robert Fratto fdc807e6df
chore(dataobj): prefetch during open for rowReaderDownloader (#20942) 3 months ago
Robert Fratto b8920125c5
chore(dataobj): add configurable prefetching (#20946) 3 months ago
Robert Fratto b340795f25
chore(dataobj): add missing test for opening legacy object (#20943) 3 months ago
Bryan Boreham ced1d1b175
perf(dataset): use faster Uvarint implementation (#20824) 4 months ago
benclive f6bd6b7cb3
chore: Ignore errgroup context in decoder (#20880) 4 months ago
Robert Fratto f9bdab2fc8
chore(dataobj): restructure dataobjs to store metadata at the front of the file (#20865) 4 months ago
Dylan Guedes b9af4f5223
fix: Reset lag for index builder when partitions change (#20825) 4 months ago
Robert Fratto 44d6794af2
chore(metastore): fix panic in index sections reader (#20875) 4 months ago
Ashwanth c24e1b27e8
chore: End index reader span on Close (#20854) 4 months ago
Robert Fratto 00c8211fbf
chore(engine): add concurrency to Pipeline.Open (#20839) 4 months ago
George Robinson a6c83aa2e0
chore: remove deprecated metrics (#20844) 4 months ago
Robert Fratto 0437dabfb9
chore(metastore): fix metastore.indexSectionsReader Open semantics (#20835) 4 months ago
Ashwanth 73961f18a3
chore(xcap): leaner xcap API (#20771) 4 months ago
benclive cd16b029db
chore: fix panic on read err in batchDecoratorReader (#20787) 4 months ago
Robert Fratto 2d63582b15
chore: finish adding Open semantics in engine, metastore (#20798) 4 months ago
Robert Fratto d85fb0317f
chore(dataobj): Add Open semantics to section readers (#20790) 4 months ago
Robert Fratto 4023aeda3b
chore(dataobj): encode final dataobj size in dataobj metadata (#20769) 4 months ago