Its already in the api

http://code.google.com/appengine/docs/python/datastore/propertyclass.html

Have a look at the constructor, it takes a keyword argument indexed=

T

On Feb 21, 3:37 am, notcourage <[email protected]> wrote:
> Apps often have properties which don't need indexing but the datastore
> creates two rows in the single property index tables per property
> value per entity--effectively the entity is stored three times. If the
> API allowed a property to be excluded from indexing, this overhead
> would be reduced.

-- 
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.

Reply via email to