When is it safe to assume that a fetch that returns less than LIMIT items has returned all matching items? (Clearly if a fetch returns LIMIT items, there may be more matching items.)
"returns" is important - I'm assuming that the fetch isn't running into cpu quotas. For example, is there a limit on the total size of a fetch result? (If the matching items are 990kbytes, 1000 items is almost a gigabyte.) However, I'm primarily interested in cases where total size isn't an issue. (My items are reasonably small and I'm specifying a limit that is significantly less than 1000.) Does the datastore ever just say "that's enough, if you really want more items, fetch again" before it reaches the specified limit? (Yes, I know how the LIMIT clause in the query interacts with the limit specified in the fetch itself.) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
