Skip to content

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

@cwensel

Description

@cwensel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions