What is the standard system architecture for MongoDB
Posted
by
learner
on Server Fault
See other posts from Server Fault
or by learner
Published on 2012-07-02T19:43:19Z
Indexed on
2012/07/03
3:17 UTC
Read the original article
Hit count: 438
I know this question is too vague, so I would like to add some key numbers to give insights about what the scenario is
Each Document size - 360KB
Total Documents - 1.5 million
Document created/day - 2k
read intensive - YES
Availability requirement - HIGH
With these requirements in mind, here is what I believe should be the architecture, but not too sure, please share your experiences and point me to right directions
2 Linux Box(Ubuntu 11 would do)(on a different rack setup for availability)
64-bit Mongo Database
1-master(for read/wr1te) and 1-slave(read-only with replication ON)
Sharding not needed at this point in time
Thank you in advance
© Server Fault or respective owner