What does it mean by cold cache and warm cache concept?
TL;DR There is an analogy with a cold engine and warm engine of the car. Cold cache – doesn’t have any values and can’t give you any speedup because, well, it’s empty. Warm cache has some values and can give you that speedup. A cache is a structure that holds some values (inodes, memory pages, … Read more