venerdì 22 aprile 2011

Delete lots of entities in google app engine datastore

How I solve the problem of deleting lots of entities in google app engine

There are different solutions to delete all the entities from the datastore:
  • Delete the application and create a new one
  • A servlet that on calls goes and delete a group of entities
  • Map Reduce
  • Remote api
  • Tasks and queue

Nessun commento: