Skip to content

Commit

Permalink
block operation in ro (test commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuapengtg committed Aug 12, 2024
1 parent f0abc32 commit c1dcf1f
Showing 1 changed file with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,41 @@ Read-only workspaces provide improved performance and scalability for read opera

[NOTE]
====
Current RO workspace requires manual sync up with the RW workspace to catch up with the latest change.
Current Read-Only (RO) workspace requires manual sync up with the RW workspace to catch up with the latest change.
In a Read-Only (RO) workspace within TigerGraph Cloud, the following operations are strictly prohibited:
[.prohibited]
.Database Operations
- gsql reset
- clear graph store
- drop all
[.prohibited]
.Schema Management
- update schema (add/update/drop), create/drop/run schema change job
- rebuild
[.prohibited]
.Graph Management
- create/drop graph
- export/import
[.prohibited]
.Data Modification
- run write queries
- update data (insert/update/delete)
[.prohibited]
.Loading Jobs
- create/delete/run loading job
- create/delete/pause/restart/resume connector
- create/update datasource
[.prohibited]
.Backup and Restore
- backup/restore
====

=== Update Read-Only(RO) Workspace
Expand Down

0 comments on commit c1dcf1f

Please sign in to comment.