Jonathan Clark
Posts: 0
Joined: Thu Mar 14, 2013 5:25 pm

Regarding database use limits?

Quick question. I understand that any time I get information from the database that is counted as a request. Just curious if a request to the database that results in no data being returned also counts as a request.

example: I request all items from a collection that have been posted in the past hour and there no records that match that criteria. Does this still count against my total?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Regarding database use limits?

Yes, that would also count as a request. We are not counting the data returned, but the number of API calls.

Return to “Issues”