DOYUNG YOON created S2GRAPH-154:
-----------------------------------
Summary: Refactor VertexSerializable/VertexDeserializable for
composite Index type on Vertex.
Key: S2GRAPH-154
URL: https://issues.apache.org/jira/browse/S2GRAPH-154
Project: S2Graph
Issue Type: Sub-task
Affects Versions: 0.2.0
Reporter: DOYUNG YOON
Assignee: DOYUNG YOON
Fix For: 0.2.0
Refactor VertexSerializable/VertexDeserializable so Composite Index Type on
vertex can be stored in HBase directly.
The current implementation only store followings.
{noformat}
rowKey: vertexId's bytes.
qualifier: ColumnMeta's Seq.
value: InnerVal's bytes.
{noformat}
Changes need to be made so following extras also stored.
{noformat}
rowKey: composite Index's value bytes.
qualifier: ColumnMetas which are not included in composite Index Seq
value: InnerVal's bytes.
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)