qnkov 4 Posted March 3, 2019 Share Posted March 3, 2019 (edited) http://prntscr.com/msqjgm How should i use those options? I was thinking about" - Mysql datebase for storage and Memached for cache. Like this: http://prntscr.com/msqlmz Edited March 3, 2019 by qnkov Link to comment Share on other sites More sharing options...
SeeBeyond 14 Posted March 4, 2019 Share Posted March 4, 2019 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 More sharing options...
titcrunch 182 Posted March 4, 2019 Share Posted March 4, 2019 for data database is the best, for the cache that depends of your server and your config of cache Best Regards Titcrunch French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design. Link to comment Share on other sites More sharing options...
Gerom119 2 Posted April 1, 2019 Share Posted April 1, 2019 (edited) 1. Check if MySQL and Memcached are installed on your server. 2. Provide the setting for Mamcached. Edited April 1, 2019 by Gerom119 Link to comment Share on other sites More sharing options...
SuperioR 0 Posted April 1, 2019 Share Posted April 1, 2019 On 3/4/2019 at 7:23 AM, titcrunch said: for data database is the best, for the cache that depends of your server and your config of cache True :) Link to comment Share on other sites More sharing options...
qnkov 4 Posted April 26, 2019 Author Share Posted April 26, 2019 Thanks to all. I've figure it out for myself. Link to comment Share on other sites More sharing options...
flash 0 Posted April 26, 2019 Share Posted April 26, 2019 Memached Link to comment Share on other sites More sharing options...
MrFantastic 0 Posted April 28, 2019 Share Posted April 28, 2019 (edited) 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 April 28, 2019 by MrFantastic Link to comment Share on other sites More sharing options...
Recommended Posts