Currently we use the `NewRocksDBWithRawDB` API for two things: - tune the rocksdb options as we want - open the db in read-only mode, rocksdb support multi-process readers on a live db, we use it to run read-only tasks on live db.