yes, i have tried.
but i alway get timeouts.
and the amount is more than millions maybe
I uploading this data by bulk uploading for more than a day.

I think it is very important to be able delete a table in a single act
on the panel

On Dec 1, 3:05 pm, Tim Hoffman <[email protected]> wrote:
> Hi
>
> You will need to write a process to delete them, or if you can easily
> identify all the items (ie you know the keys or a repeated query will
> find the one to delete)
> you can just use the remote console.
>
> for instance in the console you could
>
> keys_to_delete = mymodel.all(keys_only=True).fetch(1000)
> db.delete(keys_to_delete)
>
> Keep doing this until theres none left, unless you have millions of
> entities this will go quickly
>
> T
>
> On Dec 1, 2:34 pm, ajaxer <[email protected]> wrote:
>
>
>
> > but there are thousands of instances in the Table.
>
> > it is impossible for me to manually delete all of them in a short time
> > and it is not very reliable to delete them through program.
>
> > and the site is open now.
> > some of the data i won't delete.
>
> > On Nov 28, 3:11 am, Jorge <[email protected]> wrote:
>
> > > In the production GAE, go to the Datastore/Data Viewer. Delete all the
> > > instances. In the development GAE, as far as I know the only way is
> > > rebuilding the application (Clean and Build in NetBeans, for
> > > instance), which will create a new dev datastore.
>
> > > Jorge Gonzalez
>
> > > On Nov 27, 1:29 am, ajaxer <[email protected]> wrote:
>
> > > > thanks.

--

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