deephaven / deephaven-docs-community

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

Added a thread-safe shared cache for S3 reads #211

Open deephaven-internal opened 1 month ago

deephaven-internal commented 1 month ago

This issue was auto-generated

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

Original PR Body

This PR adds a soft-reference based cache for recently fetched fragments from S3 for faster lookup. This cache would be especially useful for smaller files which have fewer fragments and can fit in the cache.

Documentation: