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

Support parallelization of child partition .close() operations #72

Open
cwensel opened this issue May 4, 2021 · 0 comments
Open

Support parallelization of child partition .close() operations #72

cwensel opened this issue May 4, 2021 · 0 comments

Comments

@cwensel
Copy link
Owner

cwensel commented May 4, 2021

By default, we don't leverage threading server/processing side since it's a highly constrained resource.

But in local mode, and when partitioning sink data into multiple files, parallelizing the close operation makes sense as the purges may include more than one partition.

Providing hooks to wrap the cache of open partitions purge and close operations would benefit applications that were designed specifically for partitioning data if the container hosting the application can provide cpus for the threads.

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

No branches or pull requests

1 participant