- 论坛徽章:
- 2
|
memcached Integration with MySQL Storage Engines
In April 2011, MySQL announced the preview of a new memcached interface for the InnoDB and MySQL Cluster storage engines.
Using the memcached API, web services can directly access the InnoDB and MySQL Cluster storage engines without transformations to SQL, ensuring low latency and high throughput for read/write queries. Operations such as SQL parsing are eliminated and more of the server’s hardware resources (CPU, memory and I/O) are dedicated to servicing the query within the storage engine itself. The memcached data can be persisted to disk while still cached in memory for fast retrieval.
These are targeted to be incorporated into future MySQL 5.6 Milestone and MySQL Cluster Development Releases.
http://dev.mysql.com/doc/refman/5.7/en/ha-memcached.html
hbeimf 发表于 2013-04-20 23:20 ![]()
回复 4# gavindev 是哪个版本会支持,有具体的版本号没,想玩玩,就知道 sql 和nosql早晚会集成在一起的,
... |
|