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

Meter on query complexity in the OSO API #2115

Open
ryscheng opened this issue Sep 9, 2024 · 1 comment
Open

Meter on query complexity in the OSO API #2115

ryscheng opened this issue Sep 9, 2024 · 1 comment

Comments

@ryscheng
Copy link
Member

ryscheng commented Sep 9, 2024

What is it?

2 queries against the OSO API may not have the same cost on Clickhouse.
We should add some way to estimate query complexity

@ryscheng ryscheng added this to the [f] UX: Billing + Budgets milestone Sep 9, 2024
@ryscheng
Copy link
Member Author

ryscheng commented Sep 9, 2024

Clickhouse queries return back with the results:

"statistics": {
    "elapsed": 0.00252127,
    "rows_read": 10,
    "bytes_read": 1728
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant