| ▲ | Algorithms on billion-scale graph using 10GB RAM: I love DataFusion(semyonsinchenko.github.io) | |||||||
| 33 points by speckx 2 hours ago | 7 comments | ||||||||
| ▲ | chrisweekly an hour ago | parent | next [-] | |||||||
> "I can compute PageRank on a directed graph with one billion edges (graph500-26 from the Graphalytics dataset) using 5 GB of memory. Alternatively, I can identify all the weakly connected components in a graph with two billion edges (twitter_mpi from the same dataset collection) using 10 GB of memory. Neither NetworkX nor Igraph can do this; most existing graph algorithms require the graph to fit into memory. Previously, I thought you needed Apache Spark and GraphFrames for billion-scale graph analytics. Now, however, I think all you need is a laptop. I have completely changed my old opinion about using Apache DataFusion for graph analytics." Impressive! | ||||||||
| ||||||||
| ▲ | ratmice 28 minutes ago | parent | prev | next [-] | |||||||
It would be nice if OP noted what changed between their old opinion, did datafusion gain some feature that they noted was missing in the previous article, or did something in their understanding click so they could overcome the previous issues? | ||||||||
| ▲ | ozgrakkurt 16 minutes ago | parent | prev | next [-] | |||||||
3.4 gb dataset on 10gb ram | ||||||||
| ▲ | theLiminator an hour ago | parent | prev | next [-] | |||||||
DataFusion is really cool, it's kind of like the LLVM of the OLAP world. | ||||||||
| ▲ | esafak an hour ago | parent | prev | next [-] | |||||||
Does it support out-of-core or multi-processor processing? | ||||||||
| ▲ | slopblast 2 hours ago | parent | prev [-] | |||||||
Really cool visualization, amazing how it resembles a neural network. | ||||||||