What is data temperature? It’s classifying data from hot to cold based on how frequently it is accessed. Hot data is accessed most frequently and cold data is accessed infrequently. Measurements in large-scale analytic environments consistently indicate that less than 20% of the data is accessed by more than 90% of the I/Os in an analytic environment. Such data belongs in memory so we can retrieve it very fast…