Commit Graph

123 Commits (60c76318e66d33a726b41d8542e71663e581c92a)

Author SHA1 Message Date
benclive e6fe98c7c3
chore: Emit metastore event to kafka after object build (#17842) 7 months ago
benclive 02a6b81c66
chore: Estimate builder size when using multiple sections (#17840) 7 months ago
Trevor Whitney 3d2286a840
chore: implement multi-variant extractor that can return multiple samples (#17149) 7 months ago
Jackson Coelho 8f58df6e47
chore: rename dataobj consumer metrics (#17830) 7 months ago
Jackson Coelho 8001beef13
chore: add metrics (#17823) 7 months ago
Robert Fratto 36bcb5aa2d
chore(dataobj): fix regression in allocations of row readers (#17784) 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
Trevor Whitney 577d501839
refactor: extractors can return multiple samples (#17064) 8 months ago
Robert Fratto 4841b2abe2
chore(engine): provide basic implementation of DataObjScan (#17568) 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
aarogoss ab65ac5e8e
feat: refactors kafka/client to improve metric collection (#17308) 8 months ago
Ashwanth 7dd4ab4b09
chore(dataobj): correct stats calculation for prepredicate bytes read (#17279) 9 months ago
Karsten Jeschkies a864f8b986
refactor(stringlabels): Support stringlabels in log.StreamPipeline (#17216) 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
benclive 8e421186df
chore: Collect basic stats from dataobj queries (#17111) 9 months ago
aarogoss e962398462
feat: Optionally enable kafka histograms for read/write latency (#17089) 9 months ago
Christian Haudum e297c51d20
chore(metastore): Use constants for label names (#17048) 9 months ago
Christian Haudum ba61aa88de
chore(engine): Integrate metastore into physical query planning (#17016) 9 months ago
Ashwanth 42eed6ded5
chore(dataobj): introduce InPredicate to replace long chain of OR operators (#16919) 9 months ago
Christian Haudum 0a3230f457
chore(ast): Update WalkFn signature to return bool (#16989) 9 months ago
Robert Fratto 9be95a3e8c
chore(dataobj): reduce memory overhead of merging logs stripes (#16833) 9 months ago
Ashwanth c51fa39684
chore(dataobj): pass down line filters to logs reader (#16802) 10 months ago
benclive 4befd22dd9
feat(dataobj-explorer): Add stream distribution info to dataobj explorer UI (#16525) 10 months ago
aarogoss a57a80ea32
feat(metastore): Implement Labels() and Values() on ObjectMetastore (#16734) 10 months ago
Christian Haudum 9691f3e5dc
chore: Move `pkg/dataobj/planner` to `pkg/engine/planner` (#16815) 10 months ago
benclive 979f7614bc
perf: Optimization pass for reading from dataobjs (#16747) 10 months ago
Christian Haudum f2257f5be0
chore: Implement the logical plan formatter using the generic tree printer (#16761) 10 months ago
Christian Haudum 9bdd5d15bf
chore: Add tree printer for physical plan (#16716) 10 months ago
Christian Haudum 5a76a04684
chore: Add basic building blocks of a physical plan (#16710) 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
benclive 91bab5e7f2
chore(metastore): Fix stream read condition (#16631) 10 months ago
Owen Diehl 89f0ed795f
feat(logical planning): Planner playground (#16403) 10 months ago
benclive 475d25f459
feat(metastore): Add initial interface for Metastore (#16604) 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) 10 months ago
Jackson Coelho 290c14a8cb
chore: fix flush process for dataobj (#16393) 10 months ago
Trevor Whitney 5b16c0be7d
refactor: allow sample expressions to have multiple extractors (#16224) 10 months ago
Ashwanth 651d410eea
chore(dataobj): add "uncompressed size" column to streams section (#16322) 10 months ago
Owen Diehl 7d9414d032
feat(dataobj): expose cardinality estimations in UI (#16376) 10 months ago
Jackson Coelho a2ba4bc181
chore: small fixes for #16348 (#16358) 11 months ago