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
- PR metrics pending (PR metrics pending)
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