anmolanmol1234 opened a new pull request, #6009:
URL: https://github.com/apache/hadoop/pull/6009

   Change default from disk to bytebuffer for fs.azure.data.blocks.buffer.
   
   Derived from numerous workload runs, the data presented accentuates a 
noteworthy performance enhancement. The utilization of ByteBuffer for **reading 
operations** showcased a remarkable improvement of approximately **64.83%** in 
contrast to conventional disk-based reading. Furthermore, the integration of 
ByteBuffer for **write operations** resulted in a significant efficiency gain 
of about **60.75%**. These findings underscore the consistent and substantial 
advantages of embracing ByteBuffer as the default choice, particularly in light 
of the performance issues associated with disk operations.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to