oso icon indicating copy to clipboard operation
oso copied to clipboard

Meter on query complexity in the OSO API

Open ryscheng opened this issue 1 year ago • 1 comments

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 avatar Sep 09 '24 20:09 ryscheng

Clickhouse queries return back with the results:

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

ryscheng avatar Sep 09 '24 20:09 ryscheng