Your correct so far the entity limit is 1M. I've heard talk into looking into moving limit but haven't seen anything yet.
http://code.google.com/appengine/docs/java/datastore/overview.html#Quotas_and_Limits What I do when I hit the limit is shard the data into multiple entities, and/or I use the datastore. Brandon Donnelson http://gwt-examples.googlecode.com -- 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.
