Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async IO in FileSystemDataVault #8010

Closed
fm3 opened this issue Aug 20, 2024 · 1 comment · Fixed by #8126
Closed

Async IO in FileSystemDataVault #8010

fm3 opened this issue Aug 20, 2024 · 1 comment · Fixed by #8126

Comments

@fm3
Copy link
Member

fm3 commented Aug 20, 2024

I’m sure scala/java has support for asynchronously reading (byte ranges of) local files. That should be used in the FileSystemDataVault. This should free more threads

@fm3
Copy link
Member Author

fm3 commented Aug 26, 2024

https://gist.github.com/tovbinm/f73849aff169d1ebeb97 looks similar to what we may want to do. Sounds like it may also be possible to support the byte ranges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants