当前位置:网站首页>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
边栏推荐
猜你喜欢
Go操作Redis数据库
基于百度AI和QT的景物识别系统
兔起鹘落全端涵盖,Go lang1.18入门精炼教程,由白丁入鸿儒,全平台(Sublime 4)Go lang开发环境搭建EP00
qt使用mysql数据库(自学笔记)
RSTP(端口角色+端口状态+工作机制)|||| 交换机接口分析
chrome F12 network 保留之前请求信息
批量将PNG格式转化为JPG格式
pytorch安装错误
MySQL-TCL语言-transaction control language事务控制语言
110 MySQL interview questions and answers (continuous updates)
随机推荐
oracle ASM磁盘空间的查看
深度学习之 10 卷积神经网络1
gpnmb+ gpnmb-AT2 cell idling mapping Epithelial cell idling mapping
015-Balanced binary tree (1)
使用 Scrapy 框架对重复的 url 无法获取数据,dont_filter=True
Oracle数据库表空间整理回收与释放操作
SQL每日一练(牛客新题库)——第5天:高级查询
【字节面试】word2vector输出多少个类别
【微信小程序】底部有安全距离,适配iphone X等机型的解决方案
阿里云·短信发送
dflow入门1——HelloWorld!
SQL试题
超详细的Asp.net使用SSL双向认证,一篇就够了
Scala parallel collections, parallel concurrency, thread safety issues, ThreadLocal
STP生成树选举结果查看及验证
Validate floating point input
力扣递归训练
cmd(命令行)操作或连接mysql数据库,以及创建数据库与表
selenium IDE的3种下载安装方式
chrome F12 network 保留之前请求信息