Hola, Graph DBers!

Hello there! I'm a neo4j n00b, currently looking for help with simple queries (such as MATCH (n:syrup)-->(c:syrup {syrup_id: 'S999'} RETURN COUNT(n) in a very large graph database. (1.6 billion Nodes, 8.6 billion Relationships).

Frankly, I'm not sure if neo4j can handle it. We're considering falling back to representing the data in a relational database, but I'd sure like to work with our graph in a graph database.

Hi @cct !

What's the result of

EXPLAIN MATCH (n:syrup)-->(c:syrup {syrup_id: 'S999'} 
RETURN COUNT(n)

Oh I see the fun happening already in another thread :)

1 Like