All Products
Search
Document Center

Lindorm:Manage table changes

Last Updated:Mar 28, 2026

Lindorm wide tables expose attributes — such as consistency level, data versions, TTL, and compression — that you may need to tune as your workload evolves. You can change these attributes on an existing table through the cluster management system without rebuilding the table.

Prerequisites

Before you begin, make sure you have:

Modifiable attributes

AttributeDefaultDescription
ConsistencyeventualConsistency level between the base table and index table. eventual: the two tables become consistent after a point in time. strong: the two tables are consistent at all times.
MutabilityControls how the index handles row mutations. Valid values: IMMUTABLE, IMMUTABLE_ROWS, MUTABLE_LATEST, MUTABLE_ALL. For details, see Secondary indexes.
Enable dynamic columnsSpecifies whether dynamic columns are enabled for the table. For details, see Dynamic columns.
modify version1Number of versions retained per column. Must be an integer greater than or equal to 1.
modify TTLTime to live (TTL) for data, in seconds. Set to -1 to retain data permanently.
modify compression typeNONECompression algorithm for table data. Supported algorithms: SNAPPY, ZSTD, and LZ4.
For the full list of table options and their semantics, see the "Table options" section in CREATE TABLE.

Modify a table attribute

  1. Log on to the cluster management system of Lindorm.

  2. In the left navigation pane, choose Data Manager > Table Alter Manager.

  3. From the Alter Type drop-down list, select the attribute to change.

  4. From the Namespace drop-down list, select the namespace, then select the table to modify.

  5. Specify the new attribute value, then click submit.

What's next