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.

gchokeen
Node Link
since ‎08-30-2018
‎06-01-2022

User Statistics

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

User Activity

Hi, I have schema something like this (Actor)-[r:ACTED]->(Movie)-[:type]->(genre) And I tried to build query as like this MATCH (g:genre) WITH collect(g.name) as genres UNWIND genres as genre MATCH (a:Actor)->[:ACTED]->(m:Movie)-[t:type]->(g:genre...
Hi, my testing server running out of space because metrics folder is growing big. I can't see any option to disable the metrics in the neo4j.conf file. Metrics folder ( /var/lib/neo4j/metrics) around 4 gb, how to reduce or disable it! Version: 3.4.0 ...
I want to show to user the post going to expiry with in 23:05:10 (hh:mm:ss) but the below query working opposite (01:55:50) if the expiry time is not belongs to today. If expiry time in same date yes it working properly, can anyone tell me how to fix...
Kudos from
Kudos given to