You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Ack! I have 4 million records for an entity type i tried to delete
using the datastore admin. It's kinda going nuts though and has
already burned through 40 million datastore writes! O_o Is there
anyway to stop it or am I just boned and have to pay whatever hundreds
of dollars this racks up to?
blackpawn
unread,
Jan 2, 2012, 1:09:15 AM1/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Ah I found it listed at /_ah/mapreduce so I can abort it. Yikes,
rapidly burned through $90 of datastore writes and didn't even
finish. I expected a bulk delete wouldn't use any more than the # of
objects and hopefully be even far less, oh well. : /
Simon Knott
unread,
Jan 2, 2012, 5:41:15 AM1/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
It has to delete all property and composite index values for each entity as well though.