欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 运维知识 > 数据库 >内容正文

数据库

MYSQL 8.0 OCP

发布时间:2023/12/10 数据库 49 豆豆
生活随笔 收集整理的这篇文章主要介绍了 MYSQL 8.0 OCP 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

各位好,今天分享mysql 8.0 ocp 后续试题。

本人会一直根据考试题目更新OCP原题,有需要的朋友,可以留言。

由于制作不易,有偿分享哈!

1、You are using the InnoDB engine and the innodb_file_per_table option is set. You delete a significant number of rows of a large table named FACTORY.INVENTORY.
Which command will reorganize the physical storage of table data and associated index data for the INVENTORY table, in order to reduce storage space and improve I/O efficiency?

A、CHECK TABLE FACTORY.INVENTORY

B、ANALYZE TABLE FACTORY.INVENTORY

C、OPTIMIZE TABLE FACTORY.INVENTORY

D、mysqlcheck -u root -p FACTORY.INVENTORY

E、mysqldump -u root -p FACTORY INVENTORY

本题选C。

2、The data in this instance transient;no backup or replication will be required.It is currently under performing.
The database size is static and including indexes is 19G
Total system memory is 32G
After profiling the system,you highlight these My

总结

以上是生活随笔为你收集整理的MYSQL 8.0 OCP的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。