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_identifierParameters
Parameter | Description |
table_identifier | The name of the table. |
Examples
Set the status of the sensor table to online.
ONLINE TABLE sensor;