You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rocksdb engine for mongodb, and it works good
But in order to make manage of nodes better, we need to more db in rocksdb layer
Now all mongodb dbs store in rocksdb as one db, so we can not migrate one db to another machine using copy file, if param directoryperdb can be supported in rocksdb engine, this will help us
can you think about support --directoryperdb param, which means different mongo db store in different dir
thanks
The text was updated successfully, but these errors were encountered:
hello, all:
I am using rocksdb engine for mongodb, and it works good
But in order to make manage of nodes better, we need to more db in rocksdb layer
Now all mongodb dbs store in rocksdb as one db, so we can not migrate one db to another machine using copy file, if param directoryperdb can be supported in rocksdb engine, this will help us
can you think about support --directoryperdb param, which means different mongo db store in different dir
thanks
The text was updated successfully, but these errors were encountered: