-
Notifications
You must be signed in to change notification settings - Fork 155
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
[leo_object_storage] Improve concurrency of read operations #467
Comments
@mocchira I've fixed this issue and done UT and IT. So I'd like to ask you to test the latest LeoFS v1.2.20-dev. |
As we discussed while ago, |
We've checked this feature as below:
In conclusion, LeoFS' read performance is increased by 20%. |
We got some issues in previous tests (Data Set is not loaded fully beforehand) Here would be the updated results |
#450 has fixed part of this problem but there is still some room to improve concurrency more such as
adopting readers : writers = N : 1 model.
The text was updated successfully, but these errors were encountered: