yes, that's what i was writing right now hehe =] thanks henrik at mysql, you can use query cache too, if your table don't have very high writes, cache in mysql is very fast (10us if query in cache with > 100MB of cache, >20000 queries in cache) take a look at mariadb (mysql), and this plugin i send some time ago that allow a query cache audit / statistics: https://mariadb.atlassian.net/browse/MDEV-4682 i will done some changes to mariadb (some day), to just return values from query cache, this allow to check if the query is inside cache and get it, if not we could check other cache source (memcached for example) instead of re running the query: https://mariadb.atlassian.net/browse/MDEV-4599
maybe you don't need to worry about cache... just tune the cache options in couch and mysql/mariadb -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
