in order to do a quick performance test, I uploaded and tested a
little app creating around 2000 objects in the datastore, now I want
to remove them, ideally, without accessing the datastore viewer and
selecting page by page and pressing the "remove" button. Anybody knows
if it's possible to access some kind of "clear_datastore"
functionality via the web dashboard (I have not seen it) or via the
deployment client? I doubt it exists, but just in case...
Best,
Jose
Hi Canis,
thanks for the link, it looks like a pretty good research job
:) At first sight it looks like is not trivial to do it, and I think
that my way by using the bulkloader could be more or less the same
than doing it via REST api (which my app supports also). I'll take a
closer look to your article and I'll then decide what way to use...
obviously, not the one with the "clear datastore" button, since it
doesn't exist :)
thanks
Jose
Nice try ;) but datastore viewer complaints with limits like 1000 or 500 with:
"There were errors:
* Limit
",
it works with 100, but 200 gives a server error. I think the only way
would be bul/self-api way...
Thanks anyway!!!
Best,
Jose