Hi,
i have problems about performance of rest api
i use this query "Match n return count(n)" .
when i run it from neo4j browser, it says process completed in 1 ms
when i run it from rest api like that, it says process completed in 300 ms.
{"statements":[{"statement":
"MATCH (n) return count(n) ",
"parameters":{},
"resultDataContents":["rest"],"includeStats":true}]
}
my all queries which use rest api is too slow. i cant find source of problem.
there are 100.000 nodes and server version is 3.5
thansk