문제

I think they are both great and I wanna know is it possible to use both caching systems together at the same time? Is there any experience?

도움이 되었습니까?

해결책

Mysqls working set will always be cached.

This is called double caching and represents a major bottleneck in larger systems (Facebook for example), where user data is double cached, existing twice in RAM.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top