Hacker News new | ask | show | jobs
by sfphotoarts 5596 days ago
I was curious about the Redis sets used for social graph storage and using intersection of sets to find nodes in common. Would anyone have an idea about the complexity of this as both the number of nodes in the graph and the number of edges each node has?
1 comments

You can find out: write a script to populate sets in Redis and run some commands. You'll likely find it's fast enough for your needs.