CN113703674B - Data writing method and related device of storage system - Google Patents

Data writing method and related device of storage system Download PDF

Info

Publication number
CN113703674B
CN113703674B CN202110873703.5A CN202110873703A CN113703674B CN 113703674 B CN113703674 B CN 113703674B CN 202110873703 A CN202110873703 A CN 202110873703A CN 113703674 B CN113703674 B CN 113703674B
Authority
CN
China
Prior art keywords
stripe
lock request
data
effective area
written
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.)
Active
Application number
CN202110873703.5A
Other languages
Chinese (zh)
Other versions
CN113703674A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202110873703.5A priority Critical patent/CN113703674B/en
Publication of CN113703674A publication Critical patent/CN113703674A/en
Application granted granted Critical
Publication of CN113703674B publication Critical patent/CN113703674B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0683Plurality of storage devices
    • G06F3/0689Disk arrays, e.g. RAID, JBOD
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a data writing method of a storage system, which comprises the following steps: creating a first stripe lock request for a stripe corresponding to data to be written; the effective area setting information is added into the first stripe lock request to obtain a second stripe lock request; sending the second stripe lock request to an opposite end controller so that the opposite end controller processes the first stripe lock request and the valid area setting information in the second stripe lock request, and sending a processing success message when the processing is successful; when the processing success message is received, data writing operation is carried out on the data to be written, and the effective area bitmap is set, so that the data writing efficiency is improved, and the problem of delay is avoided. The application also discloses a data writing device, a server and a computer readable storage medium of the storage system, which have the beneficial effects.

Description

Data writing method and related device of storage system
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data writing method, a data writing device, a server, and a computer readable storage medium for a storage system.
Background
With the continuous development of data storage technology, in a RAID (Redundant Arrays of Independent Disks, disk array) software architecture, hot standby disk and data reconstruction are implemented to ensure that data is not lost under the offline condition of a disk. The method specifically comprises the steps of recovering and rewriting the data of the offline disk to the hot spare disk through the data of other online hard disks by a verification algorithm. In the reconstruction process, the management of storage units in the disk is involved, in RAID, the disk is divided into blocks, then the blocks form a stripe, and the stripe is provided for an upper layer for use, and each block has several specifications, so that huge block intervals need unified management.
In the related art, whether a block is reconstructed is recorded while processing results of metadata recording are synchronized among a plurality of controllers of a storage device, to prevent the same block from being processed multiple times by different controllers. In order to determine the bitmap of the effective area, a corresponding bitmap operation request needs to be issued in the data writing process, so that the flow of data writing operation is increased, and the data writing efficiency is reduced.
Therefore, how to improve the efficiency of writing data in a storage system is a major concern for those skilled in the art.
Disclosure of Invention
The application aims to provide a data writing method, a data writing device, a server and a computer readable storage medium of a storage system, so as to improve the data writing efficiency and avoid the problem of delay.
In order to solve the above technical problems, the present application provides a method for writing data in a memory system, including:
creating a first stripe lock request for a stripe corresponding to data to be written;
the effective area setting information is added into the first stripe lock request to obtain a second stripe lock request;
sending the second stripe lock request to an opposite end controller so that the opposite end controller processes the first stripe lock request and the valid area setting information in the second stripe lock request, and sending a processing success message when the processing is successful;
and when the processing success message is received, executing data writing operation on the data to be written, and setting an effective area bitmap.
Optionally, adding valid region setting information to the first tape lock request to obtain a second tape lock request, including:
coding the effective area setting information to obtain an effective area setting code;
and adding the effective area setting code into the structure of the first strap-lock request to obtain the second strap-lock request.
Optionally, the method further comprises:
judging whether an effective area bitmap exists in the stripe corresponding to the data to be written;
and if so, sending the first strip lock request to the opposite end controller so that the opposite end controller processes the first strip lock request.
Optionally, the processing success message includes setting information and lock information.
Optionally, when the processing success message is received, performing a data writing operation on the data to be written, and setting an effective area bitmap, including:
when the processing success message is received, executing data writing operation on the data to be written according to the setting information of the processing success message;
and setting the bitmap of the effective area according to the setting information of the successful processing message.
Optionally, creating a first stripe lock request for a stripe corresponding to the data to be written includes:
receiving the data to be written;
determining a stripe corresponding to the data to be written;
a first stripe lock request is created for the corresponding stripe.
The application also provides a data writing device of the storage system, which comprises:
the lock request application module is used for creating a first stripe lock request for the stripe corresponding to the data to be written;
the setting information adding module is used for adding the setting information of the effective area into the first stripe lock request to obtain a second stripe lock request;
the lock request sending module is used for sending the second stripe lock request to the opposite-end controller so that the opposite-end controller processes the first stripe lock request and the effective area setting information in the second stripe lock request, and sends a processing success message when the processing is successful;
and the local processing module is used for executing data writing operation on the data to be written when the processing success message is received, and setting an effective area bitmap.
Optionally, the setting information adding module is specifically configured to encode the setting information of the effective area to obtain a setting code of the effective area; and adding the effective area setting code into the structure of the first strap-lock request to obtain the second strap-lock request.
The application also provides a server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of writing data as described above when executing the computer program.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method of writing data as described above.
The application provides a data writing method of a storage system, which comprises the following steps: creating a first stripe lock request for a stripe corresponding to data to be written; the effective area setting information is added into the first stripe lock request to obtain a second stripe lock request; sending the second stripe lock request to an opposite end controller so that the opposite end controller processes the first stripe lock request and the valid area setting information in the second stripe lock request, and sending a processing success message when the processing is successful; and when the processing success message is received, executing data writing operation on the data to be written, and setting an effective area bitmap.
The effective area setting information is added into the first stripe lock request to obtain a second stripe lock request, and the second stripe lock request is sent to the opposite end controller, so that the opposite end controller can process the lock request and the setting information after receiving the request once without receiving the corresponding request again, the step of receiving the request is reduced, the data writing operation is simplified, and the data writing efficiency under the condition of recording an effective area bitmap is improved.
The application also provides a data writing device, a server and a computer readable storage medium of the storage system, which have the advantages and are not described in detail herein.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for writing data in a memory system according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a data writing device of a memory system according to an embodiment of the present application.
Detailed Description
The core of the application is to provide a data writing method, a data writing device, a server and a computer readable storage medium of a storage system, so as to improve the data writing efficiency and avoid the problem of delay.
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
In the related art, whether a block is reconstructed is recorded while processing results of metadata recording are synchronized among a plurality of controllers of a storage device, to prevent the same block from being processed multiple times by different controllers. In order to determine the bitmap of the effective area, a corresponding bitmap operation request needs to be issued in the data writing process, so that the flow of data writing operation is increased, and the data writing efficiency is reduced.
Therefore, the application provides a data writing method of a storage system, which is characterized in that the effective area setting information is added into the first stripe lock request to obtain a second stripe lock request, and the second stripe lock request is sent to the opposite end controller, so that the opposite end controller can process the lock request and the setting information after receiving the request once, and the corresponding request is not required to be received again, thereby reducing the steps of receiving the request, simplifying the data writing operation, and improving the data writing efficiency under the condition of recording an effective area bitmap.
The following describes a method for writing data in a memory system according to an embodiment of the present application.
Referring to fig. 1, fig. 1 is a flowchart of a method for writing data in a memory system according to an embodiment of the application.
In this embodiment, the apparatus may include:
s101, creating a first stripe lock request for a stripe corresponding to data to be written;
this step aims at creating a first stripe lock request for the stripe to which the data to be written corresponds. The first stripe lock request is mainly used for locking a stripe, so that the stripe is prevented from being operated by a plurality of devices, and data is prevented from being used as data.
The local end controller executes the steps.
Further, the step may include:
step 1, receiving data to be written;
step 2, determining a stripe corresponding to the data to be written;
and step 3, creating a first stripe lock request for the corresponding stripe.
It can be seen that this alternative is mainly described how to create a stripe lock request. In the alternative scheme, data to be written is received, a stripe corresponding to the data to be written is determined, and a first stripe lock request is created for the corresponding stripe.
It is obvious that in order to avoid that multiple devices operate on the stripe, in this alternative, a first stripe lock request is first created for the received data to be written, so as to apply for the lock request, and lock the stripe.
Further, this embodiment in the present embodiment may include:
step 1, judging whether an effective area bitmap exists in a stripe corresponding to data to be written;
and step 2, if yes, sending a first strip lock request to the opposite end controller so that the opposite end controller can process the first strip lock request.
It can be seen that this alternative also includes directly sending the first stripe lock request. Mainly, when the corresponding stripe exists the corresponding effective area bitmap, the first stripe lock request is directly sent so as to directly perform corresponding processing. In the alternative scheme, whether a stripe corresponding to data to be written has an effective area bitmap is mainly judged, and if so, a first stripe lock request is sent to the opposite terminal controller so that the opposite terminal controller can process the first stripe lock request.
S102, adding the effective area setting information into the first stripe lock request to obtain a second stripe lock request;
on the basis of S101, this step aims at adding the valid region set information to the first request for a second request for a tape lock.
The effective area setting information is mainly used for setting an effective area of the data to be written so as to set a flag bit, and the corresponding position exists data is marked as the effective area.
In the prior art, the valid region setting information is mainly sent to the opposite end controller separately, so that the opposite end controller sets the bitmap of the valid region, so as to represent the bitmap as the presence data, and the bitmap is valid region data.
Further, the step may include:
step 1, coding the effective area setting information to obtain an effective area setting code;
and 2, adding the effective area setting code into the structure of the first strap-lock request to obtain a second strap-lock request.
It can be seen that this alternative is mainly illustrative of how the second request for a stripe lock is obtained. In the alternative scheme, the effective area setting information is encoded to obtain an effective area setting code, and the effective area setting code is added into the structure of the first strap-lock request to obtain a second strap-lock request.
S103, sending a second strip lock request to the opposite end controller so that the opposite end controller processes the first strip lock request and the effective area setting information in the second strip lock request, and sending a processing success message when the processing is successful;
on the basis of S102, this step aims at sending a second stripe lock request to the opposite end controller, so that the opposite end controller processes the first stripe lock request and the valid region setting information in the second stripe lock request, and sends a processing success message when the processing is successful.
It can be seen that this second request for a stripe lock can be sent to the peer controller through this step, so that the peer controller performs a corresponding process. That is, the present embodiment is mainly applied to a dual-end controller. The local end mainly sends corresponding processing requests to the opposite end so as to realize double-end control and improve the reliability of the control.
And S104, when a processing success message is received, executing data writing operation on the data to be written, and setting the effective area bitmap.
On the basis of S103, this step aims at performing a write data operation on data to be written and setting the effective area bitmap when a process success message is received.
It can be seen that, on the basis of successful processing of the request by the opposite end, the local end controller performs a write operation on the data to be written, and performs a setting operation of the bitmap again.
The successful processing message comprises setting information and lock information.
Correspondingly, when receiving the processing success message, executing the data writing operation on the data to be written, and setting the effective area bitmap, including:
step 1, when a processing success message is received, executing data writing operation on data to be written according to setting information of the processing success message;
and step 2, setting the bitmap of the effective area according to the setting information of the successful message.
It can be seen that this alternative is mainly to explain how the processing is performed. In the alternative scheme, when a processing success message is received, data writing operation is executed on data to be written according to the setting information of the processing success message, and setting processing is carried out on the bitmap of the effective area according to the setting information of the processing success message.
It can be seen that in this alternative, the writing process is performed first, and then the setting process is performed on the effective area bitmap, so as to obtain the effective area bitmap. Further, when the reconstruction operation of the storage device is performed, the range of the reconstruction operation is narrowed according to the effective area bitmap, and the efficiency of the reconstruction operation is improved.
In summary, in this embodiment, the valid region set information is added to the first stripe lock request to obtain the second stripe lock request, and then the second stripe lock request is sent to the opposite end controller, so that the opposite end controller can process the lock request and the set information after receiving a request, and does not need to receive the corresponding request again, thereby reducing the steps of receiving the request, simplifying the data writing operation, and improving the data writing efficiency under the condition of recording the valid region bitmap.
The method for writing data in a memory system according to the present application is further described below by means of a specific embodiment.
In this embodiment, the Io write flow may include:
step 1, preparing a stripe for applying a stripe lock, and searching a bitmap of a corresponding effective area according to the stripe;
step 2, judging whether the current stripe is already an effective area; if yes, executing the step 3; if not, executing the step 4;
step 3, coding the information of the effective area without setting to a strip lock application structure;
step 4, encoding the effective area setting information to a stripe lock application structure;
step 5, sending a request to the opposite-end controller;
step 6, decoding by the opposite end controller to obtain a locking request and a bitmap setting mark;
step 7, setting request processing;
step 8, waiting for locking information when the processing is successful;
step 9, locking request processing;
step 10, locking request processing is completed;
step 11, setting information is coded to lock information and sent back to the home terminal;
step 12, the local end decodes, processes the lock and the subsequent io flow, and processes the bitmap setting correlation.
Therefore, in this embodiment, the bitmap update is merged into the io writing flow, the set information and the lock information are combined and sent, so that the communication between the two double controls is reduced, and the normal io writing scene is not obviously affected. The queue queuing phenomenon in bitmap updating is omitted, and the bitmap updating mechanism is dependent on the io for processing and does not wait, but is updated once every time each io is written, so that the updating efficiency is improved.
Therefore, in this embodiment, the valid region set information is added to the first stripe lock request to obtain the second stripe lock request, and then the second stripe lock request is sent to the opposite end controller, so that the opposite end controller can process the lock request and the set information after receiving the request once, and the opposite end controller does not need to receive the corresponding request again, thereby reducing the steps of receiving the request, simplifying the data writing operation, and improving the data writing efficiency under the condition of recording the valid region bitmap.
The following describes a data writing device provided by an embodiment of the present application, and the data writing device described below and the data writing method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a data writing device of a memory system according to an embodiment of the application.
In this embodiment, the apparatus may include:
the lock request application module 100 is configured to create a first stripe lock request for a stripe corresponding to data to be written;
the setting information adding module 200 is configured to add the setting information of the effective area to the first stripe lock request to obtain a second stripe lock request;
the lock request sending module 300 is configured to send a second stripe lock request to the peer end controller, so that the peer end controller processes the first stripe lock request and the valid region setting information in the second stripe lock request, and send a processing success message when the processing is successful;
the local processing module 400 is configured to perform a data writing operation on data to be written when receiving a processing success message, and set an effective area bitmap.
Optionally, the setting information adding module 200 is specifically configured to encode the setting information of the effective area to obtain a setting code of the effective area; and adding the valid region set code to the structure of the first strap-lock request to obtain a second strap-lock request.
The server provided by the embodiment of the application comprises the following components:
a memory for storing a computer program;
a processor for implementing the steps of the method of writing data as described in the above embodiments when executing the computer program.
A computer readable storage medium according to an embodiment of the present application stores a computer program thereon, which when executed by a processor implements the steps of the method for writing data according to the above embodiment.
In the description, each embodiment is described in a progressive manner, and each embodiment is mainly described by the differences from other embodiments, so that the same similar parts among the embodiments are mutually referred. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The data writing method, the data writing device, the server and the computer readable storage medium of the storage system provided by the application are described in detail above. The principles and embodiments of the present application have been described herein with reference to specific examples, the description of which is intended only to facilitate an understanding of the method of the present application and its core ideas. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the application can be made without departing from the principles of the application and these modifications and adaptations are intended to be within the scope of the application as defined in the following claims.

Claims (9)

1. A method of writing data in a memory system, comprising:
creating a first stripe lock request for a stripe corresponding to data to be written; the first stripe lock request is used for locking the stripe, so that the stripe is prevented from being operated by a plurality of devices;
judging whether an effective area bitmap exists in the stripe corresponding to the data to be written;
if yes, the first strip lock request is sent to the opposite-end controller, so that the opposite-end controller processes the first strip lock request;
if not, the effective area setting information is added into the first stripe lock request to obtain a second stripe lock request;
sending the second stripe lock request to the opposite end controller so that the opposite end controller processes the first stripe lock request and the valid area setting information in the second stripe lock request, and sending a processing success message when the processing is successful;
and when the processing success message is received, executing data writing operation on the data to be written, and setting an effective area bitmap.
2. The method of writing data according to claim 1, wherein adding the valid region set information to the first stripe lock request results in a second stripe lock request, comprising:
coding the effective area setting information to obtain an effective area setting code;
and adding the effective area setting code into the structure of the first strap-lock request to obtain the second strap-lock request.
3. The method of writing data according to claim 1, wherein the process success message includes set information and lock information.
4. A method of writing data according to claim 3, wherein when the processing success message is received, performing a data writing operation on the data to be written and setting an effective area bitmap, comprising:
when the processing success message is received, executing data writing operation on the data to be written according to the setting information of the processing success message;
and setting the bitmap of the effective area according to the setting information of the successful processing message.
5. The method of writing data according to claim 1, wherein creating a first stripe lock request for a stripe corresponding to data to be written comprises:
receiving the data to be written;
determining a stripe corresponding to the data to be written;
a first stripe lock request is created for the corresponding stripe.
6. A data writing apparatus of a memory system, comprising:
the lock request application module is used for creating a first stripe lock request for the stripe corresponding to the data to be written; the first stripe lock request is used for locking the stripe, so that the stripe is prevented from being operated by a plurality of devices;
the setting information adding module is used for judging whether the stripe corresponding to the data to be written has an effective area bitmap or not; if yes, the first strip lock request is sent to the opposite-end controller, so that the opposite-end controller processes the first strip lock request; if not, the effective area setting information is added into the first stripe lock request to obtain a second stripe lock request;
the lock request sending module is used for sending the second stripe lock request to the opposite end controller so that the opposite end controller processes the first stripe lock request and the valid area setting information in the second stripe lock request, and when the processing is successful, a processing success message is sent;
and the local processing module is used for executing data writing operation on the data to be written when the processing success message is received, and setting an effective area bitmap.
7. The data writing device according to claim 6, wherein the set information adding module is specifically configured to encode the valid region set information to obtain a valid region set code; and adding the effective area setting code into the structure of the first strap-lock request to obtain the second strap-lock request.
8. A server, comprising:
a memory for storing a computer program;
processor for implementing the steps of the method of writing data according to any one of claims 1 to 5 when executing said computer program.
9. A computer-readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of the method of writing data according to any one of claims 1 to 5.
CN202110873703.5A 2021-07-30 2021-07-30 Data writing method and related device of storage system Active CN113703674B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110873703.5A CN113703674B (en) 2021-07-30 2021-07-30 Data writing method and related device of storage system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110873703.5A CN113703674B (en) 2021-07-30 2021-07-30 Data writing method and related device of storage system

Publications (2)

Publication Number Publication Date
CN113703674A CN113703674A (en) 2021-11-26
CN113703674B true CN113703674B (en) 2023-08-11

Family

ID=78651135

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110873703.5A Active CN113703674B (en) 2021-07-30 2021-07-30 Data writing method and related device of storage system

Country Status (1)

Country Link
CN (1) CN113703674B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2963365A1 (en) * 2015-12-31 2017-06-30 Lei Chen Data write method, apparatus, and system
CN110187830A (en) * 2019-04-22 2019-08-30 中国科学院计算技术研究所 A kind of method and system accelerating disk array reconstruction

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2963365A1 (en) * 2015-12-31 2017-06-30 Lei Chen Data write method, apparatus, and system
CN107209733A (en) * 2015-12-31 2017-09-26 华为技术有限公司 data writing method and device and system
CN110187830A (en) * 2019-04-22 2019-08-30 中国科学院计算技术研究所 A kind of method and system accelerating disk array reconstruction

Also Published As

Publication number Publication date
CN113703674A (en) 2021-11-26

Similar Documents

Publication Publication Date Title
US11614867B2 (en) Distributed storage system-based data processing method and storage device
CN110442535B (en) Method and system for improving reliability of distributed solid-state disk key value cache system
US20210216390A1 (en) Methods of data concurrent recovery for a distributed storage system and storage medium thereof
CN104252466A (en) Stream computing processing method, equipment and system
CN106789249B (en) Hot updating method, client and server
US10346066B2 (en) Efficient erasure coding of large data objects
CN111290711A (en) IO processing method and related device of RAID system
WO2021174828A1 (en) Data processing method, apparatus, computer system, and readable storage medium
CN105635252A (en) Erasure code redundant backup strategy of Hadoop distributed file system (HDFS)
CN115167782B (en) Temporary storage copy management method, system, equipment and storage medium
CN114237971A (en) Erasure code coding layout method and system based on distributed storage system
CN113703674B (en) Data writing method and related device of storage system
CN111008181A (en) Method, system, terminal and storage medium for switching storage strategies of distributed file system
CN112463880B (en) Block chain data storage method and related device
CN111966531B (en) Data snapshot method and device, computer equipment and storage medium
CN108052294B (en) Modification writing method and modification writing system of distributed storage system
CN110427423A (en) A kind of method, equipment and readable medium for avoiding database session from interrupting
CN108958964A (en) A kind of data modification method, device, equipment and readable storage medium storing program for executing
CN112015325B (en) Method for generating decoding matrix, decoding method and corresponding device
CN112114757B (en) Storage method and system in object storage system, computing device and medium
CN114138526A (en) Mixed data updating method and storage system for erasure codes of memory key values
CN114676000A (en) Data processing method and device, storage medium and computer program product
WO2020238748A1 (en) Data synchronization processing method and apparatus, electronic device and computer storage medium
CN109213621B (en) Data processing method and data processing equipment
CN106302573B (en) Method, system and device for processing data by adopting erasure code

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