All Products
Search
Document Center

Lindorm:OFFLINE TABLE

Last Updated:Mar 28, 2026

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_identifier

Parameters

ParameterDescription
table_identifierThe name of the table.

Examples

Set the sensor table to offline:

OFFLINE TABLE sensor;

What's next