Skip to content

Commit

Permalink
DOC-2092
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaliIthapeTG authored Jan 22, 2025
1 parent 391e9d9 commit 98de0d6
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,38 @@ It holds the persistent data that is loaded into TigerGraph and is accessible fo
We only support a maximum of one Read-Write workspace to connect to a database.
====
=== Operations Prohibited in a Read-Only (RO) Workspace

In a Read-Only (RO) workspace within TigerGraph Cloud, the following operations are strictly prohibited:

.Database Operations
- Running "gsql --reset" command.
- Clearing the graph store.
- Executing the DROP ALL command.

.Schema Management
- Updating schemas, including adding, updating, or dropping schema elements.
- Creating, dropping, or running schema change jobs.

.Graph Management
- Creating or dropping graphs.
- Exporting or importing database data.

.Data Modification
- Running any queries that modify the database data.
- Inserting, updating, or deleting data.
- Committing the data(such as new vertices or edges) in memory to disk. for example: rebuildnow operation

.Loading Jobs
- Creating, deleting, or running loading jobs.
- Creating, deleting, pausing, restarting, or resuming connectors.
- Creating or updating data sources.

.Backup and Restore
- Performing backup or restore operations.


== Next Steps
See xref:workspaces/how2-create-a-workspace.adoc[] to get started.

Expand Down

0 comments on commit 98de0d6

Please sign in to comment.