5 comments (5 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java5,240 forks (5,240 forks)batch import
Query Optimizationgood first issueoptimizer
Repository metrics
- Stars
- 15,558 stars (15,558 stars)
- PR merge metrics
- Avg merge 34d 14h (Avg merge 34d 14h)120 merged PRs in 30d (120 merged PRs in 30d)
Description
We see these operations frequently and can be very expensive. So it will be good to optimizer them to NULL in the expression optimizers upfront before other optimizations
Contributor guide
- Research direction
- Examine the expression optimizer code in Presto's query planner to understand how ARBITRARY(NULL) is currently handled and identify where to optimize it to NULL before other optimizations.
- Tech stack
- java
- Domain
- database
- Issue type
- Performance
- Prerequisites
- SQLJava