最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

MySQL备份和同步时使用LVM_MySQL

来源:动视网 责编:小采 时间:2020-11-09 17:47:03
文档

MySQL备份和同步时使用LVM_MySQL

MySQL备份和同步时使用LVM_MySQL:If someone asks me about MySQL Backup advice my first question would be if they have LVM installed or have some systems with similar features set for other operation systems. Veritas File System can do it for Solaris. Most SAN systems would
推荐度:
导读MySQL备份和同步时使用LVM_MySQL:If someone asks me about MySQL Backup advice my first question would be if they have LVM installed or have some systems with similar features set for other operation systems. Veritas File System can do it for Solaris. Most SAN systems would


  If someone asks me about MySQL Backup advice my first question would be if they have LVM installed or have some systems with similar features set for other operation systems. Veritas File System can do it for Solaris. Most SAN systems would work as well.

  如果有人问我关于MySQL备份的建议,我会先问操作系统是否安装了LVM或者其他相似功能的软件。Solaris下的Veritas文件系统也可以做到同样的功能。大多数SAN系统也可以。

  What is really needed is ability to create atomic snapshot of the volume, which can be later mounted same as original file system

  Why snapshot based MySQL backups are great ?

  为什么基于MySQL快照的备份很好?

  There are number of reasons:

  原因如下几点:

  Almost Hot backup In most cases you can perform this type of backup while your application is running. No need to shut down server, make it read only or anything like it.

  几乎是热备 在大多数情况下,可以在应用程序仍在运行的时候执行备份。无需关机,只需设置为只读或者类似只读的限制。

  Support for all local disk based storage engines It works with MyISAM and Innodb and BDB, It also should work with Solid, PrimeXT and Falcon storage engines.

  支持所有基于本地磁盘的存储引擎 它支持MyISAM, Innodb, BDB,还支持 Solid, PrimeXT 和 Falcon。

  Fast Backup You simply do file copy in the binary form so it is hard to beat in speed.

  快速备份 只需拷贝二进制格式的文件,在速度方面无以匹敌。

  Low Overhead It is simply file copy so overhead to the server is minimal.

  低开销 只是文件拷贝,因此对服务器的开销很细微。

  Easy to Integrate Do you want to compress backup ? Backup it to tape, FTP or any network backup software - it is easy as you just need to copy files.

  容易保持完整性 想要压缩备份文件吗?把它们备份到磁带上,FTP或者网络备份软件 -- 十分简单,因为只需要拷贝文件即可。

  Fast Recovery Recovery time is as fast as putting data back and standard MySQL crash recovery, and it can be reduced even further. More on this later.

  快速恢复 恢复的时间和标准的MySQL崩溃恢复或数据拷贝回去那么快,甚至可能更快,将来会更快。

  Free No extra commercial tools as Innodb Hot Backup are required to perform backup.

  免费 无需额外的商业软件,只需Innodb热备工具来执行备份。

  Are there any downsides ?

文档

MySQL备份和同步时使用LVM_MySQL

MySQL备份和同步时使用LVM_MySQL:If someone asks me about MySQL Backup advice my first question would be if they have LVM installed or have some systems with similar features set for other operation systems. Veritas File System can do it for Solaris. Most SAN systems would
推荐度:
标签: 备份 mysql 备份与
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top