You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: