码迷,mamicode.com
首页 > 数据库 > 详细

mysqldump 内存消耗

时间:2020-03-28 23:49:31      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:backup   tab   for   tle   dash   enabled   buffer   ram   rman   

 

MySQL :: MySQL 8.0 Reference Manual :: 4.5.4 mysqldump — A Database Backup Program https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#mysqldump-performance

mysqldump can retrieve and dump table contents row by row, or it can retrieve the entire content from a table and buffer it in memory before dumping it. Buffering in memory can be a problem if you are dumping large tables. To dump tables row by row, use the --quick option (or --opt, which enables --quick). The --optoption (and hence --quick) is enabled by default, so to enable memory buffering, use --skip-quick.

 

mysqldump 内存消耗

标签:backup   tab   for   tle   dash   enabled   buffer   ram   rman   

原文地址:https://www.cnblogs.com/yuanjiangw/p/12590081.html

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