Hi. What does a request mean?

Hi. What does a request mean? Is it the number of records returned or. the actual request itself? If I issue a SQL statement to a MySQL database that returns 50,000 rows, is that 50,000 requests or 1? Sorry, I just wanna make sure. Also, do you offer caching? For example, if I issue the same SQL command in succession, does that consist of 2 physical set of reads? Thanks!

Archee
Archee
Verified Purchaser
| Deals Bought: 4 | Member Since:
    dylanroy
    | Member Since:

    So the 50k limit is on requests to fresh data no matter how many rows. If you use a saved query it will not count against your limit. I don't currently enforce the limits right now, unless I see something completely crazy, but you are signing up for the 50k limit once they are enforced. This will likely happen along side me offering the ability to stack.