-
Notifications
You must be signed in to change notification settings - Fork 4
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 support? #279
Comments
Thanks for raising this issue, @ion-elgreco! Currently, there is no async support in lakeFS-spec, since the lakeFS client does not support it either (only for import operations, which are outside of the scope of lakeFS-spec). Could you elaborate a bit on your use case? |
@AdrianoKF I need to read a couple of hundred thousands text files and parse them with regex. Doing this asynchronous is much faster. I have currently written it with s3fs and lakefs S3 gateway. Seeing 15-20x performance increase versus sequential reads with lakefs_spec |
Hey @ion-elgreco, would you be willing to test out our WIP solution: #283? |
@leonpawelzik currently on holidays, and afterwards I won't be using LakeFS anytime soon. Might be an idea to create small benchmark that compares s3fs vs lakefs-spec async perf |
What is the motivation and/or use case?
Is async supported in lakefs spec?
How can we implement this feature?
No response
The text was updated successfully, but these errors were encountered: