The entities are small in terms of bytes but each has about 80 indexed
properties and there are about 300" exception.  It seems to happen
after I get a message like "persisted datastore in 22058 ms"


On Sep 22, 4:58 pm, Toby Reyelts <to...@google.com> wrote:
> 1) What size entities are you saving to the datastore?
>
> 2) Can you see if increasing your heap space helps? If you're running from
> the command line, use:
> --jvm_flag=-Xmx1G
>
> If you're using the Eclipse plugin, you can just set -Xmx1G in the launch
> config.
>
> 3) If that doesn't help, can you post a sample app that reproduces the
> problem?
>
>
>
> On Tue, Sep 22, 2009 at 6:36 AM, jd <jdpatter...@gmail.com> wrote:
>
> > Hi,
>
> > I am testing my app locally and finding that storing entities is very
> > slow.  I have less than 500 entities of and the time to persist the
> > datastore seems to be increasing:
>
> > INFO: Time to persist datastore: 43293 ms
>
> > Then occasionally I get an exception:
>
> > Caused by:
> > com.google.appengine.api.datastore.DatastoreFailureException: handle
> > 104 not found
> >        at
> > com.google.appengine.api.datastore.DatastoreApiHelper.translateError
> > (DatastoreApiHelper.java:42)
> >        at
> > com.google.appengine.api.datastore.DatastoreApiHelper.makeSyncCall
> > (DatastoreApiHelper.java:56)
>
> > Many fields are indexed.  My local_db.bin file is about 1.5 MB
>
> > Is this simply a limitation of the local datastore?
>
> > Thanks,
>
> > John
--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to