A created task will expire in 15 days. Once the task expires, the system automatically retrieves and deletes the changes in DAS.
When reading logs, the system initiates binlog parsing and stores log changes for filtering and displaying data.
Changing a record (primary key) three consecutive times (for example, 1->2->3->4) equals the change of 1 to 4 (1->4).
Generate event rollback SQL statements: generates SQL statements with reverse changes based on the images before and after data change.
Obtain the original data before changes: generates rollback tables and insert statements by mirroring before data change.
Changes (such as insert->delete, delete->insert, update->update) on the same record will be combined or canceled. Therefore, the generated file may have no rollback SQL statements or original data.