Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Being able to flush, and transport tablespace in InnoDB (or XtraDB), would greatly decrease the downtime endured by creating/duplicating/rebuilding slave servers.
Attachments
Issue Links
- relates to
-
MDEV-515 innodb bulk insert
-
- Closed
-
initial requirements would probably include:
[mysqld]
innodb_file_per_table = ON
innodb_file_format = Barracuda
MySQL 5.6, extends the FLUSH command with the following syntax:
As per:
http://dev.mysql.com/doc/refman/5.6/en/flush.html
MySQL 5.6 Transportable Tablespace:
http://dev.mysql.com/doc/refman/5.6/en/tablespace-copying.html
Exporting and Importing Tables (XtraDB):
http://www.percona.com/doc/percona-xtrabackup/xtrabackup_bin/exporting_importing_tables.html