Commit Graph

85 Commits (main)

Author SHA1 Message Date
Ashwanth 54f9723af1
chore(xcap): adds exporter to summarise capture as a structured log line (#20099) 3 weeks ago
Ashwanth 728b308edf
chore: update read stats to use xcap (#20095) 3 weeks ago
benclive 2ce207fbdb
chore: Use shared zstd encoders during dataobj build (#20044) 4 weeks ago
Robert Fratto 806bcd5dd7
chore(dataobj): stop preallocating memory for page builders (#20043) 4 weeks ago
benclive a6de577b3a
chore: Fix page skipping with empty predicates (#19602) 2 months ago
Ashwanth bfd70602dd
chore: correct dataobj reader rows read return value (#19583) 2 months ago
Stas Spiridonov 160dc2c493
chore: removed arrow-go allocators/retain/release (#19569) 2 months ago
Robert Fratto 7556192423
chore(dataobj): use single Zstd decoder (#19508) 2 months ago
benclive 2dac5ef8a7
chore: Write empty message values in logs section writer (#19359) 3 months ago
Sophie Waldman af6983e9de
fix: Add special case handling for comparing empty and nil values (#19348) 3 months ago
Christian Haudum a3017f2b13
chore(dataobj-consumer): Sort logs object-wide (#19231) 3 months ago
Christian Haudum 2ecf07d52c
chore(dataobj): Fix panic in column builder (#19153) 4 months ago
Christian Haudum 4c81ebc7c3
chore(dataobj): Add option to set target row limit for pages (#19128) 4 months ago
Robert Fratto f6091a67d1
chore(engine): move to toggleable section prefetching (#19142) 4 months ago
Robert Fratto ba4bd5dc95
chore: introduce efficient byte range reader in new engine (#19024) 4 months ago
Robert Fratto 515ebea4f2
chore(dataobj): track total download time of page metadata/data (#18896) 4 months ago
Robert Fratto 595715146f
chore(dataobj)!: introduce new centralized dataset encoding format (#18871) 4 months ago
Robert Fratto 642d826a00
chore(dataobj): make section tenancy a global construct (#18857) 4 months ago
Ashwanth 5203a0c9ad
chore(dataobj): add reader stats (#18694) 4 months ago
George Robinson 916246a2be
feat: add tenant to section metadata (#18843) 4 months ago
Robert Fratto 100e259a8d
chore(dataobj): introduce the concept of section info "extensions" (#18832) 5 months ago
Robert Fratto 61c40fca0c
chore(dataobj): remove support for deprecated fields (breaking change) (#18822) 5 months ago
Robert Fratto a5c722cbed
chore(dataobj): list pages across all columns in one request (#18678) 5 months ago
Robert Fratto 9129d8cdd0
chore(engine): use columnar logs.Reader for DataObjScan (#18577) 5 months ago
Ashwanth da4e59f8c6
chore(dataobj): store sort order information in section metadata (#18499) 5 months ago
benclive 077e4196ef
chore: Add indexes to LogQL benchmarks (#18500) 5 months ago
Periklis Tsirakidis 6eedcaaded
chore(dataobj): Add new index pointers section type (#18441) 6 months ago
benclive 1f0edcd4ac
feat: Initial index-builder implementation (#18297) 6 months ago
Robert Fratto 26cb50e65a
chore(dataobj): Improve performance of dataset.Value API (#18339) 6 months ago
benclive a238816751
perf: Use map for InPredicate when reading dataobj (#18325) 6 months ago
Ashwanth 5c02493fe2
chore(dataobj): avoid reading a predicate column more than once (#18324) 6 months ago
Robert Fratto 30ccf5172c
chore(util/arrowtest): export arrowtest package (#18255) 6 months ago
benclive 9642af3ac6
chore: Add new pointers section type for dataobj (#18243) 6 months ago
Robert Fratto 06cf52757b
chore(dataobj): Add columnar reading APIs to logs and streams sections (#17976) 7 months ago
Robert Fratto c5ac922e55
chore(dataobj): Use pooled buffers when decoding pages (#17955) 7 months ago
Christian Haudum 48f1d0ebc0
chore(dataobj): Decompress zstd compressed pages upfront (#17841) 7 months ago
Robert Fratto a237444f0d
refactor(dataobj): invert dependency between dataobj and sections (#17762) 7 months ago
Robert Fratto 7b0d6d7144
chore(dataobj): Migrate to dynamic section types (#17708) 8 months ago
Robert Fratto 3fbebd3bc4
chore(dataobj): migrate to section-relative offsets (#17704) 8 months ago
Ashwanth 3ad1a64bc1
chore(dataobj): fixes a memory aliasing bug in dataobj reader (#17537) 8 months ago
Ashwanth 009600cb51
chore(dataobj): order predicates based on row selectivity and cost of reading (#17376) 8 months ago
Ashwanth 5961923836
chore(dataobj): apply predicates sequentially (#17283) 8 months ago
Ashwanth 42e2407137
chore(dataobj): backfill sparse rows using EncodeN (#16485) 8 months ago
Ashwanth 7dd4ab4b09
chore(dataobj): correct stats calculation for prepredicate bytes read (#17279) 8 months ago
benclive 9e68fb01f4
feat(dataobj): Add query stats collection to the dataobj readers (#17128) 9 months ago
benclive e5784d7a82
perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 9 months ago
Robert Fratto bd4331363b
chore: align benchmark results between chunks and dataobjs (#17127) 9 months ago
Ashwanth 42eed6ded5
chore(dataobj): introduce InPredicate to replace long chain of OR operators (#16919) 9 months ago
Robert Fratto 9be95a3e8c
chore(dataobj): reduce memory overhead of merging logs stripes (#16833) 9 months ago
benclive 979f7614bc
perf: Optimization pass for reading from dataobjs (#16747) 9 months ago