Page 1 of 1

Prioritize cache based on internal database of most frequently accessed data

Posted: Fri Apr 10, 2020 11:54 pm
by VarunAgw
Supposed I have associated 4 GB of RAM with PrimoCache and it's full now. From my understanding, it currently stops caching new data completely. It would be better if it's smart here.

If it sees some data in the cache is never accessed again, and some data outside cache is accessed often, it should delete the data in the cache and cache the frequently used data instead.

Re: Prioritize cache based on internal database of most frequently accessed data

Posted: Sat Apr 11, 2020 4:37 am
by Support
No, PrimoCache will replace old cached data by new data according to cache replacement algorithm.

Re: Prioritize cache based on internal database of most frequently accessed data

Posted: Sat Apr 11, 2020 1:03 pm
by VarunAgw
Oh. That's great then. I didn't realize it's already happening in the background.