How to find tables modified in the last hour in Android sqlite?
Answers
Answered by
3
There is a tool from Maatkit that can do quick checksums on tables. It is mk-table-checksum
You could probably lock the tables, run mk-table-checksum and store the checksums, then unlock the tables and then look at the values to see if you need to run mysqldump or not.
Similar questions