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

"Fetch prop on * " Performance decline very much when there's many tags in graph namespace . #4301

Closed
jiayuehua opened this issue Jun 6, 2022 · 1 comment
Assignees
Labels
priority/low-pri Priority: low type/enhancement Type: make the code neat or more efficient

Comments

@jiayuehua
Copy link
Contributor

Please check the FAQ documentation before raising an issue

Describe the bug (required)

https://discuss.nebula-graph.com.cn/t/topic/8993

Your Environments (required)

  • OS: ubuntu
  • Compiler: gcc 9.3
  • CPU: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
  • Commit id 3.1

How To Reproduce(required)

Steps to reproduce the behavior:

  1. create a graph space , with 100 tag and 10000 vertex
  2. go from “vid” over * yield dst(edge) as dst | fetch prop on * $-.dst (1.97s)
  3. create a graph space , with 1000 tag and 10000 vertex
  4. go from “vid” over * yield dst(edge) as dst | fetch prop on * $-.dst (19.79s)

Expected behavior

fetch query performance shouldn't affected much by tags number.

Additional context

@jiayuehua jiayuehua added the type/bug Type: something is unexpected label Jun 6, 2022
@Sophie-Xie Sophie-Xie added this to the v3.2.0 milestone Jun 6, 2022
@Sophie-Xie Sophie-Xie added the priority/low-pri Priority: low label Jun 7, 2022
@Shylock-Hg
Copy link
Contributor

Related to #4063

@Sophie-Xie Sophie-Xie added type/enhancement Type: make the code neat or more efficient and removed type/bug Type: something is unexpected labels Jul 1, 2022
@Sophie-Xie Sophie-Xie removed this from the v3.2.0 milestone Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/low-pri Priority: low type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

4 participants