On Tue, Dec 21, 2010 at 2:09 AM, Michael Ben-Nes <michael(at)epoch(dot)co(dot)il> wrote:
> Hi,
>
> Just stumbled on the following post:
> http://yoshinorimatsunobu.blogspot.com/2010/10/using-mysql-as-nosql-story-for.html
>
> The post claim that MySQL can do more qps then MemCahed or any other NoSQL
> when doing simple queries like: SELECT * FROM table WHERE id=num;
No it does not. They use an interface that bypasses SQL and is much
more primitive.