Hi Robert,

Thanks for your answer;
So if I understand correctly, this is what you do when writing an app
that needs some periodical database maintenance;

Say for example we have an e-commerce store and the shoppingcarts are
stored in BigTable. What I'd need to do cleaning up an abandoned
shoppingcart, is write a planned script (or execute on some trigger)
that will look for any shoppingcarts where the user has left the site,
say, more than a day ago and delete the corresponding objects. That's
do-able.

It's probably because coming from RDBMS development I'm used spending
quite some time in a database management tool to check if data is
correctly inserted/deleted/updated. That will take some getting used
to :)

Thanks again.

Erik


-- 
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