> > thanks for the keys_only tip.
> > I removed ~30K records from the datastore, which used most of my daily
> > CPU quota. Is deleting meant to be this expensive?
>
> Yes; in the datastore deletes and puts are very expensive (since they
> need to alter all of your indexes), and reads are very cheap.  It's
> definitely designed for applications where reads far outnumber writes.

Ah OK - thought I must be doing something wrong to burn my quota so
easily.
To reduce CPU usage is it possible to delay rebuilding the index until
all the data is uploaded?
--~--~---------~--~----~------------~-------~--~----~
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-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