Skip to content

Future plans for more sophisticated vertex-centric indexing? #946

@makoConstruct

Description

@makoConstruct

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions