How to increase data returning speed on neo4j dashboard?
Like in Query
Match (n) return n limit 500
as the size increases from 500 to 5000 or 50000 the returning speed slows down, i want to solve this problem.
i have used apoc, and parallel rtuntime method, but didn’t worked.
New contributor
Abhimanyu Sharma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.