groonga - An open-source fulltext search engine and column store.

7.3.25. logical_table_remove

7.3.25.1. Summary

Note

This command is an experimental feature.

New in version 5.0.5.

TODO

7.3.25.2. Syntax

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]

7.3.25.3. Usage

TODO

7.3.25.4. Parameters

This section describes parameters of logical_table_remove.

7.3.25.4.1. Required parameter

There are required parameters, logical_table and shard_key.

7.3.25.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.25.4.1.2. shard_key

Specifies column name which is treated as shared key in each parted table.

7.3.25.4.2. Optional parameters

There are optional parameters.

7.3.25.4.2.1. min

Specifies the min value of shard_key

7.3.25.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.25.4.2.3. max

Specifies the max value of shard_key.

7.3.25.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.

7.3.25.5. Return value

[HEADER, true]