.alter-merge table merge policy

Change a table's merge policy. The merge policy defines if and how Extents (Data Shards) in the cluster should get merged.

Syntax

.alter-merge table TableName policy merge PolicyObject

Arguments

TableName - Specify the name of the table. PolicyObject - Define a policy object, see also merge policy.

Example

Change a single property of the policy at the table level, retaining all other properties as before:

.alter-merge table [table_name] policy merge ```
{
    "MaxRangeInHours": 24
}```