What hardware makes a good MongoDB Server ? Where to get it ?
Posted
by
João Pinto Jerónimo
on Server Fault
See other posts from Server Fault
or by João Pinto Jerónimo
Published on 2011-02-16T19:48:17Z
Indexed on
2011/02/18
23:27 UTC
Read the original article
Hit count: 289
Suppose you're on dell.com right now and you're buying a server to run your MongoDB database for your small startup. You will have to handle literally tens of thousands of writes and reads per minute (but small objects). Would you go for 2 processors ? Invest more on RAM ?
I've heard (correct me if I'm wrong) MongoDB handles the most it can on the RAM and then flushes everything to the disk, in that case I should invest on a CPU with a large L2 cache, probably >40GB of RAM and a solid state drive.. right ?
Would I be better off with a high end (~$11,309, 2 expensive processors, 96GB of RAM) server or 2x(~$6,419, 2 expensive processors, 12GB of RAM) servers ?
Is Dell ok or do you have better sugestions ? (I'm outside the US, on Portugal)
© Server Fault or respective owner