Creating and Using Workspaces
After logging into the SingleStoreDB Cloud Portal you can create a workspace by clicking the Create Workspace option. You can also create and manage workspaces through the Management API.
Workspace group names length should be 1-255 characters.
Workspace name length should be 1-32 characters and can consist of digits, lowercase letters, and hyphen (-).
Each workspace provides a connection endpoint which you can use to connect from a client, IDE, or application. You can also use the SQL Editor in the Cloud Portal to connect and run queries directly in your selected workspace.
Managing workspaces can be done through the Cloud Portal User Interface (UI) or by using the Management API / SQL. The following functions are available via these management interfaces.
ATTACH/DETACH DATABASE
CONFIGURE FIREWALL
CONFIGURE USERS
CONNECT
CREATE DATABASE
CREATE WORKSPACE
DELETE WORKSPACE GROUP
TERMINATE WORKSPACE
Executing DROP DATABASE
in a workspace can be only done from the primary R/W database. If the database is detached it can be dropped from the UI or Management API. If this command is run on the primary R/W database it will drop the database from all the workspaces including the read-only copies.
For more information on using workspaces see: