Commit Graph

63 Commits (90689775bfd6bba3025f2a24b8a9dde47ea4c41b)

Author SHA1 Message Date
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) 6 months ago
Ashwanth da4e59f8c6
chore(dataobj): store sort order information in section metadata (#18499) 6 months ago
benclive 077e4196ef
chore: Add indexes to LogQL benchmarks (#18500) 6 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) 8 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) 9 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) 10 months ago
benclive 979f7614bc
perf: Optimization pass for reading from dataobjs (#16747) 10 months ago
Robert Fratto cd11367148
chore(dataobj): Wire dataset.Reader into dataobj.LogsReader and dataobj.StreamsReader (#16701) 10 months ago
Robert Fratto 8c4eb428c3
chore(dataobj): Download pages in 16MB batches (#16689) 10 months ago
Robert Fratto abf3772366
perf(dataobj): improve parallelized read spead of Zstd (#16632) 10 months ago
Paul Rogers 27431b7e7e
chore: Linting update for new golangci (#16572) 10 months ago
Robert Fratto 7f0dc01e21
chore(dataobj): introduce more efficient dataset reading (#16429) 10 months ago
Christian Haudum f6fcc1194e
chore(dataobj): Decode values in batches (#16418) 11 months ago
Jackson Coelho 290c14a8cb
chore: fix flush process for dataobj (#16393) 11 months ago
Ashwanth 651d410eea
chore(dataobj): add "uncompressed size" column to streams section (#16322) 11 months ago
Owen Diehl 66889ec51d
feat(dataobj): cardinality estimation (#16233) 11 months ago
Robert Fratto 66b2721cfa
chore(dataobj): do not panic on unrecognized compression type (#16088) 11 months ago
benclive 7f32de6cf2
chore(dataobj): Refactor processor & builder to separate concerns (#16055) 11 months ago
benclive ca4c025ad0
chore(dataobj): Create initial dataobj builder (#16011) 11 months ago
Robert Fratto 5ccc6790cb
chore(dataobj): support computation of min/max values in pages and columns (#16015) 11 months ago
Robert Fratto 1adb1e39d3
chore(dataobj): add initial high-level APIs for reading streams and log records (#15974) 12 months ago
Robert Fratto 5929b05a64
chore(dataobj): deduplicate decoder code across bucket and io.ReadSeeker (#15945) 12 months ago
Christian Haudum ed863fe1be
chore: Fix Loki arm builds (#15936) 12 months ago
Robert Fratto 93cee63f59
chore(dataobj): add compression ratio and final object size distributions (#15848) 12 months ago
Robert Fratto 948f5c5f3e
chore(dataobj): Reintroduce sorting of the logs section (#15906) 12 months ago
Robert Fratto 64665c4595
chore(dataobj): promote metadata types to hold uint64 instead of uint32 (#15850) 12 months ago
Robert Fratto 2a60011b13
chore(dataobj): reduce total allocations while encoding (#15846) 12 months ago
Robert Fratto 7eb5053d1c
chore(dataobj): improve performance of Streams.EstimatedSize (#15833) 12 months ago
Robert Fratto 093e36af58
chore(dataobj): instrument data objects (#15803) 12 months ago