apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.64k stars 517 forks source link

使用hbase做后端,为图实例初始化后,创建的表名均是缩写,不能很好的理解表内存储的数据含义 #1374

Closed big1white closed 3 years ago

big1white commented 3 years ago

Expected behavior 期望表现

{type something here...}

Actual behavior 实际表现

{type something here...} hugegraph:el 还好理解,其他的不能见文知意,如s_fi,如何能查阅每个表所代表的意思? 微信截图_20210303163126

Steps to reproduce the problem 复现步骤

  1. {step 1}
  2. {step 2}
  3. {step 3}

Status of loaded data 数据状态

Vertex/Edge summary 数据量

Vertex/Edge example 数据示例

{type something here...}

Schema(VertexLabel, EdgeLabel, IndexLabel) 元数据结构

{type something here...}

Specifications of environment 环境信息

javeme commented 3 years ago

@big1white 可以从这里看到对应关系:https://github.com/hugegraph/hugegraph/blob/ed610a0b889cc9a0539c5a43ea3be04ce3e6e940/hugegraph-core/src/main/java/com/baidu/hugegraph/type/HugeType.java#L32-L65