Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more efficient array builder #20028

Open
lmatz opened this issue Jan 6, 2025 · 0 comments
Open

more efficient array builder #20028

lmatz opened this issue Jan 6, 2025 · 0 comments
Milestone

Comments

@lmatz
Copy link
Contributor

lmatz commented Jan 6, 2025

eliminate dynamic dispatch as much as possible

and maybe bulk append the rows so that static dispatch and dynamic dispatch (if not possible to remove all of them) are amortized. This does not necessarily contradict the per-row handling logic in the join operator.

checkout context: https://risingwave-labs.slack.com/archives/C034TRPKN1F/p1733464753437989

related: #20017 observe in the same experiment

@github-actions github-actions bot added this to the release-2.3 milestone Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant