All Products
Search
Document Center

Lindorm:Manage namespaces

Last Updated:Mar 28, 2026

Namespaces are logical groups for tables in Lindorm. Tables in different namespaces can share the same name, which lets you isolate tables by team, environment, or tenant without naming conflicts. Lindorm includes a default namespace — tables with no explicit namespace assigned are placed there automatically.

This topic describes how to create, delete, and manage namespaces in the cluster management system.

Prerequisites

Before you begin, ensure that you have:

Create a namespace

  1. In the left-side navigation pane, choose Data Manager > Namespace Manager. All namespaces for the current instance are listed.

  2. Click \+ Add.image.png

  3. In the Add Namespace dialog box, enter a name for the namespace.

    Namespace names can contain only letters, digits, hyphens (-), and underscores (_).
  4. Click OK.

Delete a namespace

Important

Before you delete a namespace, delete all tables in it. If any tables remain, the deletion fails.

  1. In the left-side navigation pane, choose Data Manager > Namespace Manager.

  2. Find the namespace you want to delete and click Delete in the Operation column.image.png

  3. Click OK.

Associate a namespace with a group

Associate a namespace with the default group or a group you create. For more information about creating groups, see Group management.

Warning

Do not associate a namespace with a group that has no servers. Tables in that namespace will become inaccessible.

  1. In the left-side navigation pane, choose Data Manager > Namespace Manager.

  2. Find the namespace you want to associate and select Bind group in the Operation column.

  3. In the Bind group dialog box, select the Target group.

  4. Click OK.