logical_table_remove command has six parameters.
The required parameters are logical_table and shard_key:
logical_table_remove logical_table
shard_key
[min]
[min_border]
[max]
[max_border]
TODO
This section describes parameters of logical_table_remove.
There are required parameters, logical_table and shard_key.
Specifies logical table name. It means table name without "_YYYYMMDD" postfix. If you use actual table such as "Logs_20150203", "Logs_20150203" and so on, logical table name is "Logs".
Specifies column name which is treated as shared key in each parted table.
There are optional parameters.
Specifies the min value of shard_key
Specifies whether the min value of borderline must be include or not. Specify include or exclude as the value of this parameter.
Specifies the max value of shard_key.
Specifies whether the max value of borderline must be include or not. Specify include or exclude as the value of this parameter.
[HEADER, true]