I have an existing MongoDB replica set running on MongoDB 7.0 community, and I want to enable “directoryperdb” on only one node while keeping the other nodes as they are.
My Questions:
Is it possible to enable directoryperdb on just one instance in the replica set without affecting replication?
Will this cause data inconsistency, replication lag, or any other issues?
If not supported, is there any recommended way to migrate to directoryperdb across all nodes in a rolling manner without downtime?
Any guidance or best practices would be greatly appreciated. Thanks!