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

Support graph read mode for olap property #1333

Closed zhoney closed 3 years ago

zhoney commented 3 years ago

Expected behavior 期望表现

{type something here...}

Actual behavior 实际表现

{type something here...}

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 环境信息

zhoney commented 3 years ago

already implemented in #1332

ivanReckless commented 1 year ago

How did you make it? I really need your help with this fxxking "graph_read_mode" shit. I really could not follow the "PUT" method in the DOCUMENT. Tried many times, but code 400 always. If you have the time, please! Thank you!