The problem is that "Just delete all the entities of that kind" is very slow. I cant batch delete more then 300 records with a single db.delete ([...]).
On 18 set, 03:00, Takashi Matsuo <[email protected]> wrote: > Just delete all the entities of that kind. Datastore is schemaless, so > there is no declaration for any table/kind in datastore itself. > > -- > Takashi Matsuo > The father of kay framework > > > > On Fri, Sep 18, 2009 at 12:06 AM, tom <[email protected]> wrote: > > > hi,everyone~ > > i have create a table in gae database ,but when it created,i found > > that wrong,how to drop it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
