Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC-2092] add doc for blocking operation in RO #80

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@ Read-only workspaces provide improved performance and scalability for read opera
Current RO workspace requires manual sync up with the RW workspace to catch up with the latest change.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

====

=== Block write operations in RO cluster

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we change to RO Workspace? that make sure the description consistent

In RO cluster, the following operations are forbidden:

1. run write queries
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make the forbidden operations in categories:
Database Operations,
System Administration Commands,
Schema Management,
Graph Management,
Data Modification,
Loading Jobs
Backup and Restore,

2. create/drop graph
3. update schema (add/update/drop), create/drop/run schema change job
4. update data (insert/update/delete)
5. backup/restore
6. export/import
7. drop all
8. clear graph store
9. rebuild
10. gadmin/gsql reset
11. create/delete/run loading job
12. create/update datasource
13. create/delete/pause/restart/resume connector

=== Update Read-Only(RO) Workspace

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