Can we do better with Bagel somehow? Control how we store the graph?

From: Ankur Dave [mailto:ankurd...@gmail.com]
Sent: Monday, May 26, 2014 12:13 PM
To: user@spark.apache.org
Subject: Re: GraphX partition problem

GraphX only performs sequential scans over the edges, so we could in theory 
store them on disk and stream through them, but we haven't implemented this 
yet. In-memory storage is the only option for now.

Ankur<http://www.ankurdave.com/>

Reply via email to