Is it possible to disable automatic indexes (on a single field), without disabling composite indexes?
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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
