deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

Improved threading capabilities of S3+parquet #209

Closed deephaven-internal closed 1 month ago

deephaven-internal commented 2 months ago

This issue was auto-generated

PR: https://github.com/deephaven/deephaven-core/pull/5451 Author: malhotrashivam

Original PR Body

@devinrsmith pointed out an issue with very large number of threads being spawned when reading partitioned parquet data from S3. This was happening because the codebase was creating a new instance of S3AsyncClient for each partition file discovered and each instance internally by default creates large number of threads.

As part of this PR,

Documentation Update: Added two new config parameters: