Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-12-2021 10:40 AM
Suppose, we want to implement indexing structure such as quad-tree for instance, on Neo4j how can get started?
01-13-2021 09:58 AM
Get tree structures in place first and implement 4 indexing schemes(as per design specification) on 4 trees and create a composite index to have a (AND/OR) union of these 4 schemes and then turn on rebalancing index which keeps them in sync. But someone needs to design the algorithm to rebalance the index based on configurable parameters.
01-13-2021 02:13 PM
You could look at the source code in the neo4j-index module which currently uses a generational B+ tree based on the neo4j page cache.
11-12-2021 12:02 PM
Thank you for sharing this resource. This is so wonderful!!!
All the sessions of the conference are now available online