I don't believe indexes do anything in the local development stub. That's exactly what it is: a stub. You are probably better off testing performance of 12k entities on a staging instance of your applicaiton.
-- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Thu, Oct 28, 2010 at 10:44 PM, 风笑雪 <[email protected]> wrote: > Hi, today I imported about 12k entities into the local datastore of my > dev server, I found it's slow to load any page(eg: homepage with 10 > datastore request takes about 2 seconds). > > So I switch to use sqlite3, when I done everything, I found I need to > wait about 157 seconds to open my homepage, I could't believe it would > spent more than 2 minutes! > > I didn't change any model definition or entity value, do I need > manually add some indexes? > > Thank you. > > ---------- > keakon > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
