top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why use three config server in MongoDB and what mechanism is used for tree config server to implement HA & load balance?

0 votes
218 views

Why use three config server in MongoDB and whats mechanism is used for the tree config server to implement the High availability and load balance?

posted Jul 24, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I have a sharded MongoDB cluster, with config serever configured as a replica set of 4 nodes. All cluster components use MongoDB v. 3.4.6.

I would like to add another cluster using separate storage shards from the first one, but I would like to use the same config server RS for both of them.

Is such configuration possible, or should I use separate RS for the other cluster config server?

+1 vote

We are using php, mongodb v 2.6.10, we have not set connection pool. We want to set connection pool at server level.
Presently we are creating a new connections every time, when application talk to database. When our no of connection reach to 400, our db performance impact so badly, and query time increase up to 4 times.

0 votes

I want to connect a particular MONGODB database to c# application using Web.config.
Please tell me how to do it?

0 votes

I am new in mongodb I have a file homework2.js which I want to load in mongodb, I have tried both method

load("homework2.js")
load("c:mongodbscripthomework2.js")

I have installed mongodb in root c drive in mongodb folder and database path c:mongodbdatadb. I want to confirm which folder I will put this file and what command to load the said file.

...