7.3.30. logical_table_remove¶
7.3.30.2. Syntax¶
This command takes many parameters.
The required parameters are logical_table and shard_key:
logical_table_remove logical_table
shard_key
[min]
[min_border]
[max]
[max_border]
7.3.30.3. Usage¶
TODO
7.3.30.4. Parameters¶
This section describes parameters of logical_table_remove.
7.3.30.4.1. Required parameter¶
There are required parameters, logical_table and shard_key.
7.3.30.4.1.1. logical_table¶
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".
7.3.30.4.1.2. shard_key¶
Specifies column name which is treated as shared key in each parted table.
7.3.30.4.2. Optional parameters¶
There are optional parameters.
7.3.30.4.2.1. min¶
Specifies the min value of shard_key
7.3.30.4.2.2. min_border¶
Specifies whether the min value of borderline must be include or not.
Specify include or exclude as the value of this parameter.
7.3.30.4.2.3. max¶
Specifies the max value of shard_key.
7.3.30.4.2.4. max_border¶
Specifies whether the max value of borderline must be include or not.
Specify include or exclude as the value of this parameter.