Is there a "rigorous" method for choosing a database?
Posted
by
Andrew Martin
on Server Fault
See other posts from Server Fault
or by Andrew Martin
Published on 2012-11-14T10:55:24Z
Indexed on
2012/11/14
11:05 UTC
Read the original article
Hit count: 373
I'm not experienced with NoSQL, but one person on my team is calling for its use. I believe our data and its usage isn't optimal for a NoSQL implementation.
However, my understanding is based off reading various threads on various websties. I'd like to get some stronger evidence as to who's correct.
My question is therefore, "Is there a technique for estimating the performance and requirements of a certain database, that I could use to confirm or modify my intuitions?".
Is there, for example, a good book for calculating the performance of equivalent MongoDB/MySQL schema?
Is the only really reliable option to build the whole thing and take metrics?
© Server Fault or respective owner