incubator-hugegraph-computer icon indicating copy to clipboard operation
incubator-hugegraph-computer copied to clipboard

[Feature] Implement parallel input process

Open Radeity opened this issue 2 years ago • 0 comments

Feature Description (功能描述)

When we buffer write receiver's partition file to vertexFile and edgeFile maintained by FileGraphPartition. We can implement parallel write.

https://github.com/apache/incubator-hugegraph-computer/blob/f7d10a845de68cd84fe01f247b8fc3d887edbb67/computer-core/src/main/java/org/apache/hugegraph/computer/core/compute/ComputeManager.java#L75-L87

Radeity avatar May 25 '23 06:05 Radeity