Namespace Commands
Namespaces provide logical grouping for tables, similar to schemas in other databases.
CREATE NAMESPACE
Example:
DROP NAMESPACE
The CASCADE option drops all tables within the namespace.
Example:
ALTER NAMESPACE
Example:
USE / SET NAMESPACE
Set the default namespace for the current request or multi-statement batch:
In the interactive CLI, a successful USE also updates the CLI’s local
namespace so later requests automatically send namespace_id.
Example:
SHOW NAMESPACES
List all available namespaces:
Last updated on