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
however for mongoDB it is necessary, to connect to the master node, which is switching from time to time. Therefore I would like to have two features implemented:
1 It should be possible to set multiple servers and rmongodb is looking autonomously which one is the master.
2 It should be possible to set the setting
slave = "ok"
for those use-cases in which rmongodb only reads. This feature would allow to read from a slave node (writing to a slave is not possible for mongoDB), and would reduce the load on the master node.
The text was updated successfully, but these errors were encountered:
Creating a mongoDB connection can only be done to one server with
and not multiple servers like
however for mongoDB it is necessary, to connect to the master node, which is switching from time to time. Therefore I would like to have two features implemented:
1 It should be possible to set multiple servers and rmongodb is looking autonomously which one is the master.
2 It should be possible to set the setting
for those use-cases in which rmongodb only reads. This feature would allow to read from a slave node (writing to a slave is not possible for mongoDB), and would reduce the load on the master node.
The text was updated successfully, but these errors were encountered: