Let's say I have 100,000 locations saved in the DB. And I make a radius query which returns 5 locations. Will I be charged for 100,000 document reads or 5? In the background do we download the unused results too?
Also while listening to a query result in real time, If a location changes which is out of bounds of my query, does that still count as a read?
Let's say I have 100,000 locations saved in the DB. And I make a radius query which returns 5 locations. Will I be charged for 100,000 document reads or 5? In the background do we download the unused results too?
Also while listening to a query result in real time, If a location changes which is out of bounds of my query, does that still count as a read?