vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.88k stars 1.21k forks source link

查询不到edge的 graph #5927

Closed CyanMystery closed 3 months ago

CyanMystery commented 3 months ago

创建语句: CREATE EDGE IF NOT EXISTS e1(); Execution succeeded (time spent 1.105ms/1.476366ms) INSERT EDGE e1 () VALUES "10"->"11":(); Execution succeeded (time spent 1.092ms/1.495834ms)

查询:MATCH ()-[e:e1]->() RETURN e

什么也没有

CyanMystery commented 3 months ago

version: 3.8.0

CyanMystery commented 3 months ago

要创建索引