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.

martin2
Node Link
since ‎08-17-2021
‎12-15-2022

User Statistics

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

User Activity

I try to load a large CSV to Neo4j 5.2 with cypher-shell and run into an error I have not seen before:   Unable to complete transaction.: The memory pool limit was exceeded. The corresponding setting can be found in the error message   The Neo4j logs...
I am trying to set labels dynamically with the `poc.create.setLabels function: :auto MATCH (n:TempNode) CALL { with n CALL apoc.create.setLabels( n, [ n.type ] ) YIELD node } IN TRANSACTIONS; I get a strange error that I never saw before: Neo...
I have a large CSV file that contains mulitple nodes per line. I would like to use LOAD CSV to MERGE the nodes and set some properties. However, I always get the "Eager operator" warning for this query: USING PERIODIC COMMIT LOAD CSV FROM 'file:///MR...
Kudos from