All Products
Search
Document Center

Lindorm:Manage namespaces

Last Updated:Feb 19, 2024

Namespaces are logical groups for tables in Lindorm. Tables that belong to different namespaces can have the same name. Lindorm provides a default namespace. If you do not specify a namespace, the default namespace is used. This topic describes how to manage namespaces in the cluster management system of Lindorm.

Prerequisites

You are logged on to the cluster management system of your Lindorm instance. For more information, see Log on to the cluster management system.

Create a namespace

  1. In the left-side navigation pane of the cluster management system, choose Data Manager > Namespace Manager. By default, all namespaces of the current instance are displayed.

  2. Click + Add.image.png

  3. In the Add Namespace dialog box, specify the name of the namespace you want to create.

    Note

    The name of a namespace can contain only letters, digits, hyphens (-), and underscores (_).

  4. Click OK.

Delete a namespace

Important

Before you delete a namespace, you must delete all tables in the namespace. Otherwise, the namespace fails to be deleted.

  1. In the left-side navigation pane of the cluster management system, choose Data Manager > Namespace Manager.

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

  3. Click OK.

Associate a namespace with a group

You can associate a namespace with the default group or a group that you create. For more information about how to create a group, see Group management.

Warning

Do not associate a namespace with a group that does not contain servers. Otherwise, tables in the namespace cannot be accessed.

  1. In the left-side navigation pane of the cluster management system, choose Data Manager > Namespace Manager.

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

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

  4. Click OK.