A STUDY ON ADAPTIVE CACHE MODEL

Zou Zhimin,Guo Heqing,Gao Y
DOI: https://doi.org/10.3969/j.issn.1000-386X.2008.01.020
2008-01-01
Abstract:Cache can improve performance of application.The pattern of data using in an application is variable.When the quantity of data updating is large,cache with fixed size will lead to the sharp decrement of application performance.To acquire better performance,cache should change its data and size accordingly.In cache,every kind of data has various frequencies for query and updating.Based on this characteristic,an algorithm of cache adjustment is presented.Cache is adjusted when application is busy or the load pattern changes dramatically.This algorithm is simple and easy to implement.Simulation is carried out under different load patterns,and the result indicates that the adaptive cache has better performance than the cache with fixed size.
What problem does this paper attempt to address?