CN109491611B - Metadata dropping method, device and equipment - Google Patents

Metadata dropping method, device and equipment Download PDF

Info

Publication number
CN109491611B
CN109491611B CN201811319311.9A CN201811319311A CN109491611B CN 109491611 B CN109491611 B CN 109491611B CN 201811319311 A CN201811319311 A CN 201811319311A CN 109491611 B CN109491611 B CN 109491611B
Authority
CN
China
Prior art keywords
memory pool
metadata
main memory
memory
pool
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
CN201811319311.9A
Other languages
Chinese (zh)
Other versions
CN109491611A (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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201811319311.9A priority Critical patent/CN109491611B/en
Publication of CN109491611A publication Critical patent/CN109491611A/en
Application granted granted Critical
Publication of CN109491611B publication Critical patent/CN109491611B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/0673Single storage device
    • G06F3/0674Disk device
    • G06F3/0676Magnetic disk device

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

The invention discloses a metadata disk-dropping method, which comprises the steps of reading the used memory value of a main memory pool; judging whether the main memory pool has insufficient memory according to the used memory value; if the main memory pool is insufficient, starting a standby memory pool to perform metadata destaging by using the main memory pool and the standby memory pool; and starting a timer, and when the timing duration of the timer reaches a timing threshold, sending an IO request reply to the host. The metadata disk-dropping method can effectively reduce the situations that the metadata disk-dropping speed is slow and the IO request of the host cannot be replied in time due to the lack of the memory of the storage system; IO suspension is avoided, and reliability of metadata disk dropping is improved. The invention also discloses a metadata tray dropping device, equipment and a computer readable storage medium, which have the beneficial effects.

Description

Metadata dropping method, device and equipment
Technical Field
The invention relates to the technical field of data storage, in particular to a metadata disk-dropping method; and also relates to a metadata landing device, equipment and a computer readable storage medium.
Background
When the host issues an IO request, the storage system stores the metadata into the memory in a data structure of the B + tree. When the data amount in the memory reaches the lower brushing threshold value, the metadata in the memory can be brushed down onto the disk, namely the metadata is landed. If the metadata exists on the disk, the metadata in the memory is merged with the metadata on the disk, and then data is flushed down. Under normal conditions, the metadata falling can merge the memory tree and the disk tree, and under the conditions that the disk tree is particularly large or a storage system generates a large amount of metadata rapidly, an IO request of a host cannot be replied in time due to the fact that the speed of the metadata falling is low, the host stops issuing IO, and therefore IO cutoff is caused, and even the storage system crashes overtime.
Therefore, how to provide a metadata disk-dropping scheme to avoid IO suspension and improve the reliability of metadata disk-dropping is a technical problem to be urgently solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a metadata disk-dropping method, which can avoid IO suspension and improve the reliability of metadata disk-dropping; another object of the present invention is to provide a metadata landing device, an apparatus and a computer readable storage medium, all of which have the above advantages.
In order to solve the technical problem, the invention provides a metadata disk-dropping method, which comprises the following steps:
reading a used memory value of the main memory pool;
judging whether the main memory pool has insufficient memory according to the used memory value;
if the main memory pool is insufficient, starting a standby memory pool to perform metadata destaging by using the main memory pool and the standby memory pool; and starting a timer, and when the timing duration of the timer reaches a timing threshold, sending an IO request reply to the host.
Optionally, the determining whether the main memory pool has insufficient memory according to the used memory value includes:
comparing the used memory value with a preset threshold value, and judging whether the used memory value reaches the preset threshold value; wherein the preset threshold is smaller than the memory capacity of the main memory pool;
if so, the main memory pool is insufficient in memory;
and if not, the main memory pool is full.
Optionally, the method further includes:
modifying the size of the timing threshold according to configuration input.
In order to solve the above technical problem, the present invention further provides a metadata tray dropping apparatus, including:
the reading module is used for reading the used memory value of the main memory pool;
the judging module is used for judging whether the main memory pool has insufficient memory according to the used memory value;
the starting module is used for starting a standby memory pool if the main memory pool is insufficient to perform metadata disk dropping by using the main memory pool and the standby memory pool; and starting a timer, and when the timing duration of the timer reaches a timing threshold, sending an IO request reply to the host.
Optionally, the determining module is specifically configured to:
comparing the used memory value with a preset threshold value, and judging whether the used memory value reaches the preset threshold value; wherein the preset threshold is smaller than the memory capacity of the main memory pool;
if so, the main memory pool is insufficient in memory;
and if not, the main memory pool is full.
Optionally, the method further includes:
and the modifying module is used for modifying the size of the timing threshold according to configuration input.
In order to solve the above technical problem, the present invention further provides a metadata destaging device, including:
a memory for storing a computer program;
a processor for implementing the steps of the metadata landing method as claimed in any one of the above when executing the computer program.
In order to solve the above technical problem, the present invention further provides a computer-readable storage medium, which stores a computer program, and the computer program, when executed by a processor, implements the steps of the metadata landing method according to any one of the above.
The metadata disk-dropping method provided by the invention comprises the steps of reading the used memory value of a main memory pool; judging whether the main memory pool has insufficient memory according to the used memory value; if the main memory pool is insufficient, starting a standby memory pool to perform metadata destaging by using the main memory pool and the standby memory pool; and starting a timer, and when the timing duration of the timer reaches a timing threshold, sending an IO request reply to the host.
Therefore, the metadata disk-dropping method provided by the invention is characterized in that the spare memory pool is additionally arranged on the basis of the main memory pool, and the storage system judges whether the main memory pool has insufficient memory by reading the used memory value of the main memory pool. When the main memory pool has insufficient memory, the standby memory pool is started, and then the main memory pool and the standby memory pool are utilized to perform metadata dropping, so that the situations that the metadata dropping speed is low and the IO request of the host cannot be replied in time due to the insufficient memory of the main memory pool at the current moment can be effectively reduced; in addition, when the memory of the main memory pool is insufficient, the timer is started, and when the timing duration of the timer reaches a timing threshold, an IO request reply is sent to the host, so that negative feedback is realized, the speed of issuing the IO request by the host is reduced, the IO request is prevented from being hung, and the reliability of metadata disk dropping is improved.
The metadata dropping device, the equipment and the computer readable storage medium provided by the invention have the beneficial effects.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic flowchart of a metadata destaging method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a metadata dropping apparatus according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a metadata landing device according to an embodiment of the present invention.
Detailed Description
The core of the invention is to provide a metadata disk-dropping method, which can avoid IO suspension and improve the reliability of metadata disk-dropping; another core of the present invention is to provide a metadata landing device, an apparatus and a computer readable storage medium, all having the above beneficial effects.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating a metadata destaging method according to an embodiment of the present invention; referring to fig. 1, the metadata landing method includes:
s100: reading a used memory value of the main memory pool;
s200: judging whether the main memory pool has insufficient memory according to the used memory value;
specifically, a standby memory pool is added on the basis of a main memory pool of the storage system. The storage system can read the used memory value of the main memory pool from the relevant interface of the main memory pool in real time, and further judge whether the main memory pool has insufficient memory according to the read used memory value of the main memory pool.
Optionally, the determining whether the main memory pool has insufficient memory according to the used memory value may include: comparing the used memory value with a preset threshold value, and judging whether the used memory value reaches the preset threshold value; wherein the preset threshold is smaller than the memory capacity of the main memory pool; if so, the main memory pool is insufficient in memory; if not, the main memory pool is full.
Specifically, a suitable memory reference value, that is, the preset threshold value, may be preset. The storage system further compares the used memory value with a preset threshold value on the basis of reading the used memory value of the main memory pool, judges whether the used memory value reaches the preset threshold value, and if so, the main memory pool is insufficient in memory. On the contrary, if the current value is not reached, the main memory pool is full. In this embodiment, the preset threshold is smaller than the storage capacity of the main memory pool. Therefore, before the memory of the main memory pool is completely occupied, the standby memory pool can be started, and the reliability of metadata disk dropping is further improved. For example, the memory capacity of the main memory pool is 400M, the preset threshold is 350, and when the used memory value of the main memory pool reaches 350M and does not reach 400M, the spare memory pool is activated. Of course, the specific value of the preset threshold is not specifically limited in the present invention, and may be set differently according to actual needs.
S300: if the main memory pool is insufficient, starting a standby memory pool to perform metadata disk dropping by using the main memory pool and the standby memory pool; and starting a timer, and sending an IO request reply to the host when the timing duration of the timer reaches a timing threshold.
Specifically, if the main memory pool is insufficient, the standby memory pool is started, so that the metadata is landed through the main memory pool and the standby memory pool together. The metadata can be written into the main memory pool and the standby memory pool, and when the amount of the metadata in the main memory pool and the standby memory pool reaches the lower brushing threshold value, the metadata in the main memory pool and the standby memory pool are brushed down to the disk. In addition, when the memory shortage of the main memory pool is judged, the storage system starts a timer, and when the timing duration of the timer reaches a timing threshold, for example, reaches 30s, an IO request reply is sent to the host. And when the timing duration of the timer does not reach the timing threshold, no IO request reply is sent to the host.
On the contrary, if the main memory pool has sufficient memory, the processing speed of the things can be not limited at all, and the IO request of the receiving host can be processed normally.
Further, when the main memory pool and the standby memory pool complete metadata disk dropping, and after the memory is released, the main memory pool has sufficient memory space again, at this time, the storage system can close the standby memory pool and the timer, and the subsequent IO request is normally processed by the main memory pool until the main memory pool has insufficient memory again.
The invention also does not only limit the specific number of the spare memory pools additionally arranged in the storage system, and can set a proper number of spare memory pools in combination with the actual application requirements.
In summary, the metadata destaging method provided by the present invention adds the spare memory pool on the basis of the main memory pool, and the storage system determines whether the main memory pool has insufficient memory by reading the used memory value of the main memory pool. When the main memory pool has insufficient memory, the standby memory pool is started, and then the main memory pool and the standby memory pool are utilized to perform metadata disk dropping, so that the situations that the metadata disk dropping speed is low and the IO request of the host cannot be timely replied due to the lack of the memory of the storage system can be effectively reduced; in addition, when the main memory pool has insufficient memory, a timer is started, and when the timing duration of the timer reaches a timing threshold, an IO request reply is sent to the host, so that negative feedback is realized, the speed of issuing the IO request by the host is reduced, the IO request is prevented from being hung, and the reliability of metadata disk dropping is improved.
On the basis of the above-described embodiment: optionally, the metadata disk-dropping method may further include: the timing threshold is modified in size based on configuration input.
Specifically, in order to provide more flexible use experience for the user, when the user needs to change the speed of the host sending the IO request in combination with the actual application requirements, the related configuration information may be input, so that the storage system automatically modifies the size of the timing threshold according to the configuration input, thereby satisfying the actual requirements.
The invention also provides a metadata tray dropping device, which can be correspondingly referred to with the metadata tray dropping method described above. Referring to fig. 2, fig. 2 is a schematic diagram of a metadata dropping device according to an embodiment of the present invention; as can be seen from fig. 2, the metadata dropping device may include:
a reading module 10, configured to read a used memory value of the main memory pool;
a judging module 20, configured to judge whether the main memory pool has insufficient memory according to the used memory value;
the starting module 30 is configured to start the standby memory pool if the main memory pool is insufficient, so as to perform metadata dropping by using the main memory pool and the standby memory pool; and starting a timer, and sending an IO request reply to the host when the timing duration of the timer reaches a timing threshold.
On the basis of the foregoing embodiment, optionally, the determining module 20 is specifically configured to:
comparing the used memory value with a preset threshold value, and judging whether the used memory value reaches the preset threshold value; wherein the preset threshold is smaller than the memory capacity of the main memory pool; if so, the main memory pool is insufficient in memory; if not, the main memory pool is full.
On the basis of the above embodiment, optionally, the method further includes:
and the modifying module is used for modifying the size of the timing threshold according to the configuration input.
The present invention further provides a metadata tray dropping apparatus, please refer to fig. 3, where fig. 3 is a schematic diagram of a metadata tray dropping apparatus according to an embodiment of the present invention; as can be seen from fig. 3, the metadata landing device may include a memory 1 and a processor 2. Wherein, the memory 1 is used for storing computer programs; a processor 2, configured to implement the following steps when executing the computer program:
reading a used memory value of the main memory pool; judging whether the main memory pool has insufficient memory according to the used memory value; if the main memory pool is insufficient, starting a standby memory pool to perform metadata disk dropping by using the main memory pool and the standby memory pool; and starting a timer, and sending an IO request reply to the host when the timing duration of the timer reaches a timing threshold.
For the introduction of the metadata drop device provided by the present invention, please refer to the above embodiment of the metadata drop method, which is not described herein again.
The present invention also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of:
reading a used memory value of the main memory pool; judging whether the main memory pool has insufficient memory according to the used memory value; if the main memory pool is insufficient, starting a standby memory pool to perform metadata disk dropping by using the main memory pool and the standby memory pool; and starting a timer, and sending an IO request reply to the host when the timing duration of the timer reaches a timing threshold.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For the introduction of the computer-readable storage medium provided by the present invention, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device, the apparatus and the computer-readable storage medium disclosed by the embodiments correspond to the method disclosed by the embodiments, so that the description is simple, and the relevant points can be referred to the description of the method.
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 components and steps have been described above generally in terms of their functionality in order to clearly illustrate this 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 implementation. 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 invention.
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. A software module may reside 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 metadata landing method, device, equipment and computer readable storage medium provided by the invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (8)

1. A metadata destaging method, comprising:
reading a used memory value of the main memory pool;
judging whether the main memory pool has insufficient memory according to the used memory value;
if the main memory pool is insufficient, starting a standby memory pool to perform metadata destaging by using the main memory pool and the standby memory pool; and starting a timer, and when the timing duration of the timer reaches a timing threshold, sending an IO request reply to the host.
2. The metadata destaging method according to claim 1, wherein the determining whether the main memory pool has insufficient memory according to the used memory value comprises:
comparing the used memory value with a preset threshold value, and judging whether the used memory value reaches the preset threshold value; wherein the preset threshold is smaller than the memory capacity of the main memory pool;
if so, the main memory pool is insufficient in memory;
and if not, the main memory pool is full.
3. The metadata destaging method according to claim 2, further comprising:
modifying the size of the timing threshold according to configuration input.
4. A metadata dropoff device, comprising:
the reading module is used for reading the used memory value of the main memory pool;
the judging module is used for judging whether the main memory pool has insufficient memory according to the used memory value;
the starting module is used for starting a standby memory pool if the main memory pool is insufficient to perform metadata disk dropping by using the main memory pool and the standby memory pool; and starting a timer, and when the timing duration of the timer reaches a timing threshold, sending an IO request reply to the host.
5. The metadata tray dropping device according to claim 4, wherein the determining module is specifically configured to:
comparing the used memory value with a preset threshold value, and judging whether the used memory value reaches the preset threshold value; wherein the preset threshold is smaller than the memory capacity of the main memory pool;
if so, the main memory pool is insufficient in memory;
and if not, the main memory pool is full.
6. The metadata landing device of claim 5, further comprising:
and the modifying module is used for modifying the size of the timing threshold according to configuration input.
7. A metadata dropoff device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the metadata landing method as claimed in any one of claims 1 to 3 when executing the computer program.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the steps of the metadata landing method according to any one of claims 1 to 3.
CN201811319311.9A 2018-11-07 2018-11-07 Metadata dropping method, device and equipment Active CN109491611B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811319311.9A CN109491611B (en) 2018-11-07 2018-11-07 Metadata dropping method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811319311.9A CN109491611B (en) 2018-11-07 2018-11-07 Metadata dropping method, device and equipment

Publications (2)

Publication Number Publication Date
CN109491611A CN109491611A (en) 2019-03-19
CN109491611B true CN109491611B (en) 2021-11-09

Family

ID=65695137

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811319311.9A Active CN109491611B (en) 2018-11-07 2018-11-07 Metadata dropping method, device and equipment

Country Status (1)

Country Link
CN (1) CN109491611B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109976953A (en) * 2019-04-10 2019-07-05 苏州浪潮智能科技有限公司 A kind of data back up method
CN110673791B (en) * 2019-09-06 2022-07-22 苏州浪潮智能科技有限公司 Metadata refreshing method, device and equipment and readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771567A (en) * 2009-11-10 2010-07-07 南京联创科技集团股份有限公司 Method for lasting data based on blog or dual-system warm backing up for autonomous internal memory database
US9229864B1 (en) * 2013-03-15 2016-01-05 Emc Corporation Managing metadata synchronization for reducing host system latency in a storage system
CN105302676A (en) * 2014-07-28 2016-02-03 浙江大华技术股份有限公司 Method and apparatus for transmitting host and backup mechanism data of distributed file system
US9268651B1 (en) * 2012-10-31 2016-02-23 Amazon Technologies, Inc. Efficient recovery of storage gateway cached volumes
CN106648442A (en) * 2015-10-29 2017-05-10 阿里巴巴集团控股有限公司 Metadata node internal memory mirroring method and device
CN107169083A (en) * 2017-05-11 2017-09-15 聚龙融创科技有限公司 Public security bayonet socket magnanimity vehicle data storage and retrieval method and device, electronic equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090060774A (en) * 2007-12-10 2009-06-15 한국전자통신연구원 Apparatus and method for mirroring firmware and data of the embedded system
US9055119B2 (en) * 2013-03-26 2015-06-09 Vmware, Inc. Method and system for VM-granular SSD/FLASH cache live migration
US10846024B2 (en) * 2016-05-16 2020-11-24 Commvault Systems, Inc. Global de-duplication of virtual disks in a storage platform

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771567A (en) * 2009-11-10 2010-07-07 南京联创科技集团股份有限公司 Method for lasting data based on blog or dual-system warm backing up for autonomous internal memory database
US9268651B1 (en) * 2012-10-31 2016-02-23 Amazon Technologies, Inc. Efficient recovery of storage gateway cached volumes
US9229864B1 (en) * 2013-03-15 2016-01-05 Emc Corporation Managing metadata synchronization for reducing host system latency in a storage system
CN105302676A (en) * 2014-07-28 2016-02-03 浙江大华技术股份有限公司 Method and apparatus for transmitting host and backup mechanism data of distributed file system
CN106648442A (en) * 2015-10-29 2017-05-10 阿里巴巴集团控股有限公司 Metadata node internal memory mirroring method and device
CN107169083A (en) * 2017-05-11 2017-09-15 聚龙融创科技有限公司 Public security bayonet socket magnanimity vehicle data storage and retrieval method and device, electronic equipment

Also Published As

Publication number Publication date
CN109491611A (en) 2019-03-19

Similar Documents

Publication Publication Date Title
CN104808952B (en) data cache method and device
CN107643880A (en) The method and device of file data migration based on distributed file system
CN109491611B (en) Metadata dropping method, device and equipment
WO2021043212A1 (en) Log data storage method, electronic device and storage medium
CN109614045B (en) Metadata dropping method and device and related equipment
WO2017032265A1 (en) Application push method and apparatus, and a serving device
US11822439B1 (en) Method and apparatus for optimizing open block in solid-state drive, device, and readable medium
CN109491592B (en) Storage device, data writing method thereof and storage device
CN103809502B (en) Controller and recording medium
WO2016145804A1 (en) Data processing and device
US10146623B2 (en) Indicating rebuild state of storage devices
CN108334383B (en) Information processing method and electronic equipment
CN110704257A (en) Solid state disk, quality monitoring method and device thereof and computer readable storage medium
CN110399168A (en) Majority according to disk storage server system start method, device and equipment
CN108762670B (en) Management method, system and device for data blocks in SSD (solid State disk) firmware
CN113885917A (en) Program flashing method and device of controller, controller and storage medium
CN111061429B (en) Data access method, device, equipment and medium
CN110941605B (en) Method and device for deleting repeated data on line and readable storage medium
CN109977074B (en) HDFS-based LOB data processing method and device
CN110362448A (en) A kind of GPU management-control method and relevant apparatus
CN111143181A (en) Server maintenance method, system, equipment and computer readable storage medium
CN109582244B (en) Metadata disk-dropping method, device, terminal and computer-readable storage medium
CN110658993A (en) Snapshot rollback method, device, equipment and storage medium
CN115437572A (en) Data dropping method, device, equipment and medium
CN107145308B (en) Mobile terminal, SD card operation control method and system thereof, and storage device

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