You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support various metrics to help inform datafusion's explain analyze:
Scan - How many bytes were read from disk? How many rows were produced?
Take - How many rows were taken?
Vector search - How many vectors were compared? How many rows matched the prefilter?
Scalar index search - How many rows matched the prefilter exactly? at most?
And so on
The text was updated successfully, but these errors were encountered:
We should support various metrics to help inform datafusion's explain analyze:
Scan - How many bytes were read from disk? How many rows were produced?
Take - How many rows were taken?
Vector search - How many vectors were compared? How many rows matched the prefilter?
Scalar index search - How many rows matched the prefilter exactly? at most?
And so on
The text was updated successfully, but these errors were encountered: