premiumrush
Member
- Joined
- Aug 11, 2013
- Messages
- 488
- Reaction score
- 65
Both buffer pool and query cache act like in-memory database. I am leaning towards InnoDB buffer pool because of its ability to support multiple pool instances and tweaking of read/write threads. Also, I read articles recommending that Query Cache be turned off on production systems because any updates to tables will cause it to purge itself and that can be a performance bottleneck.
If InnoDB buffer pool is sufficient for the system's caching needs, is Query Cache needed? What scenarios can justify its use? (Putting aside the opinion that Query Cache may be a performance bottleneck)
If InnoDB buffer pool is sufficient for the system's caching needs, is Query Cache needed? What scenarios can justify its use? (Putting aside the opinion that Query Cache may be a performance bottleneck)