Parallel processing framework supporting large-scale dynamic data query and design method
A parallel processing and data query technology, which is used in electrical digital data processing, special data processing applications, relational databases, etc.
- 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 


