query¶
checksum¶
CHECKSUM TABLE db.tbl;
par¶
SELECT variable_value FROM information_schema.global_variables
WHERE variable_name IN ('slow_query_log','slow_query_log_file','long_query_time');
move records¶
wrap the insert and delete into one transaction to avoid data loss