How do I set the table status to offline After the state of a table is set to offline, data cannot be read from or written to the table.
Applicable engines and versions
The OFFLINE 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
OFFLINE TABLE table_identifierParameters
Parameter | Description |
table_identifier | The name of the table. |
Examples
Set the status of the sensor table to offline.
OFFLINE TABLE sensor;