当前位置:网站首页>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
边栏推荐
猜你喜欢
STP生成树(端口状态+端口角色+收敛机制 )|||| STP优化技术( uplinkfast技术+Portfast技术+backbonefast技术 )详解
MySQL——几种常见的嵌套查询
LINGO 18.0 software installation package download and installation tutorial
Rabbit and Falcon are all covered, Go lang1.18 introductory and refined tutorial, from Bai Ding to Hongru, the whole platform (Sublime 4) Go lang development environment to build EP00
【网络安全】Kail操作系统
Flink Yarn Per Job - Submit application
dflow部署简记
播放量暴涨2000w+,单日狂揽24w粉,内卷的搞笑赛道还有机会
超详细的Asp.net使用SSL双向认证,一篇就够了
Redis和Mysql数据同步的两种方案
随机推荐
SAP Analytics Cloud 和 SAP Cloud for Customer 两款 SaaS 软件的集成
播放量暴涨2000w+,单日狂揽24w粉,内卷的搞笑赛道还有机会
Scala parallel collections, parallel concurrency, thread safety issues, ThreadLocal
Batch PNG format can be converted to JPG format
【LeetCode】zj面试-把字符串转换成整数
015-平衡二叉树(一)
手把手教你如何自制目标检测框架(从理论到实现)
ORA-06512 数字或值错误字符串缓冲区太小
MySQL 主从切换步骤
selenium IDE的3种下载安装方式
dflow入门5——Big step & Big parameter
好用的插件
Go操作Redis数据库
The display of the article list and the basics of creating articles and article details
015-Balanced binary tree (1)
Machine learning (formula derivation and code implementation)--sklearn machine learning library
pytorch安装错误
面试突击71:GET 和 POST 有什么区别?
php中去重二维数组
cnpm安装步骤