Which factors affect database performance?
The EXPLAIN command can be used to view the execution plan of SQL statements. In the execution plan, Type indicates the access method to the table. Which of the following is not a valid Type value?
Which command in GaussDB (for MySQL) is used to view server status information?
If read hit ratio is below 99%, lowering innodb_buffer_pool_size can improve cache hit rate.