-
Notifications
You must be signed in to change notification settings - Fork 9
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
6736eb2
4991385
6ddf939
17c3e87
9465855
7e2f35c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
==== | ||
|
||
=== Block write operations in RO cluster | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we make the forbidden operations in categories: |
||
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. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.