Commit Graph

107 Commits (7c85dd9e2d2b463d8d362aecefecfb2be02adaaf)

Author SHA1 Message Date
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
Jackson Coelho a51e5a21e2
chore: flush idle dataobjects after X seconds (#16348) 11 months ago
Cyril Tovena 543ad8e894
feat(dataobj-querier): Fixes streams section sharding & instrumentation (#16349) 11 months ago
Cyril Tovena 49bcaf47d7
feat(dataobj/querier): Add logging and improve stream processing metrics (#16325) 11 months ago
Cyril Tovena dbf2befc1d
feat: Distributed Operational UI (#16097) 11 months ago
Cyril Tovena fdbd66806a
chore(dataobj): Only stop reading from dataobj reader on EOF (#16274) 11 months ago
Cyril Tovena 78a141c6a9
feat(dataobj): Ensure constant sharding for the dataobj querier (#16273) 11 months ago
Cyril Tovena 8f69f0dbd4
feat(dataobj): Implement SelectLogs using a topk min-heap (#16261) 11 months ago
renovate[bot] 896bac0dab
chore(deps): update dependency @types/node to v22.13.3 (main) (#16263) 11 months ago
Cyril Tovena 13a6c33e32
feat(dataob): Implement SelectSamples (#16251) 11 months ago
renovate[bot] 1b1471dca0
chore(deps): update dependency @types/node to v22.13.2 (main) (#16257) 11 months ago
Owen Diehl 66889ec51d
feat(dataobj): cardinality estimation (#16233) 11 months ago
Cyril Tovena 5195296a17
fix(dataobj): Fixes timerange predicate (#16245) 11 months ago
Cyril Tovena 4bc95c0c68
feat(dataobj): Add methods for querying data objects metadata (#16190) 11 months ago
Cyril Tovena 5aa9e47d1c
fix(dataobj): Fixes timerange matching for dataobj files (#16222) 11 months ago
Robert Fratto f87dd2ddf9
chore(dataobj): add predicate type for reading logs and streams (#16200) 11 months ago
Cyril Tovena fa790e1ac8
feat(metastore): Implement listing data object for a given tenant and timerange (#16180) 11 months ago