Today I figured out that I had tens of millions of "rows read" per day - using a table of only 30k r

Today I figured out that I had tens of millions of "rows read" per day - using a table of only 30k records. Turns out most of them were due to using "json_each()" on a JSON array. Would those "virtual rows" count against that quota, too? I'm a bit surprised, as I'm still on the free plan, with a limit of 5M rows read per day. Yet I haven't been billed anything yet.
Was this page helpful?