After analysis on the slow query log on a high-end OLTP service, the table identified in the slow
queries is:
What are the two most likely reasons for the slowness given this output?
A. Date should be a TIMESTAMP field for better performance.
B. The User field is too long for most names.
C. The engine type is not appropriate to the application use.
D. Using default values for DATETIME causes table scans.
E. No indexes are defined.
Answer: CE
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL