cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

skmami
Node Clone
since ‎04-16-2020
‎06-01-2022

User Statistics

  • 35 Posts
  • 1 Solutions
  • 9 Kudos given
  • 4 Kudos received

User Activity

Greetings, Does import tool allow me to load different sections of the graph one at a time ? I want to load few nodes and relationships at a time to build the entire graph. Is that possible ? Thanks Satish
Greetings, I have the following query and my file contains about 30 million records. Is there a way to make this run faster ? It has been running for well over 40 minutes and still running. CALL apoc.periodic.iterate(' LOAD CSV WITH HEADERS FROM "fi...
I am seeing some of my nodes show up empty in neo4j browser when I run the db.schema.visualization command. Is there way to make it show the node label. Also how to tell neo4j which property to display in the node when run a query. Please see the scr...
Greetings, I was able to write a complex query using five to six cypher statements. I want to parameterize this query and call it from HTTP API. What is the best way to do this ? match (c:Company {name: "ABC"})-[:company_to_order]-(f:Order)<-[:market...
I am running a query against a remotely installed Neo4J. I do see the response times for some queries but not for the others. Is there a way to check the time took to process my query. ?