Oh and does anyone know if the 500 mb in the quota usage is the 140mb of
data replicated redundantly? I'm trying to figure out where that is coming
from.

Or is it that the 108mb of metadata is *not* the primary indexes?

On Mon, Jun 28, 2010 at 12:47 PM, Nate Bauernfeind <
nate.bauernfe...@gmail.com> wrote:

> Is it possible to force it to make only the Ascending index and not the
> reverse too? I would like to be able to lookup the id by name, but I will
> never need reverse order.
>
>
> On Mon, Jun 28, 2010 at 12:28 PM, Darien Caldwell <
> darien.caldw...@gmail.com> wrote:
>
>> The reason for the ballooning is, by default two indexes are created
>> for every property in your Entity model. All of these indexes add
>> quite a bit to the necessary storage space. If you have any properties
>> in your model that don't require an index, it's a good idea to specify
>> indexed=False for that property in the model.
>>
>> More info here:
>> http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html
>>
>> Bulk uploading does take time, especially for so many entities, but
>> hopefully it's something you only have to do once.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To post to this group, send email to google-appeng...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
>> .
>> 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to