kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

Change HBase schema for snapshotEdge. #163

Closed SteamShon closed 8 years ago

SteamShon commented 8 years ago

Current implementation use to vertexId as qualifier. This will be problematic if user request update on popular from vertexId. problem is one region server is responsible for snapshotEdge. I suggest spread snapshotEdge across multiple region by using composite of (from, to) vertexId as rowKey and empty qualifier.

hsleep commented 8 years ago

:+1: