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

Parallelize columnstore INSERT/UPDATE/DELETE #72

Open
dpxcc opened this issue Jan 7, 2025 · 2 comments · May be fixed by #78
Open

Parallelize columnstore INSERT/UPDATE/DELETE #72

dpxcc opened this issue Jan 7, 2025 · 2 comments · May be fixed by #78
Assignees
Labels
feature good first issue Good for newcomers
Milestone

Comments

@dpxcc
Copy link
Contributor

dpxcc commented Jan 7, 2025

What feature are you requesting?

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

@dpxcc dpxcc added feature good first issue Good for newcomers labels Jan 7, 2025
@ritwizsinha
Copy link

Taking this up, please assign

@ritwizsinha
Copy link

I think it would be better to improve tests and add benchmarking before adding multithreading to guage the actual performance improvement

@dpxcc dpxcc added this to the 0.2.0 milestone Jan 7, 2025
@ritwizsinha ritwizsinha linked a pull request Jan 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants