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.

SgtDaJim
Node
since ‎09-06-2021
‎06-01-2022

User Statistics

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

User Activity

Hi All, I am using Neo4j version 3.5.8 in casual cluster mode. I added metrics monitoring, and found out some counters of graph items are different among casual cluster nodes. Does it mean the data of some nodes are inaccurate from leader? For exampl...
I'm using Neo4j 3.5 enterprise version, and I profiling the cypher below: MATCH (J:Host) WHERE J.Status = "running" AND not (J)-->(:Ipv4 {Ipv4: "xxx"}) AND (J)<--(:Cluster {Name: "yyy"}) return J The result of profiling looks like: It seems there ar...