Can AppRocket Replicate Deletes?

4 views
Skip to first unread message

Waleed

unread,
Nov 15, 2009, 4:19:19 AM11/15/09
to AppRocket
I'm replicating from MySql to App Engine, and I want to make sure that
when I delete a record from mysql, that it also gets deleted from App
Engine. I believe the App Rocket doesn't do that right now. Any ideas
how to accomplish this best?

Kurt Daal

unread,
Nov 17, 2009, 12:09:17 AM11/17/09
to AppRocket
Yes, that is not currently supported. You may use some extra field,
for example isDeleted, as a flag and instead of deleting right away
just update this flag. To actually delete records, you could create a
custom batch job which periodically deletes flagged records on both
MySQL and Appengine sides.
Reply all
Reply to author
Forward
0 new messages