Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
SELECT and INSERT privileges.OPTIMIZE [NO_WRITE_TO_BINLOG | LOCAL]TABLE tbl_name [, tbl_name] ...
Parameter | Required | Description |
NO_WRITE_TO_BINLOG | Optional | Reserved keywords have no practical feature. |
LOCAL | Optional | Reserved keywords have no practical feature. |
tdsql> optimize table t1;+---------+----------+----------+----------+| Table | Op | Msg_type | Msg_text |+---------+----------+----------+----------+| test.t1 | optimize | status | OK |+---------+----------+----------+----------+1 row in set (0.01 sec)
피드백