|
|
|
|
|
by mark_l_watson
5762 days ago
|
|
Well, the MongoDB docs make the same points really clear. Run master slave, or replica set. Do reads from the slaves, writes to the master. If you do this, that about covers it. In my blog, I call this MongoDB "good enough practices." |
|