I run community detection algorithms(unionFind, Louvain) to partition my graph database.
However, I recently encountered some performance problem because of super nodes.
I have the linking structure like below.
(:User)-[:DEVICE]->(:Device)
and other ...