-
Notifications
You must be signed in to change notification settings - Fork 148
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
Configurable parameters to improve performance while reading page blobs #378
Comments
Hi @majumd , every blob API accepts a |
You also mentioned buffer size, actually there will be multiple data copy during the download process. For example, you download 100MB blob, the 100MB data will be copied 2 or 3 times (I cannot remember). Is this also something you want to optimize? |
Thanks for the response. I could see that the default value of the member variable is m_parallelism_factor is 1. Could you please explain how this could be used to improve data read performance from Azure Cloud. Suppose we would like to read 40MB of data, Could the value of the variable be set to 10 using function set_parallelism_factor ? |
Yes |
Hi,
I would like to know the way to improve performance while reading from a page blob. Are there any configurable parameters such as control the number of threads or buffer size which could be used to improve performance?
An enhancement to have the performance factors configurable to tweak as per the environment would be helpful.
Thanks
Udayan
The text was updated successfully, but these errors were encountered: