Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含大量数据的表......数以百万计的行。我打算复制这张桌子。我可以只在原始表上没有副本的索引,以便在原始表中插入会很快。
是的,这是可能的。您甚至可以更改复制表的底层引擎(常见的场景是将 InnoDB 表复制到另一台服务器,将引擎更改为 MyISAM 并将全文索引添加到相应的表列)。