-
Notifications
You must be signed in to change notification settings - Fork 238
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
High latency reads in GCS connector #114
Comments
@medb - will try out the patch and get back with details, will likely be early next week though. |
We just released GCS connector 1.9.2 which includes all the performance optimizations. To take advantage of all available optimizations set the properties:
|
Thansk @medb. I've got some information from the previous patch (using FADVISE=RANDOM). Will run some more tests with the new changes. From a quick glance - seemed like the footer reads from multiple files was faster. Let me analyze the results a little more before posting details. Also noticed that listLocatedStatus was taking a very long time (relatively) - which causes a slow down. |
Buffer size limits minimum HTTP range requests size in |
Got it.
|
Thanks for sharing test results!
|
GCS connector 1.9.4 was released with improvements to random reads latency.
|
Issue that focuses on high latency reads discussed in #108
From @sidseth:
The text was updated successfully, but these errors were encountered: