AIncreasing innodb_stats_persistent_sample_pages determines higher pages scanning speed, at the cost of increased memory usage.
BExecution plans based on transient index statistics improve precision when innodb_stats_persistent_sample_pages is increased.
CIndex statistics are calculated from pages buffered in the buffer pool for tables with InnoDB
Storage engine.
DSetting innodb_stats_auto_recalc=ON causes statistics to be updated automatically when a new index is created more than 10% of its rows.
EUpdating index statistics is an I/O expensive operation.
相关试题
-
Choose the best answer.Which statement is true about InnoDB persistent index statistics?
-
Choose the best answer.Which statement is true about MySQL Enterprise Transparent Data Encryption (T
-
Choose the best answer.Examine the command, which executes successfully: shell> mysqld --initial
-
Choose the best answer.MySQL Enterprise Monitor Query Analyzer is configured to monitor an instance
-
hell> mysqldump --no-create-info --all-databases --result-file=dump.sql Which statement is true?