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.

bsaichaitanya
Node Link
since ‎10-19-2022
‎11-10-2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi Community We are trying to create 27 milion nodes with 20 properties using neo4j python library. In code we are creating a list of 1000  records and running the following query. WITH [$list] as batchUNWIND batch as individualCREATE (p:Person)SET p...
Hi community, We are trying to import data from orientdb to neo4j by connecting using drivers in python. The database contains 27 million nodes and 25 million relationships. Due to this the cypher queries are taking extremely long to execute. Is ther...
Hello, We are trying to import a large graphml (around 6.5gb) into neo4j using apoc.import.graphml. Neo4j is throwing java.lang:StackOverflowError. In the neo4j.conf file, we have added an additional parameter dbms.jvm.additional= -Xss1g. Even after ...
We have a 60GB database in orientdb (3.x) and need to import the same into neo4j. Currently, we are using Gremlin (3.6.1) to convert the orientdb data to a graphml format and trying to import the same into neo4j. We have configured gremlin on an EC2 ...