Xuanwo opened a new issue, #4121:
URL: https://github.com/apache/opendal/issues/4121

   OpenDAL offers numerous features, but some of them come with additional 
costs that may not be suitable for all cases. Therefore, OpenDAL allows users 
to make the decision themselves.
   
   We can collect them and provide a guide for `High Performance OpenDAL` for 
users to tune their applications.
   
   For example:
   
   - Enable 
[`op.writer_with().buffer(buffer)`](https://opendal.apache.org/docs/rust/opendal/struct.Operator.html#buffer-1)
 for small writes
   - Enable 
[`op.reader_with().buffer(buffer)`](https://opendal.apache.org/docs/rust/opendal/struct.Operator.html#buffer)
 for small reads
   - Enable 
[`op.writer_with().concurrent(n)`](https://opendal.apache.org/docs/rust/opendal/struct.Operator.html#concurrent)
 for concurrent wirtes.


-- 
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]

Reply via email to