On Tue, Oct 20, 2009 at 3:11 PM, Michael <[email protected]> wrote: > > Is it possible to disable automatic indexes (on a single field), > without disabling composite indexes? >
No. -Nick Johnson > > On Oct 20, 3:43 pm, "Nick Johnson (Google)" <[email protected]> > wrote: > > Hi, > > The difference you're seeing is due to indexing overhead. Removing > composite > > indexes and setting fields as indexed=False will substantially reduce > your > > index consumption. > > > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
