Hi all in the doc , section "Quotas and Limits" i found "maximum size of a datastore API call response"= 1 MB what does this mean? does it mean that the query result cannot exceed 1 MB , so what about the rest of the result, does the JDO layer take care of this and handle it transparently or what? do i have to calculate anything for my queries or repeat them or page them to cope with this limitation? How exactly this limitation affects my code? another question as of release 1.3.2 the 1000 limitation of query result were gone... so if i want to get the entities from 1500 to 1520 is using the traditional way (in JDO, using the query.range(begin,limit)) uses cursors or do i have to use the cursor api as described in the docs is the default way (without cursors) still get all the results and drop the first 1500 thanks in advance Joe
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
