captainzmc opened a new pull request #2870:
URL: https://github.com/apache/ozone/pull/2870


   ## What changes were proposed in this pull request?
   
   The chunk size of the streaming is usually smaller than 4MB, we suggest set 
to 512KB for better performance. In this case, files of the same size will 
generate more chunkInfo than async write, which increases the size of container 
DB. So we recommend add merge on the client side. The default value is 0, means 
merge is not enabled. If the value is 8, it means that every 8 chunkInfo will 
be merged to one.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-6047
   
   ## How was this patch tested?
   
   UT added.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to