I just noticed that `SELECT file_id FROM file WHERE ref_id = '123'` shows `"rows_read": 2`. Does it

I just noticed that SELECT file_id FROM file WHERE ref_id = '123' shows "rows_read": 2. Does it mean that reading index is also counted as well as reading the data?
Was this page helpful?