Prioritize cache based on internal database of most frequently accessed data Topic is solved

Suggestions around PrimoCache
Post Reply
VarunAgw
Level 2
Level 2
Posts: 7
Joined: Fri Apr 10, 2020 11:13 pm

Prioritize cache based on internal database of most frequently accessed data

Post 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.
User avatar
Support
Support Team
Support Team
Posts: 3623
Joined: Sun Dec 21, 2008 2:42 am

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

Post by Support »

No, PrimoCache will replace old cached data by new data according to cache replacement algorithm.
VarunAgw
Level 2
Level 2
Posts: 7
Joined: Fri Apr 10, 2020 11:13 pm

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

Post by VarunAgw »

Oh. That's great then. I didn't realize it's already happening in the background.
Post Reply