From 7e2f35cb134d78d081c3f880151ddf936f645c80 Mon Sep 17 00:00:00 2001 From: anjaliIthapeTG Date: Tue, 21 Jan 2025 17:20:06 +0530 Subject: [PATCH] DOC-2092 --- .../pages/workspaces/writeread_readonly.adoc | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/modules/cloudbeta/modules/resource-manager/pages/workspaces/writeread_readonly.adoc b/modules/cloudbeta/modules/resource-manager/pages/workspaces/writeread_readonly.adoc index 1da21837..a176992b 100644 --- a/modules/cloudbeta/modules/resource-manager/pages/workspaces/writeread_readonly.adoc +++ b/modules/cloudbeta/modules/resource-manager/pages/workspaces/writeread_readonly.adoc @@ -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