I am trying to perform subgraph isomorphism query in neo4j database. The 
testing query graph size is 25. However I got an unknow error when I run 
the query. I guess the reason is that neo4j does not support a long query 
with so many nodes. Is there any reason for not supporting long queries? 
Any commercial consideration or other reasons?

ps. I used to run a query that is long in language length. For example, 
match (a) where id(a) in [0,23, 34, ...,]. I got an error saying that the 
length of the query exceeds the limit.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to