Undoing the 1.9.3 change helps. I was still have performance issues after
that, and Patrick Costello (GAE dev) advised me to try the following, which
totally fixed all dev perf problems: In
google.appengine.datastore.datastore_sqlite_stub, after the PRAGMA
statement in __Init, insert the following code, start dev_appserver once,
and then remove the code, and restart:
self.__connection.execute('DELETE FROM sqlite_stat1')
self.__connection.execute('ANALYZE sqlite_master')
On Thursday, May 15, 2014 10:02:11 AM UTC-4, bmurr wrote:
>
> Guess I should have searched the issues more carefully before posting:
>
>
> https://code.google.com/p/googleappengine/issues/detail?id=10845&q=stars%3A2&sort=-id&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.