Huawei H13-921_V1.5 - HCIP-GaussDB-OLTP V1.5
An e-commerce platform is experiencing a surge in users and needs a database architecture with optimal parallel processing and scalability. Which architecture should be enabled?
What is the output of the following SQL statement?
SELECT JSON_EXTRACT(10, 20, [30, 40], "$$"$$11);
Which of the following are common SQL tuning practices?
Which statements about session killing in a database are correct?
In DRS, backup migration means reading local backup files and restoring to target DB.
Which statements about GaussDB (for MySQL)'s high reliability and scalability are correct?
User sessions correspond to user connection threads — one session equals one connection thread.
The frequency of flushing logs from the buffer to disk is related to the parameter innodb_flush_log_at_trx_commit. Which value means "write log buffer data to log file and flush to disk every second"?
In GaussDB (for MySQL), roles cannot log in but can execute SQL statements.
In execution plans, the id indicates SELECT sequence number. Larger IDs execute first; same IDs execute top to bottom.