2021年2月18日

mysql 内存结构

摘要: mysql的内存结构由以下几部分构成: 1.buffer pool (data page,index page,change buffer page,adaptive hash index,lock info,data dictionary) 2.additional memory pool 3.d 阅读全文

posted @ 2021-02-18 15:39 从零开始662 阅读(412) 评论(0) 推荐(0)

2020年6月2日

xtrabackup官方文档

摘要: 功能 原理描述 备份步骤描述 1.xtrabackup first copies InnoDB data, runs the LOCK TABLES FOR BACKUP and then copies the MyISAM tables. Once this is done, the backup 阅读全文

posted @ 2020-06-02 17:13 从零开始662 阅读(569) 评论(0) 推荐(0)

2020年5月19日

mysql官方文档之group replication(18.3 Monitoring Group Replication)

摘要: 监控视图 SELECT * FROM performance_schema.replication_group_members; SELECT * FROM performance_schema.replication_group_member_stats\G 阅读全文

posted @ 2020-05-19 13:42 从零开始662 阅读(129) 评论(0) 推荐(0)

导航