how to fast copy a large innodb table

前端 未结 1 2017
暗喜
暗喜 2021-01-13 14:17

how to fast copy mysql innodb table size 8.4G?

相关标签:
1条回答
  • 2021-01-13 14:54

    the fast way is to copy the files but to do this in innodb engine you need to use

    Per-Table Tablespaces

    Using multiple tablespaces can be beneficial to users who want to move specific tables to separate physical disks or who wish to restore backups of single tables quickly without interrupting the use of other InnoDB tables.

    0 讨论(0)
提交回复
热议问题