Skip to content

Feature Request: support more and 2048 node/edge labels #64

Open
@kuzeko

Description

@kuzeko

Currently ArangoDB cannot support more than 2048 node/edge labels (in total?)
since all labels are mapped to collections.

See: #63

Some comments:

1 - A new feature would be required to decide whether to store 1-label-per-collection or labels as properties.

2 - This will need to take into account also how indexing/traversal is handled for queries like:

g.V().out('label1').out('label2')...

3 - Currently the documentation should mention upfront this limitation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions