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

feat: Distributed Insertion #14574

Closed
chenzl25 opened this issue Jan 15, 2024 · 0 comments · Fixed by #14630
Closed

feat: Distributed Insertion #14574

chenzl25 opened this issue Jan 15, 2024 · 0 comments · Fixed by #14630
Assignees
Milestone

Comments

@chenzl25
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Provide a way to enable distributed insertion requested by risingwavelabs/rfcs#85.
Currently, our insertion plan would use a singleton shuffle to make sure all data from the same statement would be sent to the same worker/channel which might be not performance optimal for bulk loading scenarios. We can provide a session variable enable_distributed_dml to control whether to enable this feature, default value could be false at first. After we support external source, we can automatically enable it by checking the plan.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants