I'd like to use this package as data backend to expose an api/website with data analysis
How parallelization is done in this package ? is it possible to control the resources consumed ?
Br
I'd like to use this package as data backend to expose an api/website with data analysis
How parallelization is done in this package ? is it possible to control the resources consumed ?
Br
is it possible to control the resources consumed ?
You can set the POLARS_MAX_THREADS
env var. This will be used to initiate the thread pools size on startup.
See all configurable env vars here: https://pola-rs.github.io/polars/polars/index.html#config-with-env-vars
How parallelization is done in this package ?
Can you be more specific? I can only say it depends...