I am trying to make a search field, where i want the searchresults while typing. Therefore it needs to be VERY fast (at least somewhat as fast as typing, which is under .3 seconds pr. character)
MATCH (n)<-[:Mark]-(m) WHERE m.name CONTAINS "Vill...
When importing a CYPHER with nodes and relationships from another graph into desktop neo4j. This takes forever.
Did I export the CYPHER wrongly, and if so, how is the fastest way to export CYPHER and import CYPHER again in another database. Please ...
I am trying to connect to the Aura-DB and recieves this error: The URI-scheme is unsupported.
I was using bolt before, but with the neo4j+s it is not connecting.
What should be done to connect to the Aura-DB
That was a quick reply. I dont know how to edit a post, so I wrote it in the comments:
https://community.neo4j.com/t5/neo4j-graph-platform/make-this-query-faster/td-p/64886
I got the CYPHER from Aura with this:
CALL apoc.export.cypher.all(null,{stream:true})
Which gives me an entire table. How do I just get the cypherStatements?