Hey, quick question. When I do a simple select in a table with 100 rows using some constraints (let'

Hey, quick question. When I do a simple select in a table with 100 rows using some constraints (let's say some column is > than a number) which satisfy only 5 rows, why does it say
rows_read: 100
(aka I get 100 billed rows)? Is it intended or is it a bug? Thanks
Was this page helpful?