Pinned
406 contributions in the last year
Less
More
Contribution activity
April 2021
Created a pull request in elastic/elasticsearch that received 9 comments
EQL: Use byte instead of int for stages
Memory usage analysis revealed that we use an int
for the number of
stages of a sequence query, whereas we could use a byte
instead.
With this oppo…
+66
−44
•
9
comments
Reviewed 9 pull requests in 1 repository
elastic/elasticsearch 9 pull requests
- SQL: Fix MIN, MAX, SUM aggs data type handling
- SQL: Change the runtime field script for IT tests
-
Adds
runtime_mappings
to EQL and SQL requests - QL: Polish optimizer expression rule declaration
- SQL: Pushdown WHERE clause inside subqueries
- QL: Make canonical form take into account children
- SQL: Improve the optimization of null conditionals
- SQL: Introduce dedicated node for HAVING declaration
- SQL: Implement filter push-down for GROUP BYs