Anip Patel

Results 3 comments of Anip Patel

you mean only rocksdb_replicator library not rocksdb_admin. You mean opening the DB and all stay as it is but we need to add extra code to add that DB handle...

rocksplicator open the db using "auto s = rocksdb::DB::Open(options, dir, &db);" but if you have coloumn families you need to use "static Status Open(const DBOptions& db_options, const std::string& name, const...

I am using only rocksdb_replicator from whole package. Can it replicate DB with Column families without any change in the code? I think it can.