Skip to content

Commit

Permalink
Add partitioning reporting to features in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Apr 5, 2022
1 parent 7c3cb43 commit 40599a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The connector provides the following features:
and timing of the communication to the Dgraph cluster.
- **Graph Partitioning and Streaming**: Graph data are partitioned and streamed in small chunks from Dgraph into Spark.
This guarantees that graphs of any size can be read into Spark.
- **Graph Partitioning available to Spark**: The actual partitioning of the graph data is known to Spark. This allows
Spark's query planning to fully make use of the existing data organization to avoid redundant data shuffling.

## Limitations

Expand Down

0 comments on commit 40599a5

Please sign in to comment.