Commit Graph

67 Commits (shantanu/dataobj-compactor)

Author SHA1 Message Date
Robert Fratto 736ccdbf93
chore(dataobj): rename dataset.Reader to RowReader (#20629) 4 days ago
Robert Fratto 747d75aa78
chore: make memory, columnar APIs more idiomatic (#20622) 4 days ago
benclive 6f72400daa
fix(enginev2): Copy values when storing min/max stats (#20589) 7 days ago
Robert Fratto 3e3a293215
chore(columnar): switch to generic Number type (#20580) 1 week ago
Robert Fratto 44cfaedf85
chore(dataobj): move columnar.Array translation up to basicReader (#20551) 1 week ago
Robert Fratto b3f0e8797f
chore(dataobj): move columnar.Array translation up to columnReader (#20531) 2 weeks ago
Robert Fratto b557429014
chore(dataobj): Use columnar API in pageReader (#20509) 2 weeks ago
Robert Fratto e0370b13c9
chore(dataobj): reduce pageReader allocations (#20496) 2 weeks ago
Robert Fratto d14bcc1c06
chore(columnar): add experimental columnar package for pkg/dataobj (#20478) 2 weeks ago
Ivan Kalita 7da73aaa7e
chore(dataobj): optimize bitmap decoder (#20467) 2 weeks ago
Robert Fratto 8fbe1df00a
chore(memory): move subpackages into memory package (#20469) 3 weeks ago
benclive d974141db5
perf: Optimize delta decoder (#20451) 3 weeks ago
Robert Fratto c89a0bb0b4
chore(dataobj): optimize plain value decoder (#20441) 3 weeks ago
Robert Fratto 8996bdcff3
chore(dataobj): add benchmarks for plain decoder (#20423) 3 weeks ago
benclive c513a8cb6f
chore: Add benchmarks for delta decoder (#20419) 3 weeks ago
Ivan Kalita 84bd529866
chore(dataset): bench for bitmapDecoder (#20410) 3 weeks ago
Ashwanth 54f9723af1
chore(xcap): adds exporter to summarise capture as a structured log line (#20099) 2 months ago
Ashwanth 728b308edf
chore: update read stats to use xcap (#20095) 2 months ago
benclive 2ce207fbdb
chore: Use shared zstd encoders during dataobj build (#20044) 2 months ago
Robert Fratto 806bcd5dd7
chore(dataobj): stop preallocating memory for page builders (#20043) 2 months ago
benclive a6de577b3a
chore: Fix page skipping with empty predicates (#19602) 3 months ago
Ashwanth bfd70602dd
chore: correct dataobj reader rows read return value (#19583) 3 months ago
Robert Fratto 7556192423
chore(dataobj): use single Zstd decoder (#19508) 4 months ago
benclive 2dac5ef8a7
chore: Write empty message values in logs section writer (#19359) 4 months ago
Sophie Waldman af6983e9de
fix: Add special case handling for comparing empty and nil values (#19348) 4 months ago
Christian Haudum a3017f2b13
chore(dataobj-consumer): Sort logs object-wide (#19231) 4 months ago
Christian Haudum 2ecf07d52c
chore(dataobj): Fix panic in column builder (#19153) 5 months ago
Christian Haudum 4c81ebc7c3
chore(dataobj): Add option to set target row limit for pages (#19128) 5 months ago
Robert Fratto f6091a67d1
chore(engine): move to toggleable section prefetching (#19142) 5 months ago
Robert Fratto 515ebea4f2
chore(dataobj): track total download time of page metadata/data (#18896) 6 months ago
Robert Fratto 595715146f
chore(dataobj)!: introduce new centralized dataset encoding format (#18871) 6 months ago
Ashwanth 5203a0c9ad
chore(dataobj): add reader stats (#18694) 6 months ago
Robert Fratto a5c722cbed
chore(dataobj): list pages across all columns in one request (#18678) 6 months ago
Robert Fratto 9129d8cdd0
chore(engine): use columnar logs.Reader for DataObjScan (#18577) 6 months ago
benclive 077e4196ef
chore: Add indexes to LogQL benchmarks (#18500) 7 months ago
benclive 1f0edcd4ac
feat: Initial index-builder implementation (#18297) 7 months ago
Robert Fratto 26cb50e65a
chore(dataobj): Improve performance of dataset.Value API (#18339) 7 months ago
benclive a238816751
perf: Use map for InPredicate when reading dataobj (#18325) 7 months ago
Ashwanth 5c02493fe2
chore(dataobj): avoid reading a predicate column more than once (#18324) 7 months ago
Robert Fratto c5ac922e55
chore(dataobj): Use pooled buffers when decoding pages (#17955) 8 months ago
Christian Haudum 48f1d0ebc0
chore(dataobj): Decompress zstd compressed pages upfront (#17841) 8 months ago
Ashwanth 3ad1a64bc1
chore(dataobj): fixes a memory aliasing bug in dataobj reader (#17537) 9 months ago
Ashwanth 5961923836
chore(dataobj): apply predicates sequentially (#17283) 9 months ago
Ashwanth 42e2407137
chore(dataobj): backfill sparse rows using EncodeN (#16485) 9 months ago
Ashwanth 7dd4ab4b09
chore(dataobj): correct stats calculation for prepredicate bytes read (#17279) 10 months ago
benclive 9e68fb01f4
feat(dataobj): Add query stats collection to the dataobj readers (#17128) 10 months ago
benclive e5784d7a82
perf: Reuse Values in dataobj.Reader to reduce allocs (#16988) 10 months ago
Ashwanth 42eed6ded5
chore(dataobj): introduce InPredicate to replace long chain of OR operators (#16919) 10 months ago
Robert Fratto 9be95a3e8c
chore(dataobj): reduce memory overhead of merging logs stripes (#16833) 11 months ago
benclive 979f7614bc
perf: Optimization pass for reading from dataobjs (#16747) 11 months ago