Oracle MySQL 5.7 Database Administrator 1z0-888 Question # 1 Topic 1 Discussion

Oracle MySQL 5.7 Database Administrator 1z0-888 Question # 1 Topic 1 Discussion

1z0-888 Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

You have a config file for a running DB with this excerpt:

[mysqld]

tmp_table_size=16M

sort_buffer_size=256k

To address a query performance problem of connecting to the DB from an application on another host, you log in and make these changes to the DB:

mysql> SET GLOBAL tmp_table_size=32000000;

mysql> SET sort_buffer_size=2000000;

This solves the problem with your queries. However, later the DB instance is restarted and the performance problem returns.

Which three best describe this scenario?


A.

Global variables are not persistent across server restarts.


B.

Session variables are not persistent across server restarts.


C.

The query benefited from sort_buffer_size increase.


D.

sort_buffer_size should match tmp_table_size to be optimal.


E.

The query benefited from tmp_table_size increase.


F.

The query benefited from sort_buffer_size and tmp_table_size increases.


Get Premium 1z0-888 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.