You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/savanna/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc
+31
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,37 @@ Read-only workspaces provide improved performance and scalability for read opera
24
24
Current RO workspace requires manual sync up with the RW workspace to catch up with the latest change.
25
25
====
26
26
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
+
27
58
=== Update Read-Only(RO) Workspace
28
59
29
60
Once a Read-Only (RO) workspace is created, it also creates a snapshot of the data.
0 commit comments