当前位置:网站首页>Mysql OCP 30题
Mysql OCP 30题
2022-08-03 09:34:00 【51CTO】
You have a consistent InnoDB backup created with mysqldump, the largest table is 50 GB in size.
You start to restore your backup with this command;
shell> mysql –u root –p < backup.sql
After 30 minutes, you notice that the rate of restore seems to have slowed down. No other processes or external factors are affecting server performance.
Which is the most likely explanation for this slowdown?
A. The MySQL server has stopped inserting data to check index consistency.
B. InnoDB is doing CRC32 checks over the tablespace data as it grows.
C. The MySQL server is taking a periodical snapshot of data so it can resume the restore if it is interrupted mid-way.
D. InnoDB has filled the redo log and now must flush the pages.
E. Secondary indexes no longer fit into the buffer pool.
Answer: D
InnoDB将当前redo log写满了,必须其将脏页flush到磁盘
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL
边栏推荐
猜你喜欢
What are pseudo-classes and pseudo-elements?The difference between pseudo-classes and pseudo-elements
手把手教你如何自制目标检测框架(从理论到实现)
固件工程师到底是干什么?
多媒体数据处理实验1:算术编码
Redis cluster concept and construction
播放量暴涨2000w+,单日狂揽24w粉,内卷的搞笑赛道还有机会
redis实现分布式锁的原理
RSTP(端口角色+端口状态+工作机制)|||| 交换机接口分析
【LeetCode】112. Path sum
mysql 事务原理详解
随机推荐
Network LSTM both short-term and long-term memory
MySQL8重置root账户密码图文教程
【微信小程序】底部有安全距离,适配iphone X等机型的解决方案
【网络安全】Kail操作系统
Flink Yarn Per Job - 启动AM
10 minutes to get you started chrome (Google) browser plug-in development
索引(三)
flutter 应用 抓包
浅聊缓存函数
bihashSummary
scala 并行集合、并行并发、线程安全问题、ThreadLocal
cmd(命令行)操作或连接mysql数据库,以及创建数据库与表
Oracle 迁移至Mysql
阿里云·短信发送
015-平衡二叉树(一)
RSTP(端口角色+端口状态+工作机制)|||| 交换机接口分析
dflow入门2——Slices
ClickHouse 数据插入、更新与删除操作 SQL
Exception: Dataset not found. Solution
013-Binary tree