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.

sai_nandam
Node
since ‎03-09-2020
‎06-01-2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I was trying to use apoc.load.jdbc with apoc.periodic.iterate. Here is my sample procedure - CALL apoc.periodic.iterate(' CALL apoc.load.jdbc("adw", "select distinct ") YIELD row ',' MATCH (ec:ec_id {ec_id:row.ec_id}) SET ec:test ', {batchSize:100, p...
Hello, I have to have an Unique Identifier on one of the node is a 38 character string, eg - "37300097819223399953200236708848436046". Is there anyway to optimize this kind of Unique Identifier. I have an index on this. This fails to load the 9M rows...
I have installed latest version of APOC procedures which is - https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/tag/4.0.0.12. I am not able to find many of the procedures available here - https://neo4j.com/docs/graph-algorithms/3.5/labs...
What is the best approach for populating the nodes and relationships in Neo4j. I am thinking of two possibilities - Load Nodes with NULL values. In this case Relationships defined before hand. Populate nodes and relationship properties when we have t...
Kudos given to