1Z0-888日本語 無料問題集「Oracle MySQL 5.7 Database Administrator (1Z0-888日本語版)」
次の抜粋で、実行中のDBの構成ファイルがあります。
[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;
これにより、クエリの問題が解決します。ただし、後でDBインスタンスが再起動され、パフォーマンスの問題が戻ります。
このシナリオを最もよく説明しているのはどれですか?
[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;
これにより、クエリの問題が解決します。ただし、後でDBインスタンスが再起動され、パフォーマンスの問題が戻ります。
このシナリオを最もよく説明しているのはどれですか?
正解:A、C、D
解答を投票する