I have two 2-property indexes on them, and I guess one single-property index on each property that comes with the datastore. Is it possible to remove those single-property indexes that I never use for lookups, and would that improve the Put performance?
On Thu, Jul 7, 2011 at 4:46 PM, Robert Kluin <[email protected]> wrote: > Hi Branko, > Do you have lots of indexed properties on that entity? Each index > write adds to the API time. > > Robert > > > On Thursday, July 7, 2011, Branko Vukelic <[email protected]> wrote: >> In a Python app (http://loveffee.appspot.com/), I have a one Put >> operation that takes 97ms (645ms API) according to appstats. Does this >> look excessive? The record consists of a small amount of data (in the >> area of 363 bytes / 41 records). >> >> -- >> Branko Vukelić >> [email protected] >> >> Lead Developer >> Herd Hound (tm) - Travel that doesn't bite >> www.herdhound.com >> >> Love coffee? You might love Loveffee, too. >> loveffee.appspot.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. >> >> > > -- > ------ > Robert Kluin > Ezox Systems, LLC > > -- > 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. > > -- Branko Vukelić [email protected] Lead Developer Herd Hound (tm) - Travel that doesn't bite www.herdhound.com Love coffee? You might love Loveffee, too. loveffee.appspot.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.
