Skip to content
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

Include a mode for cache metrics. #796

Merged
merged 3 commits into from
Feb 18, 2025
Merged

Conversation

rkuris
Copy link
Collaborator

@rkuris rkuris commented Feb 18, 2025

There are three modes, 'read' which is for immutable nodestores, 'write' which is for mutable ones, and 'open' which happens during opening of a database and is going to be a miss.

From an end-user POV, these cache stats will correlate to read operations on committed revisions and reads that happen during proposals.

There are three modes, 'read' which is for immutable nodestores, 'write' which is for mutable ones, and 'open' which happens during opening of a database and is going to be a miss.

From an end-user POV, these cache stats will correlate to read operations on committed revisions and reads that happen during proposals.
@rkuris rkuris self-assigned this Feb 18, 2025
@rkuris rkuris enabled auto-merge (squash) February 18, 2025 18:37
@rkuris rkuris merged commit 13602da into main Feb 18, 2025
5 checks passed
@rkuris rkuris deleted the rkuris/separate_counts_for_read_write branch February 18, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants