CN113391946A - Coding and decoding method for erasure code in distributed storage - Google Patents

Coding and decoding method for erasure code in distributed storage Download PDF

Info

Publication number
CN113391946A
CN113391946A CN202110572519.7A CN202110572519A CN113391946A CN 113391946 A CN113391946 A CN 113391946A CN 202110572519 A CN202110572519 A CN 202110572519A CN 113391946 A CN113391946 A CN 113391946A
Authority
CN
China
Prior art keywords
matrix
data
coding
check
block
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110572519.7A
Other languages
Chinese (zh)
Other versions
CN113391946B (en
Inventor
宋罡
徐欣
张权
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Dianzi University
Original Assignee
Hangzhou Dianzi University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Dianzi University filed Critical Hangzhou Dianzi University
Priority to CN202110572519.7A priority Critical patent/CN113391946B/en
Publication of CN113391946A publication Critical patent/CN113391946A/en
Application granted granted Critical
Publication of CN113391946B publication Critical patent/CN113391946B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1004Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's to protect a block of data words, e.g. CRC or checksum

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Error Detection And Correction (AREA)

Abstract

The invention discloses an encoding and decoding method of erasure codes in distributed storage. The existing method based on the Van der Mongolian coding matrix has nonlinear increase of the computational complexity and influences the computational efficiency. The method firstly carries out truncation operation on the erasure code to obtain the truncation code with the same check bit as the mother code. When coding, firstly, a coding matrix composed of a whole sparse binary matrix is set, any two lines are set to zero to obtain a truncated coding matrix, and the truncated coding matrix and the information matrix are utilized to obtain a coded coding block matrix. During decoding, arranging all data of the two check blocks in the check block matrix and the data block matrix into a reconstructed coding matrix, deleting two rows with zero set, inserting row vectors of the two check blocks, multiplying the row vectors with the reconstructed coding matrix after inversion, and completing data reconstruction. The method has the advantages of less exclusive or times and high efficiency in the encoding and decoding process, and the encoding and decoding efficiency is superior to the scheme based on the Van der Menu encoding matrix.

Description

Coding and decoding method for erasure code in distributed storage
Technical Field
The invention belongs to the technical field of cloud storage, particularly relates to the technical field of distributed storage data coding, relates to an encoding and decoding method of erasure codes in distributed storage, and particularly relates to a method for performing truncation encoding and decoding on data through a binary sparse matrix.
Background
With the explosion of applications such as cloud computing, big data, 5G, edge computing technology, e-commerce, social networking, video sharing and the like, users of the internet contribute more and more contents, and the remarkable characteristics of data in scale are large volume and explosive growth, which provides a significant challenge for constructing a good storage system. The system should both guarantee the reliability of the data and provide high availability. The traditional Redundant Array of Independent Disks (RAID) cannot meet the requirement of large data storage on scalability and economic cost. Distributed storage systems have thus found extremely wide application in data storage and data management.
For distributed storage, to ensure the reliability of data, there are two main types of common fault-tolerant techniques: one is a multi-copy technique, which is fault tolerant by simple duplication; the other is erasure code fault-tolerant technology, which provides fault-tolerant capability through coding. Although the common 3-copy replication scheme is simple and easy to implement, the utilization rate of the storage space is too low, so that the storage space is wasted, and the problem that the consistency of the copies is difficult to maintain exists. In contrast, the erasure coding scheme can significantly reduce the storage space overhead while ensuring the same data fault-tolerant capability, and reduce the storage cost to a great extent, but generally adopts a scheme based on a vandermonde coding matrix, without considering the efficiency problem during encoding and decoding, and when the data set is large, a large number of matrix multiplication operations in a finite field gf (q) are used, so that the computational complexity is increased nonlinearly, and the computational efficiency is greatly influenced.
Therefore, only by providing an erasure code encoding method with high calculation efficiency and low storage overhead, the practical application problem of erasure codes in a large-scale distributed storage system can be really solved, the response speed of the system and the user experience are improved, and the storage cost is reduced.
Disclosure of Invention
The invention aims to provide an erasure code coding and decoding method in distributed storage, which adopts a scheme of binary sparse matrix and truncation and is matched with a matrix multiplication frame to carry out efficient coding and decoding on erasure codes, so that the performance can be improved, and the storage cost can be reduced.
The inventive method comprises an encoding method and a decoding method.
Firstly, truncating an erasure code, and deleting t information bits from an erasure code mother code (n, k) which has the length of n and comprises k information bits and n-k check bits to obtain a truncated code (n-t, k-t); the truncated code has the same check bits as the mother code.
The encoding method specifically comprises the following steps:
(1) setting a coding matrix consisting of binary matrices that are sparse as a whole
Figure BDA0003083266160000021
Wherein I is k × k of k × k
Identity matrix phi(n-k)×kA check matrix of (n-k) × k corresponding to Ψn×kThe coded vector of line i is ΨiI ═ 1,2, …, n; truncated coding matrix
Figure BDA0003083266160000022
Wherein Q isk×kFrom Ik×kSetting all the two lines to zero to obtain the product;
(2) the codewords stored at n nodes in the distributed system are represented as an n x 1 matrix C, using truncated coding matrix Ψ'n×kAnd obtaining a coded coding block matrix C ═ psi 'from the information matrix M'n×kX M; the information matrix M is a k x 1 column vector,
Figure BDA0003083266160000023
wherein, the data block djIs a one-dimensional array, j is 1,2, …, k;
the coded coding block matrix C comprises a data block matrix C1And check block matrix C2Matrix of data blocks C1Is a column vector of k × 1, C1=Qk×kX M, check block matrix C2A column vector of (n-k) × 1, C2=φ(n-k)×k×M;
Data C of ith row of coded block matrix CiData c stored for the ith nodei=Ψ′i×M,Ψ′iIs corresponding to Ψ'n×kThe code vector of line i.
The decoding method, i.e. data reconstructionWhen the user needs to read data, the data collector extracts the data block matrix C1All data in (2), and a secondary check block matrix C2Two check blocks are extracted for recovering the truncated data block; the method comprises the following steps:
(3) the data collector arranges the extracted data blocks and check blocks into a reconstruction coding matrix B in a matrix formk×1Wherein the check block is placed below the data block, reconstructing the coding matrix Bk×1A column vector of kx 1;
(4) will Qk×kDeleting two rows with all zeroes, and adding two rows of row vectors corresponding to the two extracted check blocks into Qk×kIn the last two rows, a k × k reconstruction matrix R is formedk×k
(5) For the reconstruction matrix Rk×kInverting to obtain an inverse matrix R'k×k
(6) Will reverse matrix R'k×kAnd reconstructing the coding matrix Bk×1Multiplying, i.e. recovering the information matrix M, M ═ R 'comprising the truncated data blocks'k×k×Bk×1
(7) And the data collector combines all the data blocks into original data by sending the original data blocks to the user, and data reconstruction is completed.
Furthermore, the nodes in the distributed storage system detect the survival states of each other through communication, and in the decoding process, if node failure occurs, namely the data block stored by the node is lost, and after other nodes detect the failed node, the distributed storage system generates a new node N for replacing the failed node to store data;
the newly born node N first generates a k × k identity matrix Ik×kRemoving the row vector corresponding to the failure node, adding the row vector corresponding to any one of the two check blocks, and placing the row vector in Ik×kThe bottom row of the matrix is obtained, and a repair matrix H is obtainedk×k(ii) a Verifying whether the added row enables repair matrix Hk×kFull rank, if not, another check block is replaced;
for the repair matrix Hk×kInverting to obtain an inverse matrix H'k×k(ii) a H 'is taken out'k×kRow direction of middle corresponding failure nodeMeasuring to obtain a data block required for repairing the failed node, and sending a new node N;
and the newly born node N performs exclusive-OR operation on the received data blocks to obtain the lost data blocks, and the repair is completed.
The coding matrix adopted by the method is a binary coefficient matrix, and the elements in the obtained inverse matrix are also binary, so that multiplication and addition operation are not needed when the matrix is multiplied, and only simple exclusive-or operation is needed. After any row is removed by configuration, the newly added row can still enable the full rank of the reconstructed matrix array of the k rows, thereby ensuring the success of the repair decoding. Overall, the coding and decoding process of the binary sparse coding matrix only involves the exclusive or operation between data blocks without multiplication, and the coding matrix has a low density characteristic, i.e. the number of 1 s is small. Therefore, the invention has the advantages of less exclusive or times and high efficiency in the encoding and decoding process, and the encoding and decoding efficiency is superior to the scheme based on the Van der Menu encoding matrix.
Drawings
FIG. 1 is a schematic diagram of information bit truncation according to the present invention;
FIG. 2 is a diagram illustrating the structure of an encoding matrix according to the present invention;
fig. 3 is a schematic diagram of a truncated code based on a binary sparse matrix.
Detailed Description
The present invention will be described in further detail with reference to the following specific examples and the accompanying drawings.
A coding and decoding method of erasure codes in distributed storage comprises a coding method, a decoding method and data block repair.
The method firstly carries out truncation operation on Erasure Codes (EC) and deletes some information bits, thereby achieving the purpose of shortening codes: deleting t information bits from an erasure code mother code (n, k) which has the length of n and comprises k information bits and n-k check bits to obtain a truncated code (n-t, k-t); the truncated code and the mother code have the same check bits which are n-k bits.
As shown in fig. 1, in this embodiment, n is 14, k is 10, and a truncation code of (14-2,10-2) with a truncation factor t being 2 is taken as an example, that is, two information bits are deleted, and a local parity block is generated in both the horizontal and vertical directions by using an encoding frame of a product-matrix (product-matrix). Each element in the information matrix M may be considered to be an equal-sized data block. In the encoding process, according to the distribution of 0 and 1 in the encoding matrix, the data blocks corresponding to 1 in the information matrix and the encoding matrix are subjected to exclusive OR to obtain the encoding block to be stored by each node. The purpose of shortening the code can be achieved through truncation, so that the cost of a storage space is reduced, and when the reliability and the calculation efficiency are considered, the maximum truncation factor t is not more than 2. And local check blocks, namely horizontal redundancy and vertical redundancy in fig. 1, are generated in the horizontal direction and the vertical direction, so that the cost of data repair is further reduced. The method can flexibly balance storage space and reconstruction time, and can reduce the value of a truncation factor aiming at a system requiring high data reconstruction speed; for a system with strict requirement on storage space, the value of the truncation factor can be properly increased on the premise of certain fault tolerance.
The coding method specifically comprises the following steps:
(1) setting a coding matrix consisting of binary matrices that are sparse as a whole
Figure BDA0003083266160000041
Wherein, Ik×kIs a k × k identity matrix, phi(n-k)×kThe check matrix is (n-k) × k, is a binary matrix corresponding to Ψn×kThe coded vector of line i is Ψi,i=1,2,…,n;
The truncated coding matrix is:
Figure BDA0003083266160000042
wherein Q isk×kFrom Ik×kAnd setting all the two lines to zero to obtain the final product.
Fig. 2 is a schematic diagram of the structure of the coding matrix, in which black squares represent 1 and white squares represent 0. It can be seen that, overall, the coding matrix has a low density characteristic, that is, the number of 1 is small, and the coding and decoding process of the binary sparse coding matrix only involves the exclusive or operation between data blocks without multiplication, so that the exclusive or times in the coding and decoding process are small, the efficiency is high, and the coding and decoding efficiency is superior to the scheme based on the vandermonde coding matrix. This embodiment sets all of rows 1 and 6 to zero as shown in fig. 3. Fig. 3 is a specific example process of encoding, in order to implement distributed storage, each encoded block of the matrix C is sent to each node in the network for storage, and when data reconstruction or repair is involved, corresponding data is retrieved from each node and corresponding operation is performed.
(2) The codewords stored at n nodes in the distributed system are represented as an n x 1 matrix C, using truncated coding matrix Ψ'n×kAnd obtaining a coded coding block matrix C ═ psi 'from the information matrix M'n×kX M; the information matrix M is a k x 1 column vector,
Figure BDA0003083266160000043
in the present embodiment, the first and second electrodes are,
Figure BDA0003083266160000044
wherein, the data block djThe number of the symbols contained in the array is determined by the size of the erasure code file and the number of the blocks, j is 1,2, …, k, and the number of the symbols
Figure BDA0003083266160000045
L is the file size of the erasure code, and q is the block number of the erasure code.
The coded coding block matrix C comprises a data block matrix C1And check block matrix C2Matrix of data blocks C1Is a column vector of k × 1, C1=Qk×kX M, check block matrix C2A column vector of (n-k) × 1, C2=φ(n-k)×k×M。
Data C of ith row of coded block matrix CiData c stored for the ith nodei=Ψ′i×M,Ψ′iIs corresponding to Ψ'n×kThe code vector of line i.
The decoding method specifically comprises the following steps: when a user needs to read Data, a Data Collector (DC) extracts a Data block matrix C1All data in (1) needs extra due to the truncated codeFrom the check block matrix C2Two check blocks are extracted for recovering the truncated data block d1And d6. The method comprises the following steps:
(3) the data collector arranges the extracted data blocks and check blocks into a reconstruction coding matrix B in a matrix formk×1Wherein the check block is placed below the data block, reconstructing the coding matrix Bk×1A column vector of kx 1;
(4) will Qk×kIn this embodiment, the rows 1 and 6 are removed, and two row vectors corresponding to the two extracted check blocks are added to Qk×kIn the last two rows, a k × k reconstruction matrix R is formedk×kIn this embodiment, the reconstruction matrix is R10×10(ii) a Because the two extracted check blocks respectively cover the truncated data block d1And d6Therefore R isk×kFull rank and invertible;
(5) for the reconstruction matrix Rk×kInverting to obtain an inverse matrix R'k×k
(6) Will reverse matrix R'k×kAnd reconstructing the coding matrix Bk×1Multiplying, i.e. recovering the information matrix M, M ═ R 'comprising the truncated data blocks'k×k×Bk×1. In the present embodiment, the first and second electrodes are,
Figure BDA0003083266160000051
u1and u6For the truncated data block, c1,1And c1,2For two check blocks extracted, the obtained u1And u6I.e. recovered d1And d6
(7) And the data collector combines all the data blocks into original data by sending the original data blocks to the user, and data reconstruction is completed.
The data block repair specifically includes:
(8) the nodes in the distributed storage system detect the survival states of each other through communication, if node failure occurs in the decoding process, namely a data block stored by the node is lost, and after other nodes detect the failed node, the distributed storage system generates a new node N to replace the failed node for data storage, so that the availability of the system and the reliability of data are ensured;
(9) the newly born node N first generates a k × k identity matrix Ik×kRemoving the row vector corresponding to the failure node, adding the row vector corresponding to any one of the two check blocks, and placing the row vector in Ik×kThe bottom row of the matrix is obtained, and a repair matrix H is obtainedk×k(ii) a Verifying whether the added row enables repair matrix Hk×kFull rank, if not, another check block is replaced;
(10) for the repair matrix Hk×kInverting to obtain an inverse matrix H'k×k(ii) a H 'is taken out'k×kObtaining a data block required for repairing the failure node according to the row vector of the corresponding failure node, and sending a new node N;
(11) and the newly born node N performs exclusive-OR operation on the received data blocks to obtain the lost data blocks, and the repair is completed.
In this embodiment, the node c is used2Failure is illustrated as an example. When other nodes detect node c2After the system is failed, the system generates a new node N to replace the failed node for data storage, so that the availability of the system and the reliability of data are ensured.
Precision repair of c2The specific process is as follows:
the new node N first generates a 10 × 10 identity matrix I and removes row 2 and adds the generated parity block c2,1Or c2,2The corresponding row vector obtains a reconstruction matrix R, and then whether the added row can ensure the full rank of the reconstruction matrix R is verified, for the example, only c is added2,1Can make H10×10Full rank, resulting in a 10 × 10 repair matrix H10×10
N to obtain H10×10Of inverse matrix H'10×10And taking out H'10×10Row vector of row 2 to obtain repair node c2The required data block and sends a solicitation request to the correspondent node. For benli, the newborn node N is according to H'10×10Line 2 row vector knows that a request needs to be sent to c3、c7、c8And c2,1And obtain data thereof.
N will receiveThe obtained data is subjected to XOR operation, and the failure node c can be accurately repaired2The accurate repair is completed.

Claims (2)

1. A coding and decoding method of erasure codes in distributed storage comprises a coding method and a decoding method; the method is characterized in that: firstly, truncating an erasure code, and deleting t information bits from an erasure code mother code (n, k) which has the length of n and comprises k information bits and n-k check bits to obtain a truncated code (n-t, k-t); the truncated code and the mother code have the same check bit;
the encoding method specifically comprises the following steps:
(1) setting a coding matrix consisting of binary matrices that are sparse as a whole
Figure FDA0003083266150000011
Wherein, Ik×kIs a k × k identity matrix, phi(n-k)×kA check matrix of (n-k) × k corresponding to Ψn×kThe coded vector of line i is ΨiI ═ 1,2, …, n; truncated coding matrix
Figure FDA0003083266150000012
Wherein Q isk×kFrom Ik×kSetting all the two lines to zero to obtain the product;
(2) the codewords stored at n nodes in the distributed system are represented as an n x 1 matrix C, using truncated coding matrix Ψ'n×kAnd obtaining a coded coding block matrix C ═ psi 'from the information matrix M'n×kX M; the information matrix M is a k x 1 column vector,
Figure FDA0003083266150000013
wherein, the data block djIs a one-dimensional array, j is 1,2, …, k;
the coded coding block matrix C comprises a data block matrix C1And check block matrix C2Matrix of data blocks C1Is a column vector of k × 1, C1=Qk×kX M, check block matrix C2A column vector of (n-k) × 1, C2=φ(n-k)×k×M;
Data C of ith row of coded block matrix CiData c stored for the ith nodei=Ψ′i×M,Ψ′iIs corresponding to Ψ'n×kThe coded vector of the ith line;
the decoding method is data reconstruction, when a user needs to read data, a data collector extracts a data block matrix C1All data in (2), and a secondary check block matrix C2Two check blocks are extracted for recovering the truncated data block; the method comprises the following steps:
(3) the data collector arranges the extracted data blocks and check blocks into a reconstruction coding matrix B in a matrix formk×1Wherein the check block is placed below the data block, reconstructing the coding matrix Bk×1A column vector of kx 1;
(4) will Qk×kDeleting two rows with all zeroes, and adding two rows of row vectors corresponding to the two extracted check blocks into Qk×kIn the last two rows, a k × k reconstruction matrix R is formedk×k
(5) For the reconstruction matrix Rk×kInverting to obtain an inverse matrix R'k×k
(6) Will reverse matrix R'k×kAnd reconstructing the coding matrix Bk×1Multiplying, i.e. recovering the information matrix M, M ═ R 'comprising the truncated data blocks'k×k×Bk×1
(7) And the data collector combines all the data blocks into original data by sending the original data blocks to the user, and data reconstruction is completed.
2. The encoding and decoding method of erasure coding in distributed storage according to claim 1, wherein:
the nodes in the distributed storage system detect the survival states of each other through communication, if node failure occurs in the decoding process, namely the data block stored by the node is lost, and after other nodes detect the failed node, the distributed storage system generates a new node N to replace the failed node for data storage;
the new node N first generates k × kIdentity matrix I ofk×kRemoving the row vector corresponding to the failure node, adding the row vector corresponding to any one of the two check blocks, and placing the row vector in Ik×kThe bottom row of the matrix is obtained, and a repair matrix H is obtainedk×k(ii) a Verifying whether the added row enables repair matrix Hk×kFull rank, if not, another check block is replaced;
for the repair matrix Hk×kInverting to obtain an inverse matrix H'k×k(ii) a H 'is taken out'k×kObtaining a data block required for repairing the failure node according to the row vector of the corresponding failure node, and sending a new node N;
and the newly born node N performs exclusive-OR operation on the received data blocks to obtain the lost data blocks, and the repair is completed.
CN202110572519.7A 2021-05-25 2021-05-25 Coding and decoding method for erasure codes in distributed storage Active CN113391946B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110572519.7A CN113391946B (en) 2021-05-25 2021-05-25 Coding and decoding method for erasure codes in distributed storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110572519.7A CN113391946B (en) 2021-05-25 2021-05-25 Coding and decoding method for erasure codes in distributed storage

Publications (2)

Publication Number Publication Date
CN113391946A true CN113391946A (en) 2021-09-14
CN113391946B CN113391946B (en) 2022-06-17

Family

ID=77619112

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110572519.7A Active CN113391946B (en) 2021-05-25 2021-05-25 Coding and decoding method for erasure codes in distributed storage

Country Status (1)

Country Link
CN (1) CN113391946B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114442950A (en) * 2022-01-21 2022-05-06 山东云海国创云计算装备产业创新中心有限公司 Data recovery method, system, device and computer readable storage medium
CN114896099A (en) * 2022-04-29 2022-08-12 中国人民解放军93216部队 Network environment self-adaptive coding method and system for ubiquitous storage system
CN116028260A (en) * 2023-01-09 2023-04-28 海光信息技术股份有限公司 Data processing method, processing device and storage system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104850468A (en) * 2015-05-31 2015-08-19 上海交通大学 Check matrix based erasure code decoding method
US20170272100A1 (en) * 2016-03-15 2017-09-21 Cloud Crowding Corp. Distributed Storage System Data Management And Security
CN108595287A (en) * 2018-04-27 2018-09-28 新华三技术有限公司成都分公司 Data truncation method and device based on correcting and eleting codes
CN110457161A (en) * 2019-07-26 2019-11-15 成都信息工程大学 A kind of efficiently highly reliable big data storage system, method, computer program
CN112130772A (en) * 2020-09-29 2020-12-25 合肥城市云数据中心股份有限公司 Block chain safe storage method based on sparse random erasure code technology

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104850468A (en) * 2015-05-31 2015-08-19 上海交通大学 Check matrix based erasure code decoding method
US20170272100A1 (en) * 2016-03-15 2017-09-21 Cloud Crowding Corp. Distributed Storage System Data Management And Security
CN108595287A (en) * 2018-04-27 2018-09-28 新华三技术有限公司成都分公司 Data truncation method and device based on correcting and eleting codes
CN110457161A (en) * 2019-07-26 2019-11-15 成都信息工程大学 A kind of efficiently highly reliable big data storage system, method, computer program
CN112130772A (en) * 2020-09-29 2020-12-25 合肥城市云数据中心股份有限公司 Block chain safe storage method based on sparse random erasure code technology

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
邓锐: "分布式存储系统中再生码的性能分析和优化设计", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114442950A (en) * 2022-01-21 2022-05-06 山东云海国创云计算装备产业创新中心有限公司 Data recovery method, system, device and computer readable storage medium
CN114442950B (en) * 2022-01-21 2024-01-23 山东云海国创云计算装备产业创新中心有限公司 Data recovery method, system, device and computer readable storage medium
CN114896099A (en) * 2022-04-29 2022-08-12 中国人民解放军93216部队 Network environment self-adaptive coding method and system for ubiquitous storage system
CN116028260A (en) * 2023-01-09 2023-04-28 海光信息技术股份有限公司 Data processing method, processing device and storage system
CN116028260B (en) * 2023-01-09 2024-02-27 海光信息技术股份有限公司 Data processing method, processing device and storage system

Also Published As

Publication number Publication date
CN113391946B (en) 2022-06-17

Similar Documents

Publication Publication Date Title
CN113391946B (en) Coding and decoding method for erasure codes in distributed storage
CN103688514B (en) A kind of minimum memory regenerates the coding and memory node restorative procedure of code
US9141679B2 (en) Cloud data storage using redundant encoding
CN103688515B (en) The coding of a kind of minimum bandwidth regeneration code and memory node restorative procedure
CN108132854B (en) Erasure code decoding method capable of simultaneously recovering data elements and redundant elements
CN111078460B (en) Fast erasure code calculation method
US11500725B2 (en) Methods for data recovery of a distributed storage system and storage medium thereof
TW202011189A (en) Distributed storage system, method and apparatus
CN105518996B (en) A kind of data decoding method based on binary field reed-solomon code
CN102843212B (en) Coding and decoding processing method and device
WO2018217462A1 (en) Layered error correction encoding for large scale distributed object storage system
CN111858169A (en) Data recovery method, system and related components
TW202001920A (en) Method and apparatus for improved data recovery in data storage systems
CN112130772A (en) Block chain safe storage method based on sparse random erasure code technology
CN103650462B (en) Coding, decoding and the data recovery method of selfreparing code based on homomorphism and storage system thereof
WO2017185681A1 (en) Gel codeword structure coding and decoding method, device and related equipment
WO2017041232A1 (en) Encoding and decoding framework for binary cyclic code
CN111224747A (en) Coding method capable of reducing repair bandwidth and disk reading overhead and repair method thereof
WO2017041233A1 (en) Encoding and storage node repairing method for functional-repair regenerating code
CN108628697B (en) Binary-based node repairing method and system
WO2017041231A1 (en) Codec of binary exact-repair regenerating code
CN115793984A (en) Data storage method and device, computer equipment and storage medium
CN108512553A (en) A kind of truncation regeneration code constructing method reducing bandwidth consumption
CN110780813B (en) Distributed storage system based on subspace codes on binary domain
CN105955839B (en) A kind of regeneration code fault-tolerance approach based on the displacement of finite field binary addition

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant