Skip to content

Commit

Permalink
DOC-2092
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaliIthapeTG authored Jan 24, 2025
1 parent 74a8652 commit 827e628
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,37 @@ Read-only workspaces provide improved performance and scalability for read opera
Current 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

Read-Only (RO) workspaces are optimized for read-intensive tasks and do not allow any operations that modify data or schemas. 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.


=== Update Read-Only(RO) Workspace

Once a Read-Only (RO) workspace is created, it also creates a snapshot of the data.
Expand Down

0 comments on commit 827e628

Please sign in to comment.