-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Investigate in-memory caching of blocks #4557
Comments
Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it. |
@lutter is this still valid? |
Honestly, I am not sure where this ended up; the block cache shards still seem to experience high IO load though. Maybe @neysofu remembers the details of what still needed to be done? |
Not really, I'm afraid. The high IO load came from a different set of queries after the deployment, that much I remember – which probably means some problematic queries were optimized away but not nearly enough to reduce the IO load. We never started an actual follow-up investigation beyond that. |
OK - closing for now, and we can revisit if this surfaces again |
Bug report
We recently added a way to cache blocks in memory (#4215) though it looks like that did not have the desired effect. We also added metrics (#4440 ) to better understand how that cache works.
We need to figure out why this cache isn't effective. The underlying issue that needs to be addressed is that reading from the block cache in the database can require a lot of IO bandwidth, and we need to reduce that.
The text was updated successfully, but these errors were encountered: