neo4j-contrib / neo4j-tableau

Neo4j Tableau Integration via WDC
https://neo4j-contrib.github.io/neo4j-tableau/website/Neo4jWdc2.html
59 stars 22 forks source link

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 6 years ago

thanh-taro commented 6 years ago

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

jexp commented 6 years ago

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.