cache replacement policy
Posted: Wed Sep 06, 2017 8:57 am
Hi,
Does primocache have an algorithm to reduce penalty of big files that are read only once or full hdd backups? In such case does primocache preserves most commonly used cache?
If not you might want to implement something like ARC. In fewer words arc is divided to two sections - one for recently read blocks and one for frequently used blocks. The size is dynamically changed depending on usage. This way recently used files are still cached, but they do not fully replace files that are frequently used every day.
Does primocache have an algorithm to reduce penalty of big files that are read only once or full hdd backups? In such case does primocache preserves most commonly used cache?
If not you might want to implement something like ARC. In fewer words arc is divided to two sections - one for recently read blocks and one for frequently used blocks. The size is dynamically changed depending on usage. This way recently used files are still cached, but they do not fully replace files that are frequently used every day.