Commit Graph

89 Commits (AISpellcheck)

Author SHA1 Message Date
Sophie Waldman 7be7c9d594
feat(query engine): Implement line_format and label_format with new engine (#20123) 3 weeks ago
Bryan Boreham 8ca16c4e30
fix(columnar): Copy label values to avoid retaining memory (#21594) 3 weeks ago
Salva Corts fb6abe5d08
feat: Avoid executing tasks for which we have cached empty results (#21437) 1 month ago
Sandeep Sukhani e74e2a20c5
fix: grouping by non-existent label in v2 query engine (#21430) 1 month ago
Sandeep Sukhani 399efb0d67
fix: preserve parsed labels with empty values in samples query response from thor engine (#21351) 1 month ago
Salva Corts 5f06abe88d
perf: short-circuit cache when over max cacheable size (#21277) 1 month ago
Salva Corts 9ed2dd0e7d
feat: Add caching node to dataobjscan node (#21246) 1 month ago
Salva Corts bd51fcae09
feat(WIP): Task level caching (#21160) 2 months ago
Sophie Waldman 2b0a5a6e4d
fix(Thor): Allow non-strict parsing with logfmt (#21013) 2 months ago
Dylan Guedes 5c17103665
feat(query-engine): Omit labels with empty values (#21173) 2 months ago
benclive 968dabadd5
chore: Increase batch sizes for pointers reads (#20983) 2 months ago
Salva Corts a4de7ad732
refactor: Move batching to pipeline wrapper (#21123) 2 months ago
Paul Rogers 6717a46b92
chore: fix non-deterministic aggregator function (#21088) 2 months ago
Robert Fratto b8920125c5
chore(dataobj): add configurable prefetching (#20946) 3 months ago
Stas Spiridonov 32248ef0ba
chore(thor): Performance optimization for aggregator (#20934) 3 months ago
Stas Spiridonov 0b483ab9c0
fix(thor): Fix for column duplicates in consequent compat stages (#20893) 3 months ago
Ashwanth a56220f22f
chore(planner): apply parallelPushdown optimisation to valid aggregations (#20655) 3 months ago
Robert Fratto 00c8211fbf
chore(engine): add concurrency to Pipeline.Open (#20839) 3 months ago
Ashwanth 73961f18a3
chore(xcap): leaner xcap API (#20771) 3 months ago
Stas Spiridonov b1f059d4e0
fix(thor): incorrect empty records skipping (#20812) 3 months ago
Robert Fratto 11f885af7a
chore(engine): fix streamsView.Open semantics (#20802) 3 months ago
Robert Fratto 2d63582b15
chore: finish adding Open semantics in engine, metastore (#20798) 3 months ago
Robert Fratto d85fb0317f
chore(dataobj): Add Open semantics to section readers (#20790) 3 months ago
Robert Fratto 6a2c7c79e3
refactor(engine): introduce Pipeline.Open method (#20785) 3 months ago
Trevor Whitney f6a6a4fad5
feat: add case-insensitive regex optimization (#20578) 3 months ago
Trevor Whitney 5acb96abbd
ci: add drilldown and case insensitive queries to correctness tests (#20603) 3 months ago
Joe Elliott a4e75ce474
perf: avoid bytes to runes allocs by decoding in place (#20602) 3 months ago
Stas Spiridonov 514a142859
fix(thor): Fix error filtering before range aggregations (#20560) 3 months ago
Stas Spiridonov efdb1f5a37
chore: Reducing waste on processing empty records (#20562) 4 months ago
Ashwanth 8b7161a9fc
chore(engine): enforce max_query_series (#20557) 4 months ago
Ashwanth b21825ec23
chore: capture aggregation exec duration (#20299) 4 months ago
Stas Spiridonov 805b8020df
chore: Thor query engine memory improvements, part 3 (#20530) 4 months ago
Stas Spiridonov bedfb78378
chore: Thor query engine memory improvements, part 2 (#20473) 4 months ago
Salva Corts 76a21de886
feat: Add Header Propagation and Stream Filtering to V2 Query Engine (#20449) 4 months ago
yy 0574159216
chore: typos in comments (#20481) 4 months ago
Ashwanth 8a6c4f8611
chore(planner): add filter stages to drop lines matching delete requests (#20395) 4 months ago
Stas Spiridonov 168da488db
fix: Out of bounds error fix for gapped window matcher (#20396) 4 months ago
Assel Meher 5663f9c26d
feat(engine): add regexp parser support for log queries (#20286) 4 months ago
Stas Spiridonov c2116618bd
chore: Improving memory allocations for new query engine (#20321) 4 months ago
Stas Spiridonov 2203c1d8e8
chore: tweaks for feature parity (#19940) 4 months ago
Ivan Kalita 08e3c4385f
feat(metastore): shard sections queries over index files (#20134) 5 months ago
Stas Spiridonov b6b7459435
chore: Aggregation groupings for by() and without() (#19928) 5 months ago
Robert Fratto 2d54ddc6d9
chore(engine): adjustments to log task short circuiting (#20121) 5 months ago
Ashwanth 54f9723af1
chore(xcap): adds exporter to summarise capture as a structured log line (#20099) 5 months ago
Ashwanth 356cd36d8e
chore: close stream section reader (#20107) 5 months ago
Ashwanth 728b308edf
chore: update read stats to use xcap (#20095) 5 months ago
Ashwanth cbad9d4ccb
chore(xcap): support events, status and improve coverage (#20096) 5 months ago
benclive 99ba51e48a
fix(enginev2): Close pipeline before building query results (#20100) 5 months ago
Christian Haudum 8b59b944f2
chore(dataobj): Use common base config for indexobj and logsobj builders (#20037) 5 months ago
Stas Spiridonov 5b88bcef3a
chore: Short circuiting for new scheduler (#20000) 6 months ago