data caching in mysql
can we cache queries in mysql with ph开发者_如何学编程p. or please suggest me some ways to do so.
MySQL has it's own internal query cache. You could set up your own system using shared memory, memcached, simple text files, et al, but MySQL's pretty good at handling it without any extras.
精彩评论