10000 Tags · alibaba/AliSQLBackup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alibaba/AliSQLBackup

Tags

AliSQLBackup-2.3.5-1

Toggle AliSQLBackup-2.3.5-1's commit message
Support AliSQL TokuDB tables online full backup

This backup strategy depends heavily on tokudb_checkpoint_lock of TokuDB
SE, and can be summarized as:

1. take TokuDB checkpoint lock
2. FTWRL to get a consistent point of all storage engines
3. copy TokuDB redo logs to backup dir(after copyied .MYD, .MYI, .frm, etc.)
4. UNLOCK TABLES
5. copy TokuDB data files to backup dir
6. release TokuDB checkpoint lock
0