Datastore statistics are refreshed automatically at least once a day

Do you mean you want to copy all data to new namespace just to unindex it? 
You don't have to do that, in python you just need to set indexed = false. 
eg 
age = db.IntegerProperty(indexed=False)

then use mapper api to retrieve all data and save again

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ojwxxNeHdw8J.
To post to this group, send email to google-appengine@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