Heim > Datenbank > MySQL-Tutorial > Hauptteil

Memcached vs InnoDB Memcached in MySQL 5.6

WBOY
Freigeben: 2016-06-07 16:36:18
Original
822 Leute haben es durchsucht

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)

Memcached vs InnoDB Memcached in MySQL 5.6
Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage