Comment on Using MySQL as a NoSQL - A story for exceeding 750,000 qps on a commodity serverparentComments−alexro15yI think while the most performance-critical portion of your data fits in memory you should be alright with this method. The rest of the data can be consumed using normal SQL approach.
Comments
I think while the most performance-critical portion of your data fits in memory you should be alright with this method. The rest of the data can be consumed using normal SQL approach.