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的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: mysql安装im,mysql安装记录
- 下一篇: php-5.6.2-Win32-VC11