DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Status
Current state: Under Discussion
Discussion thread: https://lists.apache.org/thread/q80w7zjdn488ymsnynzkngtb2cqrhc1z
JIRA or Github Issue:
Released: <Doris Version>
Google Doc: <If the design in question is unclear or needs to be discussed and reviewed, a Google Doc can be used first to facilitate comments from others.>
Motivation
- Inline virtual function calls.
- Reduce memory read and write times.
Related Research
There are many databases that use codegen to improve performance, such as ClickHouse, PostgreSQL, and Impala.
Detailed Design
the detailed design of the function.
Scheduling
Here would be two stages:
- Implement the basic function of code generation.
- Optimize.