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 parallelism in compact_incomplete #2026

Open
willdealtry opened this issue Nov 28, 2024 · 0 comments
Open

More parallelism in compact_incomplete #2026

willdealtry opened this issue Nov 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@willdealtry
Copy link
Collaborator

Compact incomplete is single-threaded over the columns at the moment. String columns would either need locking or to be processed serially (because the string pool is being merged), but integral types could be trivially parallelized with a task in a similar manner to reduce_and_fix_string_columns

@willdealtry willdealtry added the enhancement New feature or request label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant