Open
Description
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