[MDEV-4299] Portable Tablespace Created: 2013-03-19 Updated: 2014-08-13 Resolved: 2014-08-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.13 |
| Type: | Task | Priority: | Major |
| Reporter: | Richard Bensley | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 6 |
| Labels: | innodb | ||
| Issue Links: |
|
||||||||
| Description |
|
Being able to flush, and transport tablespace in InnoDB (or XtraDB), would greatly decrease the downtime endured by creating/duplicating/rebuilding slave servers. |
| Comments |
| Comment by Richard Bensley [ 2013-03-19 ] | ||||
|
initial requirements would probably include:
MySQL 5.6, extends the FLUSH command with the following syntax:
As per: MySQL 5.6 Transportable Tablespace: Exporting and Importing Tables (XtraDB): | ||||
| Comment by VAROQUI Stephane [ 2013-03-19 ] | ||||
|
Portable tablespace should be available to purge partitioned tables as this is mostly where it make sens to use it. | ||||
| Comment by Jan Lindström (Inactive) [ 2014-08-13 ] | ||||
|
Tested with 10.0.x server and you can already export table from one server and import it to another. |