--
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 google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a57fc329-6aca-4db5-9c55-5650809374fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello Kuba,
You can delete entities in bulk from Cloud Datastore using Cloud Dataflow[1] which is a managed service for developing and executing data processing workflows. Please look at this section[2] for best practices for deletion from Cloud Datastore.
[1]https://cloud.google.com/datastore/docs/bulk-delete
[2]https://cloud.google.com/datastore/docs/best-practices#deletions
Thank you for your answer. That clarifies a lot. But beside costs how I can do this, let say in one day (expensive option)? I prefer python.
W dniu pon., 26.11.2018 o 20:28 Vitaly Bogomolov <vit...68@gmail.com> napisał(a):
Hi Kuba.--Free quota per day for entity deletes is 20K records. So for free you will deletes data for 80K daysOr you can delete this data in one day and will be charged $1.6K ($0.02 for every 20K deletes over quota) + additional costs for running instanses.WBR, Vitaly.
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 google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Hello Kuba,
As I can see from the link [1] Mohammad shared, it provided the steps on how to setup the Cloud Dataflow to create a job to delete entities in bulk. I can see you are on the right track already. After selecting the ‘Datastore to Datastore Delete’ , you need to put that query if ‘Transaction’ is your entity name. You can monitor the progress using Cloud Dataflow Monitoring Interface. For more details regarding this , please check this link [2].
[1] https://cloud.google.com/datastore/docs/bulk-delete#deleting_entities_in_bulk
[2] https://cloud.google.com/dataflow/docs/guides/using-monitoring-intf