SemanticError: Can't solve the start vids from the sentence: MATCH (v:person) RETURN v

提问参考模版:

  • nebula 版本:nebula-docker-compose:v2.0.0
  • 部署方式Docker):
  • 问题的具体描述
    不能使用match查询
  • 相关的 meta / storage / graph info 日志信息
create TAG person(name string, age int);

INSERT VERTEX person(name, age) VALUE "tlisi":("lisi", 22);

日志:SemanticError: Can't solve the start vids from the sentence: MATCH (v:person) RETURN v

https://docs.nebula-graph.io/2.0.1/3.ngql-guide/7.general-query-statements/2.match/#the_workflow_of_match

match 必须有索引,或者指定 vid

nebula2.x版本用ldbc_snb_datagen哪个releases版本做测试的?

我们用的 v0.3.3 的。

2 个赞