PragmaTwice commented on code in PR #2845: URL: https://github.com/apache/kvrocks/pull/2845#discussion_r2011179483
########## kvrocks.conf: ########## @@ -1052,5 +1052,10 @@ rocksdb.partition_filters yes # Default: 0 rocksdb.max_compaction_bytes 0 +# RocksDB sideloading move_files +# Move files to the database directory instead of copying them. +# Default: yes +rocksdb.sideloading.move_files yes Review Comment: It can be in command arguments instead of a config option. -- 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]
