Consider the events_% tables in performance Schema.<br /> Which two methods will clear or reset the collected events in the tables?()<p> Consider the events_% tables in performance Schema.<br /> Which two methods will clear or reset the collected events in the tables?()</p>
A、A.Using DELETE statements, for example, DELETE FROM performance_schema.events_watis_current
B、B.Using the statement RESET PERFORMANCE CACHE
C、C.Using the statement FLUSH PERFORMANCE CACHE
D、D.Using TRUNCATE statements, for example, TRUNATE TABLE performance_schema.events_waits_current
E、E.Disabling and re-enabling all instruments
F、F.Restarting Mysql