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

Add metric for counting cached queries executed during a transaction #1394

Open
jasobrown-rs opened this issue Oct 18, 2024 · 0 comments
Open
Labels
first-issue Created by Linear-GitHub Sync Medium priority Created by Linear-GitHub Sync Proxying Created by Linear-GitHub Sync
Milestone

Comments

@jasobrown-rs
Copy link
Contributor

It can be difficult to know if/when a cached query is actually being used. Sometimes this is because the statement is only executed within a transaction (and thus readyset won't serve the query itself, but just proxy).

Thus, we should add a metric to the adapter to know if the query was executed during a transaction or not.

@jasobrown-rs jasobrown-rs added first-issue Created by Linear-GitHub Sync Proxying Created by Linear-GitHub Sync labels Oct 18, 2024
@jasobrown-rs jasobrown-rs added this to the v.48 milestone Oct 24, 2024
@jasobrown-rs jasobrown-rs added the Medium priority Created by Linear-GitHub Sync label Oct 24, 2024
@jasobrown-rs jasobrown-rs modified the milestones: v.48, v.49 Oct 28, 2024
@jasobrown-rs jasobrown-rs modified the milestones: v.49, v.50 Nov 4, 2024
@jasobrown-rs jasobrown-rs modified the milestones: v.50, v.51, v.52 Nov 11, 2024
@jasobrown-rs jasobrown-rs modified the milestones: v.52, v.53 Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-issue Created by Linear-GitHub Sync Medium priority Created by Linear-GitHub Sync Proxying Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant