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.

awu
Node
since ‎09-20-2018
‎06-01-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, thanks in advance for your help and guidance. I have a graphdb running on a dev server through HTTP. When I run a query through the http driver, it is pretty quick. On a different server running through Bolt, the query performance degrades. Let's...
How is the performance of UNION queries versus the MATCH/WITH/COLLECT/UNWIND strategy? The latter allows for post-union processing for sorting and processing, but I fear a performance hit in looping through the result sets. I wonder if it is better t...
Hi - New to Graph and would like to learn more about modeling and design. How would you best model an employee to company relationship, where you have a Company entity and a Person entity? Would it be better to have MATCH (n:Person)-[r:EMPLOYEE]->(m:...