Page 1 of 1

Cached files size limit

Posted: Tue Jan 18, 2022 12:13 am
by edmiri
Can we have a file size limit for both level 1 and 2 caching?

Large files open fast enough on HDD and also this way the cache space is not wasted.

Same idea for RAM caching. Only the very small files to be cached.

Also this way files would load faster since data will be read from both HDD and level 1/2 caches.

Re: Cached files size limit

Posted: Tue Jan 18, 2022 4:36 am
by Support
PrimoCache is a block-level caching program which tracks disk sectors, not files. There are might many files accessing the disk in the same time, so PrimoCache is kind of difficult to track each file size without the penalty of the performance.

Despite these difficulties, we do keep improving the cache algorithms for variable access patterns including the case of large files.
Thank you.