Is there a "rigorous" method for choosing a database?
- by Andrew Martin
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?