Memcached API with Cluster Data Nodes
The native Memcached API for MySQL Cluster is now GA as
part of MySQL Cluster 7.2
This post was first published in April 2011 when the first
trial version of the Memcached API for MySQL Cluster was
released; it was then up-versioned for the second MySQL Cluster
7.2 Development Milestone Release in October 2011. I’ve now
refreshed the post based on the GA of MySQL Cluster 7.2 which
includes the completed Memcache API.
There are a number of attributes of MySQL Cluster that make it
ideal for lots of applications that are considering NoSQL data
stores. Scaling out capacity and performance on commodity
hardware, in-memory real-time performance (especially for simple
access patterns), flexible schemas… sound familiar? In addition,
MySQL …
[Read more]