Data compression method, decompression method, system and related device for graph data
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- INSPUR BEIJING ELECTRONICS INFORMATION IND
- Publication Date
- 2022-08-02
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to the field of data storage, and in particular, to a compression method, decompression method, compression system and related devices for graph data. Background technique
[0002] In the era of big data, a large amount of data interacts with each other to form a large-scale graph, which is widely used in various algorithms such as PageRank. At present, the scale of graphs often reaches the order of tens of millions to hundreds of millions of nodes, and the edge (connection between nodes and nodes) information of the graph reaches the scale of billions. Usually, Internet graph data is in a sparse matrix format. The storage methods that can be used include COO and CSR. COO adopts the triple format of <source node, destination node, weight>. Considering that a node is represented by 4 bytes, then a Edges require 12 bytes of storage. CSR considers that nodes in the same row have the same address and only stores the ...