From 2542205c5a4a78cdba2d0340c693fe4c0c366f67 Mon Sep 17 00:00:00 2001 From: anjaliIthapeTG Date: Tue, 21 Jan 2025 17:29:55 +0530 Subject: [PATCH 1/2] Update readwrite-readonly.adoc --- .../pages/workspaces/readwrite-readonly.adoc | 38 ++++++++++++++++--- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/modules/cloud4/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc b/modules/cloud4/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc index cc8241bf..d9732885 100644 --- a/modules/cloud4/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc +++ b/modules/cloud4/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc @@ -17,12 +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 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: + +.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 @@ -46,5 +74,3 @@ It is recommended to schedule the update during a time when minimal or no operat Next, about xref:cloud4:workgroup-workspace:workspaces/workspace-size.adoc[Workspace Sizes] or learn how to xref:cloud4:workgroup-workspace:workspaces/expansion-shrink.adoc[Expand and Shrink] a workspace. Return to the xref:cloud4:workgroup-workspace:index.adoc[] page or xref:cloud4:overview:index.adoc[Overview] page for a different topic. - - From 1830bccffcaf040a74b2abe5c9d396e2d32d8d33 Mon Sep 17 00:00:00 2001 From: anjaliIthapeTG Date: Tue, 21 Jan 2025 17:46:46 +0530 Subject: [PATCH 2/2] Update readwrite-readonly.adoc --- .../pages/workspaces/readwrite-readonly.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/cloud4/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc b/modules/cloud4/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc index d9732885..31b7058b 100644 --- a/modules/cloud4/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc +++ b/modules/cloud4/modules/workgroup-workspace/pages/workspaces/readwrite-readonly.adoc @@ -59,8 +59,7 @@ You can manually sync up the data with Read-Write(RW) workspace when needed. //[Placeholder for update read-only workspace] -[NOTE] -Updating a Read-Only (RO) workspace is an offline operation. +[NOTE]:Updating a Read-Only (RO) workspace is an offline operation. If there are any other operations in progress on the RO workspace, they are likely to be affected during the update process.