-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Milestone
Description
For instance
Indexes with secondary sort fields*- Indexes applying to properties of the nodes, rather than the edges pointing at them(important for checking whether known nodes are connected or disconnecting them). For nodes of types A and B on either side of an edge type E, There are four kinds of indexes a user might want to maintain. B accessible from A through incident Es, E accessible from A, A accessible from B through incident Es, and E accessible from B. As far as I can tell, currently you can only index the incident Es.
Multiple indexes on each node, and support for managing them explicitly.*
* You have these things. I was looking at the wrong docs. Apologies.
analytically