On Sun, Aug 2, 2009 at 9:07 AM, Alexander Trakhimenok<[email protected]> wrote: > > Every index keeps a full copy of each entry. > > So to count storage space roughly you take entry size multiply by > (number of index +1) and add may be 10%. > > it's well described in docs.
Not correct - indexes do not store the entire entity, just the contents of the indexed fields and the key of the entity. -Nick Johnson > -- > Alex > > On Aug 2, 12:49 am, Kyle Jensen <[email protected]> wrote: >> Hi, >> >> I 'put' a few thousand highly indexed entities into the datastore >> yesterday and I felt like they used up a lot of my 'storage quota' >> even though the entities had few properties >> >> Do highly indexed entities take up more storage space? >> >> Thanks! Kyle > > > -- Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
