All Products
Search
Document Center

Lindorm:ONLINE TABLE

Last Updated:Mar 19, 2024

You can use the ONLINE TABLE syntax to set the status of a table to online. The table can be read and written when its status is set to online.

Applicable engines and versions

The ONLINE TABLE syntax is applicable only to LindormTable 2.2.16 and later versions.

Note

For more information about how to view and upgrade the LindormTable version, see Release notes of LindormTable and Upgrade the minor engine version of a Lindorm instance.

Syntax

ONLINE TABLE table_identifier

Parameters

Parameter

Description

table_identifier

The name of the table.

Examples

Set the status of the sensor table to online.

ONLINE TABLE sensor;