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
ColumnstoreInsert/ColumnstoreUpdate/ColumnstoreDelete are single-threaded right now for simplicity. It would be good to parallelize these physical operators
Why are you requesting this feature?
Make INSERT/UPDATE/DELETE faster
What is your proposed implementation for this feature?
Do something similar to DuckDB's PhysicalInsert/PhysicalUpdate/PhysicalDelete. DuckDB's pipeline framework makes such implementation pretty accessible
The text was updated successfully, but these errors were encountered:
What feature are you requesting?
ColumnstoreInsert
/ColumnstoreUpdate
/ColumnstoreDelete
are single-threaded right now for simplicity. It would be good to parallelize these physical operatorsWhy are you requesting this feature?
Make INSERT/UPDATE/DELETE faster
What is your proposed implementation for this feature?
Do something similar to DuckDB's
PhysicalInsert
/PhysicalUpdate
/PhysicalDelete
. DuckDB's pipeline framework makes such implementation pretty accessibleThe text was updated successfully, but these errors were encountered: