You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is there a way to split multiple parts of the cache in isolation for its own kind of queries? For example, one half serves queries according to Zipf's law with alpha = 1, and the other half Zipf's law with alpha = 0.8. The closest thing to this is SLRU, but in this policy the cache parts are not isolated.
Is it possible to serve several kinds of queries (as if from several users) to the cache system in general within the simulation?
Thank you very much in advance
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way to split multiple parts of the cache in isolation for its own kind of queries? For example, one half serves queries according to Zipf's law with alpha = 1, and the other half Zipf's law with alpha = 0.8. The closest thing to this is SLRU, but in this policy the cache parts are not isolated.
Is it possible to serve several kinds of queries (as if from several users) to the cache system in general within the simulation?
Thank you very much in advance
The text was updated successfully, but these errors were encountered: