Showing posts with label discard partition. Show all posts
Showing posts with label discard partition. Show all posts

Transportable Tablespaces 5.7

In MySQL 5.7 transportable tablespaces works at a partition level:
alter table <table> discard partition <partition> tablespace;
alter table <table> import partition <partition> tablespace;