Hi Neves,

I've wrote an implementation for clearing all the data on appengine server.
Please check it if you're interested in.

My project:
http://code.google.com/p/kay-framework/

clear_datastore implementation:
http://code.google.com/p/kay-framework/source/browse/kay/management/shell.py
(clear_datastore function)

In order to delete all of your entities, using threads and remote_api
could be one of the best way for now.

-- 
Takashi Matsuo
The father of kay framework



On Sat, Sep 19, 2009 at 9:55 AM, Neves <[email protected]> wrote:
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to