Does Lakefs-spec support async?
# help
i
Does Lakefs-spec support async?
o
might want to ask on their github repo, not sure the maintainers monitor this channel
i
Ok done
Trying to do many concurrent reads, but after some time it has so many threads it starts breaking down due to too many connections
Hmm even with a threading.sephamore it happens 🤔
n
hey. I’ll reply separately on GH as well, but we don’t support async file system operations right now. The main reason is that we’re not sure if this is possible with OpenAPI clients like lakeFS’s (their generated code uses the multiprocessing module, and advises against async for perf reasons). On a technical level, it might still be doable, but performance is another issue. Perhaps you can fall back to the S3 gateway for now (the S3 file system supports async)?
i
I see, thanks for suggestion, will try with s3fs
Hmm I can't establish a connection with s3fs🤔
👍 1