cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Query Performance/Tuning on 10-15M nodes

Hi All,

Need suggestion on writing the performance optimized query on database which contains 10-15M nodes

Thank you,
M Mahendran

1 REPLY 1

@sendmail2mahendran

thats a very wide open question and hard to even suggest where to start

Do indexes provide any benefit?
Have you configured dbms.memory.heap.init_size and dbms.memory.heap.max_size appropriately? And dbms.memory.pagecache.size ?

see Performance - Operations Manual