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

order by index; #5739

Closed
Mr-LLLLL opened this issue Oct 16, 2023 · 3 comments
Closed

order by index; #5739

Mr-LLLLL opened this issue Oct 16, 2023 · 3 comments
Labels
type/question Type: question about the product

Comments

@Mr-LLLLL
Copy link

Mr-LLLLL commented Oct 16, 2023

General Question

i have 1000w vertex in person tag; and i had build index for tag person(age), i use lookup on person yield properties(vertes).age as age | order by $-.age limit 10; is spent a lot time about(44s), i want to know whether a way to optimize this?

@Mr-LLLLL
Copy link
Author

used profile in ngql, i found nebula scan full index first. by the way, i want to know nebula index data strcuct is Hash, i can't find any doc talked about?

@QingZ11 QingZ11 added the type/question Type: question about the product label Oct 20, 2023
@QingZ11
Copy link
Contributor

QingZ11 commented Oct 20, 2023

Sorry for the late reply. For an introduction to the principles of indexing, you can read this link: https://www.nebula-graph.io/posts/how-indexing-works-in-nebula-graph

@QingZ11
Copy link
Contributor

QingZ11 commented Feb 18, 2024

Hi, I have noticed that the issue you created hasn’t been updated for nearly a month, so I have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime.

Thanks a lot for your contribution anyway 😊

@QingZ11 QingZ11 closed this as completed Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

2 participants