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

Support streaming and pagination of gremlin results #2065

Closed
siyuan0322 opened this issue Sep 22, 2022 · 3 comments
Closed

Support streaming and pagination of gremlin results #2065

siyuan0322 opened this issue Sep 22, 2022 · 3 comments

Comments

@siyuan0322
Copy link
Collaborator

Sometimes the results of gremlin query are large, so that the pagination becomes necessary in that case.

@JackyYangPassion
Copy link
Contributor

In which version is this function expected to be supported?

@JackyYangPassion
Copy link
Contributor

//limit
g.V().out().limit(100)
// to supported
g.V().out().range(10, 20)

in doc

@longbinlai longbinlai added this to To do in GIE GraphDB-like production PoC via automation May 8, 2023
@longbinlai longbinlai moved this from To do to In progress in GIE GraphDB-like production PoC May 17, 2023
@longbinlai
Copy link
Collaborator

Close by pr #2842

GIE GraphDB-like production PoC automation moved this from In progress to Done Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants