NoSQL to MySQL with Memcached

InnoDB with Memcached Memcached is to provide services in the same process to provide MySQL service. memcached as MySQL plug-in program, visit innodb data directly through access to local InnoDB API. Chart as follows: The current version provides features are: 1. memcached as a daemon mysqld plug-in: mysqld and memcached are running in the same process space, access to the data with very low latency 2. Direct access to InnoDB: to bypass the SQL parser and optimization of memcapable 3. Standard protocol support: supports both text and binary protocols memcached, all the tests are passed 55 memcapable 4. Support multiple columns: the user can be mapped to by value a plurality of columns, the value is an isolated "splitter" predefined. The optional local cache:. "Cache-only", "innodb-only", and "caching", applied to the Memcached set, get, delete and flush operations may be omitted not only used in the development of cache data to Memcached trouble, and has better reliability and data consistency 6. bulk Action: the user can specify daemon_memcached_r_batch_size and daemon_memcached_w_batch_size by the size of the batch submitted 7. All of memcached configuration options supported by daemon_memcached_option parameter setting is still in the preview version, download at the following address: http://downloads.mysql.com/snapshots/pb/mysql-5.6-labs-innodb-memcached/binary-release-community_linux2.6-x86-64bit_tar-gz/mysql-5.6.2-labs-innodb -memcached-linux2.6-x86_64.tar.gz

Reproduced in: https: //my.oschina.net/766/blog/211511

Guess you like

Origin blog.csdn.net/weixin_33816821/article/details/91547939