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.

michael_senft
Node
since ‎10-15-2019
‎06-26-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Is it possible to change the default Neo4j Configuration Settings for all DBMSs created instead of manually editing the settings for each new DBMS?Currently every time I create a new database, I have to manually edit the dbms.memory settings to incre...
Is it possible to add or append values to a given key in the "onMatchProps" portion of apoc.merge.node? Using regular Cypher, I would use ON CREATE and ON MATCH commands to add values from different rows together ON CREATE r.data_length = row.data_le...