Note
This command is an experimental feature.
New in version 5.0.0.
TODO: Write summary
The required parameters are logical_table and shard_key:
logical_range_filter
logical_table
shard_key
[min]
[min_border]
[max]
[max_border]
[order]
[filter]
[offset]
[output_columns]
Register sharding plugin to use logical_range_filter command in advance.
This section describes parameters of logical_range_filter.
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, LOGICAL_FILTERED]