Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What's interesting about this article now, is the feature is (more or less) going mainline in MySQL 5.6, except the API will be the standard memcached protocol and not the handler socket API in the linked article.

See: http://dev.mysql.com/tech-resources/articles/nosql-to-mysql-...



I'm not surprised they went with memcached since PHP and most other languages have the client code written.


Yes, I agree 100%.

There is a downside however. memcached is very much for hash-structures (point lookups only). InnoDB is a B+tree, so it can do ranged reads as well.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: