You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2023/01/11 00:06:43 UTC

[GitHub] [incubator-kvrocks] PragmaTwice commented on a diff in pull request #1215: Allow to enable the async_io option to improve the performance

PragmaTwice commented on code in PR #1215:
URL: https://github.com/apache/incubator-kvrocks/pull/1215#discussion_r1066458969


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

Review Comment:
   typo



-- 
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: issues-unsubscribe@kvrocks.apache.org

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