Sarath Subramanian created ATLAS-2672:
-----------------------------------------
Summary: Change primitive map type storage in vertex
Key: ATLAS-2672
URL: https://issues.apache.org/jira/browse/ATLAS-2672
Project: Atlas
Issue Type: Improvement
Components: atlas-core
Affects Versions: 1.0.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
Fix For: 1.0.0
Currently primitive map type in atlas is stored in vertex as:
* typeName.mapAttr = [key1, key2, key3]
* typeName.mapAttr.key1 = value1
* typeName.mapAttr.key2 = value2
* typeName.mapAttr.key3 = value3
Since JanusGraph supports Map datatype, we can store map value within a single
vertex property.
Also we need to create edge label and property key for array and map primitive
types.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)