-
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_gateway] Revise the default for large_object.reading_chunked_obj_len #766
Comments
Memo: how to decide the new default
|
Get tests done in below cases.
As large_object.reading_chunked_obj_len gets small, Not only throughput has it improved but latency. Needless to say, the possibility the timeout happens also decreases. that being said, there are no drawbacks at all so we will go with 512K as the new default of large_object.reading_chunked_obj_len. the result of 512K (the most outperformed one)
|
We benchmarked the latest of LeoFS, |
We've had https://groups.google.com/forum/#!topic/leoproject_leofs/T-NL2ENxRIU recently and the same sort of questions many times in the past so that it might be good to have more conservative default for majority use cases as the current default has been set for high performance cluster.
The text was updated successfully, but these errors were encountered: