Skip to content

Commit

Permalink
DOC-2092
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaliIthapeTG authored Jan 21, 2025
1 parent 9465855 commit 7e2f35c
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,47 +17,40 @@ Read-Only (RO) workspaces are optimized for read-intensive operations.
They are used for executing queries and analytics on the graph data without modifying it.
Read-only workspaces provide improved performance and scalability for read operations.

[NOTE]: The Read-Only workspace must be manually synced with the Read-Write workspace to reflect the latest data changes.

//[Placeholder for attach to an existing database]

[NOTE]
====
Current Read-Only (RO) workspace requires manual sync up with the RW workspace to catch up with the latest change.
=== Operations Prohibited in a Read-Only (RO) Workspace

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

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

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

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

[.prohibited]
.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

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

[.prohibited]
.Backup and Restore
- Performing backup or restore operations.

====

=== Update Read-Only(RO) Workspace

Expand Down

0 comments on commit 7e2f35c

Please sign in to comment.