Skip to content

Commit 827e628

Browse files
DOC-2092
1 parent 74a8652 commit 827e628

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

modules/savanna/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc

+31
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,37 @@ Read-only workspaces provide improved performance and scalability for read opera
2424
Current RO workspace requires manual sync up with the RW workspace to catch up with the latest change.
2525
====
2626

27+
=== Operations prohibited in a Read-Only (RO) Workspace
28+
29+
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:
30+
31+
.Database Operations
32+
- Running "gsql --reset" command.
33+
- Clearing the graph store.
34+
- Executing the DROP ALL command.
35+
36+
.Schema Management
37+
- Updating schemas, including adding, updating, or dropping schema elements.
38+
- Creating, dropping, or running schema change jobs.
39+
40+
.Graph Management
41+
- Creating or dropping graphs.
42+
- Exporting or importing database data.
43+
44+
.Data Modification
45+
- Running any queries that modify the database data.
46+
- Inserting, updating, or deleting data.
47+
- Committing the data(such as new vertices or edges) in memory to disk. for example: rebuildnow operation
48+
49+
.Loading Jobs
50+
- Creating, deleting, or running loading jobs.
51+
- Creating, deleting, pausing, restarting, or resuming connectors.
52+
- Creating or updating data sources.
53+
54+
.Backup and Restore
55+
- Performing backup or restore operations.
56+
57+
2758
=== Update Read-Only(RO) Workspace
2859

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

0 commit comments

Comments
 (0)