All Products
Search
Document Center

Lindorm:Overview

Last Updated:Mar 28, 2026

The Overview page in the cluster management system lists all tables in the LindormTable of a Lindorm instance. For each table, the page shows the table size, shard count, data preview, table schema, and throttling information. Use this page to create tables, inspect table details, and move tables between groups.

Prerequisites

Before you begin, ensure that you have:

Create a table

LindormTable supports two table types: SQL tables and HBase tables.

Create a SQL table

  1. Click Create SQL Table.

  2. In the panel that appears, configure the following parameters.

    ParameterRequiredDescription
    NamespaceYesThe namespace to which the table belongs.
    Table nameYesThe name of the table.
    Max versionsNoThe number of data versions to retain.
    TTLNoThe time-to-live (TTL) of data. Data that exceeds the TTL is automatically deleted. TTL must be specified for tables created in the cluster management system.
    TTLUnitNoThe unit of the TTL. Valid values: DAYS, HOURS, MINUTES.
    Compression typeNoThe compression algorithm. Options: LZO, SNAPPY, ZSTD, LZ4, NONE. NONE disables compression.
    Start keyNoThe start key of the partition.
    End keyNoThe end key of the partition.
    Number RegionsNoThe number of partitions.
    Primary keyYesClick Add A Row Of Data to add a primary key column. Specify the column name, data type (see Basic data types), and sorting method (ASC or DESC). Click Save.
    Non-primary keyYesThe non-primary key columns. Specify the name and data type for each column.
    To permanently retain data, you can change the value of the TTL parameter to -1 using change management. For more information, see Change management.
  3. Click OK.

Create an HBase table

  1. Click Create HBase Table.

  2. In the panel that appears, configure the following parameters.

    ParameterRequiredDescription
    NamespaceYesThe namespace to which the table belongs.
    Table nameYesThe name of the table.
  3. In the Column Family Information section, click Add a Row of Data and configure the following parameters.

    To permanently retain data, you can change the value of the TTL parameter to -1 using change management. For more information, see Change management.
    ParameterRequiredDescription
    Column family nameYesThe name of the column family.
    Max versionsNoThe number of data versions to retain.
    TTLNoThe time-to-live (TTL) of data. Data that exceeds the TTL is automatically deleted. TTL must be specified for tables created in the cluster management system.
    TTLUnitNoThe unit of the TTL. Valid values: DAYS, HOURS, MINUTES.
    Compression typeNoThe compression algorithm. Options: LZO, SNAPPY, ZSTD, LZ4, NONE. NONE disables compression.
    Encoding typeNoThe data encoding algorithm. Options: NONE, DIFF, INDEX. NONE disables encoding.
  4. Optional: In the Pre-partition section, enter partition keys for pre-partitioning. Separate multiple partition keys with a comma (,).

  5. Click OK.

View table details

  1. On the Overview page, filter tables by IDC, group, namespace, or table name. Click Query to load the results.

    Click the 筛选 icon in the upper-right corner of the table to select which columns to display.
  2. Click the name of a table to view its details. The details page contains the following sections.

    SectionContent
    Current details tableThe name of the table.
    Table schema informationColumn names, data types, primary key designation, and column sorting method.
    Index informationSecondary index name, status, build progress, and index type.
    Shard informationThe shard to which the table belongs, the node, shard size, and file count. Click the 筛选 icon to select which columns to display.
    Region distribution informationNumber and size of shards on each node, and the volume of data handled by read and write requests.
    Data previewThe first 20 rows of data in the table.

    The details page also shows the total row count, hot and cold storage usage, max versions, TTL, and compression type.

Move the group of a table

Warning

Do not move a table to a group that contains no servers. The table becomes inaccessible.

  1. On the Overview page, click Move Group in the Operation column.image.png

  2. In the Move Group dialog box, select a Target Group.

  3. Click OK.