【系统运维】磁盘IO性能测试工具fio使用教程
606
2021-06-02
应用场景:
对某张表进行备份并存放于数据库内,方便查询校验
备份方法:
· 创建新表并复制数据
create table new_table select * from old_table
create table c_trip_partner_20210602 select * from c_trip_partner
· 直接复制数据到已有表
insert into new_table select * from old_table
insert into c_trip_partner_20210602 select * from c_trip_partner
发表评论
暂时没有评论,来抢沙发吧~