DOC-2667 Compare restpp and gsql - #963
Open
priyankagunaki-cloud wants to merge 4 commits into
Open
Conversation
victorleeTG
requested changes
Jul 28, 2026
Comment on lines
+3264
to
+3265
| |`/query/{graph_name}/{query_name}` | ||
| |`/gsql/v1/queries/{queryName}` |
Collaborator
There was a problem hiding this comment.
The names {query_name} and {queryName} are just placeholders, not part of the formal syntax, so there is no logical reason for them to be different.
[The reason because the two endpoints were documented years apart, and the person who drafted the more recent one didn't check to see what name was already being used.]
Contributor
Author
There was a problem hiding this comment.
@victorleeTG
I have updated the changes according to your comment.
Please review.
Comment on lines
+3272
to
+3273
| |Uses the RESTPP parameter format for `VERTEX` and `SET<VERTEX>` query parameters. | ||
| |Uses the GSQL parameter format for `VERTEX` and `SET<VERTEX>` query parameters. |
Collaborator
There was a problem hiding this comment.
What are these formats? Are there examples somewhere?
| At the read committed level, it is guaranteed that any data read is committed at the moment it is read. By default, it is off. | ||
| |=== | ||
|
|
||
| For a comparison of the RESTPP and GSQL endpoints for running installed queries, including differences in parameter formats and query execution, see xref:gsql-endpoints.adoc#compare-the-restpp-and-gsql-query-endpoints[]. |
Collaborator
There was a problem hiding this comment.
Tushar was working on a similar ticket. Did you know that? Have you coordinated with him?
DOC-2403
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.