You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "DOYUNG YOON (JIRA)" <ji...@apache.org> on 2017/07/21 05:19:00 UTC

[jira] [Created] (S2GRAPH-154) Refactor VertexSerializable/VertexDeserializable for composite Index type on Vertex.

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)