You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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.
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?The text was updated successfully, but these errors were encountered: