I am using neo4j-3.5 community version .And have built a huge graph using neo4j containing ~20 million nodes on movie data. I have also inserted genres & keywords and constructed the graph.
The following query takes > 5 seconds
MATCH
(p:`Program...
@michael.hunger : I will not be able to use UNION ALL as I am building a conversational interface for movie data and the query is constructed in real time with different types of nodes and the expression changes for every query.
Is there any other ch...