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


##########
src/storage/storage.cc:
##########
@@ -103,6 +103,11 @@ void Storage::SetWriteOptions(const 
Config::RocksDB::WriteOptions &config) {
   write_opts_.memtable_insert_hint_per_batch = 
config.memtable_insert_hint_per_batch;
 }
 
+void Storage::SetReadOptions(rocksdb::ReadOptions &read_options) {

Review Comment:
   According to the official document, mutil_get will also improve the 
performance. I think we can add this flag to all readoptions
   



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