Skip to content

Inquiry About Read Cache Workload Testing Practices #3687

Answered by waynexia
PsiACE asked this question in Q&A
Discussion options

You must be logged in to vote

To be honest, read cache at present is quite naïve compared to other maturation systems. We've implemented a layered cache on file using a local disk, some memory cache for file pages, internal structures and metadata. And most of them are simple capacity-bounded LRU. Don't know if this answers your curiosity, and please ask any details you are still interested.

I'm also looking for workload patterns that will clearly demonstrate the impact of Read Cache on performance within these metrics.

To my understanding, methods like counting miss/hit times can give real-time insight into how a cache works. For benchmarking whose workload is simpler and easy to reproduce, run it twice with and wi…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PsiACE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants