码迷,mamicode.com
首页 > 其他好文 > 详细

Physical (Raw) Versus Logical Backups

时间:2017-08-24 10:45:05      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:state   represent   cal   bsp   参考   for   strong   dev   values   

Physical (Raw) Versus Logical Backups

  Physical backups consist of raw copies of the directories and files that store database contents. This type of backup is suitable for large, important databases that need to be recovered quickly when problems occur.

  Logical backups save information represented as logical database structure (CREATE DATABASECREATE TABLE statements) and content (INSERT statements or delimited-text files). This type of backup is suitable for smaller amounts of data where you might edit the data values or table structure, or recreate the data on a different machine architecture.

  

参考:https://dev.mysql.com/doc/refman/5.7/en/backup-types.html

Physical (Raw) Versus Logical Backups

标签:state   represent   cal   bsp   参考   for   strong   dev   values   

原文地址:http://www.cnblogs.com/tekkaman/p/7421105.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!