当前位置:Gxlcms > mysql > MemcachedvsInnoDBMemcachedinMySQL5.6

MemcachedvsInnoDBMemcachedinMySQL5.6

时间:2021-07-01 10:21:17 帮助过:36人阅读

Memcached vs InnoDB Memcached in MySQL 5.6: Some numbers from comparing Memcached with InnoDB Memcached in MySQL 5.6: Keep in mind that the entire data set fits into the buffer pool, so thereare no reads from disk. However, there is write

Memcached vs InnoDB Memcached in MySQL 5.6:

Some numbers from comparing Memcached with InnoDB Memcached in MySQL 5.6:

Keep in mind that the entire data set fits into the buffer pool, so there are no reads from disk. However, there is write activity stemming from the fact that this is using InnoDB under the hood (redo logs, etc).

There is a significant impact on the speed so deciding which solution to use gets down to analysing the costs and complexity of maintaining another tool, the cost of Memcached warmup and the performance drop of using InnoDB Memcached.

Original title and link: Memcached vs InnoDB Memcached in MySQL 5.6 (NoSQL database?myNoSQL)

人气教程排行