flâneur

Why graph indexing is important - General / Newbie Questions - Neo4j Online Community

community.neo4j.com · 188 words · saved by 1 readers

Hi @chim3yy Welcome to the community 🙂 We are glad to know that you are interested in neo4j. Indexing is kind of thumb rule in terms of performance in neo4j.whenever you perform some query on graph db , indexes are the first thing that will refer the total db hits by your query. when you have large amount of data then you can see the difference in performance and time with indexes. for more info you can refer below blog . When Neo4j creates an index, it creates a redundant c...

October 2, 2019, 6:34pm 2 Hi @chim3yy Welcome to the community We are glad to know that you are interested in neo4j. Indexing is kind of thumb rule in terms of performance in neo4j.whenever you perform some query on graph db , indexes are the first thing that will refer the total db hits by your query. when you have large amount of data then you can see the difference in performance and time with indexes. for more info you can refer below blog . When Neo4j creates an index, it creates a redundant copy of the data in the database. Therefore using an index will result in more disk space…

related reading