[google-appengine] Re: Do highly indexed entities take up more storage space?

2009-08-02 Thread Nick Johnson (Google)
On Sun, Aug 2, 2009 at 9:07 AM, Alexander Trakhimenok 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 en

[google-appengine] Re: Do highly indexed entities take up more storage space?

2009-08-02 Thread Alexander Trakhimenok
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. -- Alex On Aug 2, 12:49 am, Kyle Jensen wrote: > Hi, > > I 'put' a few thousand highly indexed entities into the

[google-appengine] Re: Do highly indexed entities take up more storage space?

2009-08-01 Thread 风笑雪
Of course they do, every index takes up some space. 2009/8/2 Kyle Jensen > > 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