[译] 迁移 MySQL 的表到 Redis
MySQL Translate

[译] 迁移 MySQL 的表到 Redis

原文链接:https://www.mortensi.com/2021/12/migrate-a-mysql-table-to-redis/ 原文作者:Admin 在这篇文章中,我将列出一些从MySQL逻辑复制一张表到Redis的一些选项。我将使用经典的world数据库运行示例。 world数据库可以在这里下载 ,所以如果您想尝试这些示例,只需将它导入到您的MySQL实例中。 12345678...

2022-03-16 Read More
mysql 译文 redis
[译] 来自 Percona Support Team 的新年祝福!
MySQL Translate

[译] 来自 Percona Support Team 的新年祝福!

原文地址: https://www.percona.com/blog/percona-support-team-new-year-greetings/ 原文作者: Sveta Smirnova 译文 在Percona支持团队,我们每周花几个小时做这样的实验: 短期的集体项目,与工作任务没有直接关系。 我们最近一次的实验是关于即将为冬季假期做准备,或者说我们将准备圣诞树并装饰它。 为此,我们使...

2022-01-29 Read More
mysql percona 译文 sql
MySQL 监控项
MySQL

MySQL 监控项

从Server/Instance/Schema/SQL层层递进进行监控。 Server Uptime运行时间 who当前用户 process进程 CPU MEM DISK NETWORK 系统时间 系统时钟同步状态 Instance Schema SQL CRUD操作数量统计 查询操作数量 更新操作数量 插入操作数量 删除操作数量 提交操作数量 回滚操作数量 日志分析 Cluster...

2018-04-23 Read More
mysql monitor
细说pt-osc
Percona kit

细说pt-osc

Flow Usage Mark 使用OSC会使增加一倍的空间,包括索引而且在 Row Based Replication 下,还会写一份binlog。不要想当然使用 --set-vars 去设置 sql_log_bin=0,因为在这个session级别,alter语句也要在从库上执行,除非你对从库另有打算。 Reference pt-online-schema-change使用说明、限制与比较 ...

2018-04-23 Read More
mysql percona perl pt-osc
MySQL 日志
MySQL

MySQL 日志

MySQL Logs binary log error log slow log audit log Audit Log format 12[timestamp],[serverhost],[username],[host],[connectionid],[queryid],[operation],[database],[object],[retcode] Check Logs 1234567...

2018-04-23 Read More
mysql log