Jump to content

Which is better for storage and cache?


qnkov

Recommended Posts

Each option provides it's own negatives and positives. MySQL, as the text states, provides better speeds in conjunction with a caching method enabled. Which I do recommend enabling. Do note that whichever method you choose enable needs to be installed on your server. You plan to use Memcached so ensure it is installed. Because you appear to be using a shared host ask your hosting provider if it is enabled. If it is, then use it and also enable MySQL storage.

Link to comment
Share on other sites

  • 4 weeks later...
  • 4 weeks later...

Redis and Redis or Mysql and Memcached.

Redis is best in my opinion as it takes a lot of the stress off mysql.  Using mysql and memcached works too.  

You might also want to use elastic search.  

Using Redis / Elastic search - I'm hitting Mysql 10000 Queries per second average.

Edited by MrFantastic
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...