git-hulk commented on code in PR #1215:
URL: 
https://github.com/apache/incubator-kvrocks/pull/1215#discussion_r1067121966


##########
kvrocks.conf:
##########
@@ -721,6 +721,13 @@ rocksdb.max_bytes_for_level_base 268435456
 # Default: 10
 rocksdb.max_bytes_for_level_multiplier 10
 
+# If yes, RocksDB will prefetch some of data asynchronously.
+# RocksDB apply it if reads are sequential and its internal automatic
+# prefetching.
+
+# Deafult yes
+rocksdb.read_options.async_io yes

Review Comment:
   Agree with @torwig, can turn it to false by default and wait for this 
feature production ready. But we can encourage users to have a try.



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