Sets a table's status to offline. While offline, the table rejects all read and write operations.
Applicable engines and versions
Applies to LindormTable 2.2.16 and later.
Note
To check your current version or upgrade, 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 sensor table to offline:
OFFLINE TABLE sensor;