Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如果你要成功执行该语句的话,你得给 listener_service 这个边创建索引,并在创建之后进行 rebuild index 操作。 #5929

Closed
CyanMystery opened this issue Aug 16, 2024 · 5 comments

Comments

@CyanMystery
Copy link

CyanMystery commented Aug 16, 2024

          如果你要成功执行该语句的话,你得给 `listener_service` 这个边创建索引,并在创建之后进行 rebuild index 操作。

If you want to successfully execute this statement, you need to create an index on the listener_service edge and perform a "rebuild index" operation after the index creation.

Originally posted by @QingZ11 in #5853 (comment)

image
创建索引也rebuild了还是查不到

@CyanMystery
Copy link
Author

INSERT EDGE HAS_TEXT_UNIT () VALUES '举箸提笔,诸多不便是因为膀子疼痛利害'->'"7d673964baa617d3bb395f19e776435f"':();
Execution succeeded (time spent 4.009ms/4.443343ms)

@CyanMystery
Copy link
Author

match (e)-[r]->(n) return e,r,n 没有更新图

@CyanMystery
Copy link
Author

CyanMystery commented Aug 16, 2024

算了 几万数据就显示那么几个 用neo4j去了 你们继续加油

@QingZ11
Copy link
Contributor

QingZ11 commented Aug 16, 2024

根据你的 rebuild job 的执行速度,应该是没有实际执行(猜测的)。

match (e)-[r]->(n) return e,r,n

这个语句会扫描全盘数据,在之前的版本中是被禁止的(执行了不会有结果出来)。

因为我已经不在职了,所以我没怎么关注新版演进。 @MuYiYong 如果你有空可以和这个用户讲下具体的语句情况。

最后,为了方便区分各类 issue 😊 你提 issue 的时候可以加一个 question label 哦。

@MuYiYong
Copy link

MuYiYong commented Aug 17, 2024

Thanks @QingZ11 !
If it is convenient, you can share your NebulaGraph version, create index and rebuild index statements. @CyanMystery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants