It appears the minimum cost when creating a new entity is one put and one 
index write; this occurs when nothing is explicitly indexed in the entity.  

Even with nothing explicitly indexed in the entity, the entity name is 
always indexed.

The single index write is presumably for the negative index on the name, 
but many times you don't need the negative index.

Is there any way to avoid the index write when creating a new entity?

Or equivalently, could GAE not charge for the index write on the name of 
the entity?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to