Memcache vs MySQL in memory
Posted
by TimK
on Stack Overflow
See other posts from Stack Overflow
or by TimK
Published on 2010-03-14T22:19:38Z
Indexed on
2010/03/14
22:25 UTC
Read the original article
Hit count: 246
I have a database that won't grow much in size. It's current size is about 1 GB.
Achieving the fastest performance is desired.
Question: When should I use Memcache vs simply using MySQL Innodb ability to store all my content within RAM (innodb_buffer_pool_size)?
© Stack Overflow or respective owner