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

I have billions of nodes and I cannot fetch all in just one Cypher query, is there a way to apply pagination? #6

Open
thanh-taro opened this issue Jul 17, 2018 · 1 comment

Comments

@thanh-taro
Copy link

thanh-taro commented Jul 17, 2018

I have billions of nodes and I cannot fetch all in just one Cypher query, is there a way to apply pagination?

@thanh-taro thanh-taro changed the title I have billions of nodes and I cannot fetch all in just one CQL, is there a way to apply pagination? I have billions of nodes and I cannot fetch all in just one Cypher query, is there a way to apply pagination? Jul 17, 2018
@jexp
Copy link
Member

jexp commented Jul 18, 2018

Are you sure Tableau can handle the billions of records?
You can use SKIP and LIMIT clauses with your Cypher query to fetch your data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants