Skip to content

Set number of threads for arrow #134

Open
@ivirshup

Description

@ivirshup

Would setting the number of threads used by arrow be in-scope for this library?

(main docs on arrow thread pools)

arrow uses environment variables to set the numbers of threads used at import time, but then allows dynamically changing the number of threads used via setter functions, like set_cpu_count. Notably, there are two separate thread pools used one for compute and one for IO.

Is this functionality in scope for this library? If so, it would be great to see this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions