Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Specification:
Support Local and Remote Clone for Innodb table(s) created with InnoDB Page Compression.
1. Creating table after setting the global default.
SET GLOBAL innodb_compression_default=ON;
|
2. Creating page compressed table explicitly.
... ENGINE=InnoDB PAGE_COMPRESSED=1;
|
Development Note:
1. Extract and transfer the page compression information. Need change in clone data descriptor for encryption, copy and apply.
2. Port mtr tests from MySQL and write .new one as necessary for coverage.
3. DB size must be verified after clone to make sure Page compression and punching holes are done by clone.
Attachments
Issue Links
- is blocked by
-
MDEV-36742 Clone: Support Remote Clone
-
- Open
-