What is the maximum limit of Google Appengine Ndb GQL queries?

I look back to get the answer, what is the maximum limit of the results that I can get from a GQL query on Ndb in Google AppEngine. I use an implementation with cursors, but it will be much faster if I immediately extract them.

+5
source share
2 answers

Basically, you no longer have the old limit of 1000 objects for each request, but consider using a reasonable limit, because you can catch a timeout error and it is better to get them in packets so that users do not wait for the load time.

+7
source

, , , . , , , , 10 , , , , , - - , - , ().

+9

All Articles