A Design Method for Parallel Processing Framework Supporting Large-Scale Dynamic Graph Data Query
A parallel processing and data query technology, applied in the design of parallel processing framework and graph data processing framework design, can solve the problems of reduced processing efficiency, high memory performance requirements, weak data computing throughput, etc., to achieve large data scale , the effect of many iterations
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example
[0076] (1) A small cluster is constructed, which consists of three identical PCs, one of which is used as the Master node, and the other two are used as Slave nodes. Use the classic Dijkstra single-source shortest path algorithm to process graph files. In the single-source shortest path algorithm, a given graph G=(V, E, W), where V is the set of vertices, E is the set of directed edges, and W is the set of non-negative weights. Select a vertex v in V as the source, and calculate the shortest path length from v to other vertices, that is, find the minimum value of the sum of the weights of each edge.
[0077] (2) Dijkstra's algorithm generates the shortest path from the source point to each vertex according to the increasing order of the weights between each vertex in the vertex set and the source point. Its algorithm is similar to the breadth-first search traversal algorithm of the graph, that is, to find the shortest path with the smallest weight first, and then refer to it ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


