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.

atesterguy
Node Clone
since ‎03-04-2020
‎06-01-2022

User Statistics

  • 16 Posts
  • 0 Solutions
  • 8 Kudos given
  • 2 Kudos received

User Activity

Please keep the following things in mind: I have the following quite thick query: MATCH (eng:Engine {Name: $engine_name, Version: $engine_version})-[:Based_on]->(sembler:Disassembler) USING INDEX SEEK eng:Engine(Name, Version) MATCH (disas_1:Disasse...
After our ESXI server shutdown due to a power outage (a UPS will be added VERY soon after this incident) my neo4j server wont start again. Here is the error message I receive when I try to start the server. Any help would be greatly appreciated. 2020...
Hello. I am using python 3.6 and my neo4j v 4.0 I am currently writing large amounts of data to the neo4j database and it is taking way longer than I hope it to. I could really use some ideas on how to improve my current way of writing data to the da...
Hello ! I am trying to create a new database that will contain how similar certain things are. It seems that around 25- 30% of my nodes will be 100% similar. So I was wondering whether it would be more efficient performance wise to instead group them...
I have a very peculiar situation. I can reach the login page of neo4j from a remote server but when I try to authenticate I keep getting an authentication error... However, when I connect via localhost I can connect and authenticate successfully. I a...