Thanks - this is what I was expecting/hoping. It would be nice to have finer-grained control over indexing... ie just ascending index, or no single-property indexes required for composite index.
Jeff On Thu, Sep 15, 2011 at 12:23 PM, Jason Collins <[email protected]> wrote: > Hi Jeff, > > A post from Alfred Fuller on this thread: > http://groups.google.com/group/google-appengine/browse_thread/thread/9a39d2a9058e7ea5/d8d3a2bfa2c6b8aa?lnk=gst > suggests, no, you don't pay unless the indexes have changed. > > Though note that you pay "double" for those that have changed: the old > must be deleted, and the new must be written. > > j > > On Sep 15, 11:43 am, Jeff Schnitzer <[email protected]> wrote: >> In a related question, if we get() + put() an existing entity with >> indexed fields, and those field values have not changed, are we >> charged for updating the indexes again? >> >> Jeff >> >> On Thu, Sep 15, 2011 at 10:33 AM, Ikai Lan (Google) <[email protected]> >> wrote: >> >> >> >> >> >> >> >> > They cost the same. >> > The new SDK should show you how many datastore ops things are taking: >> >http://www.iclarified.com/entry/index.php?enid=2984 >> > -- >> > Ikai Lan >> > Developer Programs Engineer, Google App Engine >> > plus.ikailan.com | twitter.com/ikai >> >> > On Tue, Sep 13, 2011 at 4:54 PM, Bendanpa <[email protected]> wrote: >> >> >> My case is unindexed. I also want to know if it matters with the size of >> >> the list. Anyone please help >> >> >> Thanks, >> >> Bendanpa >> >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> >> "Google App Engine" group. >> >> To view this discussion on the web visit >> >>https://groups.google.com/d/msg/google-appengine/-/h7UGRA4hVG4J. >> >> 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. >> >> > -- >> > 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. > > -- > 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. > > -- 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.
