Skip to content

Relieve the pain caused by super-point problems #2282

Answered by porunov
yoylee asked this question in Q&A
Discussion options

You must be logged in to vote

@YYDreamer I moved the issue to GitHub Discussions.

I believe @li-boxuan is right here. You can always limit the amount of returned edges by using limit step.

Also, I noticed that you are talking about super node problem here. There are plenty of discussions regarding super nodes and how to solve them. Most of the time you partition you super node to several nodes following a specific rule but that requires to checking specific business use cases.

Also, about edge traversals. Many times I notice that users don't use vertex centric indices when traversing their graph. That's something I would suggest to look for when you notice that your query filters edges based on specific patterns. In a…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@yoylee
Comment options

Comment options

You must be logged in to vote
1 reply
@yoylee
Comment options

Answer selected by li-boxuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2282 on December 17, 2020 20:56.