CN112765051B - Method, device and medium for reducing trim consumption of flash memory device - Google Patents

Method, device and medium for reducing trim consumption of flash memory device Download PDF

Info

Publication number
CN112765051B
CN112765051B CN202110093578.6A CN202110093578A CN112765051B CN 112765051 B CN112765051 B CN 112765051B CN 202110093578 A CN202110093578 A CN 202110093578A CN 112765051 B CN112765051 B CN 112765051B
Authority
CN
China
Prior art keywords
trim
flash memory
memory device
processing method
length
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
CN202110093578.6A
Other languages
Chinese (zh)
Other versions
CN112765051A (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.)
Zhuhai Miaocun Technology Co ltd
Original Assignee
Zhuhai Miaocun 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 Zhuhai Miaocun Technology Co ltd filed Critical Zhuhai Miaocun Technology Co ltd
Priority to CN202110093578.6A priority Critical patent/CN112765051B/en
Publication of CN112765051A publication Critical patent/CN112765051A/en
Application granted granted Critical
Publication of CN112765051B publication Critical patent/CN112765051B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
    • G06F12/0615Address space extension
    • G06F12/063Address space extension for I/O modules, e.g. memory mapped I/O
    • 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/0614Improving the reliability of storage systems
    • G06F3/0616Improving the reliability of storage systems in relation to life time, e.g. increasing Mean Time Between Failures [MTBF]
    • 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/0626Reducing size or complexity of storage systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

The invention relates to a method, a device and a medium for reducing trim consumption of a flash memory device, which comprises the following steps: analyzing the trim command received by the flash memory device to obtain the trim command length; comparing the length of the trim command with a set threshold, if the length of the trim command is less than the set threshold, executing a first trim processing method, and if the length of the trim command is more than or equal to the set threshold, executing a second trim processing method; wherein the first trim processing method performs trim processing by writing specific data to a logical address where trim is to be performed; and deleting the mapping relation of the logic address of the trim to be executed in the logic mapping table by the second trim processing method. The invention has the beneficial effects that: the write-in consumption of the small file trim command is reduced, and the performance and the service life of the NAND device are improved in the actual use process.

Description

Method, device and medium for reducing trim consumption of flash memory device
Technical Field
The invention relates to the field of computer storage equipment, in particular to a method, a device and a medium for reducing trim consumption of a flash memory device.
Background
The NAND (flash memory) device provides a trim (or discard, erase) mechanism, when a user deletes a file, an operating system can send a trim command to the NAND device, data stored before the trim can not be read by the trim address, and even if the trim is restarted after power failure, the data of the address still needs to be invalid. This requires that each time the NAND device processes a trim command, the processed result needs to be stored in the NAND device. For small files, an unmap (delete map) method is adopted and the map information is saved in the NAND device, which results in excessive write data volume and reduces the life and performance of the NAND device.
Disclosure of Invention
The invention aims to solve at least one of the technical problems in the prior art, and provides a method, a device and a medium for reducing the consumption of a trim of a flash memory device.
The technical scheme of the invention comprises a method for reducing trim consumption of a flash memory device, which is characterized by comprising the following steps: analyzing the trim command received by the flash memory device to obtain the trim command length; comparing the length of the trim command with a set threshold, if the length of the trim command is less than the set threshold, executing a first trim processing method, and if the length of the trim command is more than or equal to the set threshold, executing a second trim processing method; wherein the first trim processing method performs trim processing by writing specific data to a logical address where trim is to be performed; and deleting the mapping relation of the logical address of the trim to be executed in the logical mapping table by the second trim processing method.
According to the method for reducing the consumption of the flash memory device trim, the threshold value is set to be the length of N sectors, wherein N can be set in a self-defined mode.
The method of reducing trim consumption of a flash memory device according to, wherein the first trim processing method comprises: and writing specific data into the logical address of the to-be-executed trim by using a logical writing interface, and deleting the mapping relation of the logical address of the to-be-executed trim in the logical mapping table.
The method of reducing trim consumption of a flash memory device according to, wherein the second trim processing method comprises: and deleting the mapping relation of the logical address of the trim to be executed in the logical mapping table.
The method for reducing trim consumption of a flash memory device according to, wherein the method further comprises: and (3) refreshing all dirty logic mapping tables in the memory, and setting a check point, wherein the check point is used for data synchronization, so that the data processed by the trim is invalid when the flash memory device is electrified and restarted.
The invention also relates to a device for reducing trim consumption of a flash memory device, comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor implements any of the method steps when executing the computer program.
The invention also relates to a computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out any of the method steps.
The invention has the beneficial effects that: in the small file trim method, after specific data is written into trim addresses, the mapping relation of the logic addresses of trim to be executed is deleted in a logic mapping table; in the large file trim method, the mapping relation of the logic address of the trim to be executed is deleted in a logic mapping table, all dirty logic mapping tables in a memory are refreshed, and a check point is set so as to ensure that the trim still takes effect after power failure.
Drawings
The invention is further described below with reference to the accompanying drawings and examples;
FIG. 1 illustrates an overall flow diagram according to an embodiment of the invention;
FIG. 2 is a flow diagram illustrating trim processing according to an embodiment of the present invention;
fig. 3 shows a diagram of an apparatus according to an embodiment of the invention.
Detailed Description
Reference will now be made in detail to the present preferred embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to like elements throughout.
In the description of the present invention, a plurality of means is one or more, a plurality of means is two or more, and greater than, less than, more than, etc. are understood as excluding the essential numbers, and greater than, less than, etc. are understood as including the essential numbers.
In the description of the present invention, the consecutive reference numbers of the method steps are for convenience of examination and understanding, and the implementation order between the steps is adjusted without affecting the technical effect achieved by the technical solution of the present invention by combining the whole technical solution of the present invention and the logical relationship between the steps.
In the description of the present invention, unless otherwise explicitly defined, terms such as set, etc. should be broadly construed, and those skilled in the art can reasonably determine the specific meanings of the above terms in the present invention in combination with the detailed contents of the technical solutions.
Fig. 1 shows a general flow diagram according to an embodiment of the invention, the flow comprising: analyzing the trim command received by the flash memory device to obtain the trim command length; comparing the length of the trim command with a set threshold, if the length of the trim command is less than the set threshold, executing a first trim processing method, and if the length of the trim command is more than or equal to the set threshold, executing a second trim processing method; the first trim processing method carries out trim processing by writing a logic address of the trim to be executed into specific data; and deleting the mapping relation of the logical address of the trim to be executed in the logical mapping table by the second trim processing method. The first trim processing method is used for processing small files, the second trim is used for processing large files, the large files are confirmed through the trim and a set threshold, and the set threshold can be set to be a plurality of sectors.
FIG. 2 is a flow diagram illustrating trim processing according to an embodiment of the present invention, the flow in FIG. 2 is summarized as follows: firstly, judging whether the trim operation belongs to a small file trim or a large file trim according to the data length of a trim command; for the small file trim, a logic writing interface is used for writing specific data (which is consistent with data read in an empty disk and is generally all '0' or all '1') into a logic address of the trim, the data of the address which is read again after the power failure restart is ensured to be invalid, and then the part of address unmap (a mapping relation is deleted) is used for reducing the data migration consumption in a GC (garbage collection mechanism); for a large file trim, the address unmap of the trim is needed directly, then all dirty logic mapping tables are refreshed, and finally a check point is set, so that when the power failure is restarted, the address of the trim is invalid.
Fig. 3 shows a diagram of an apparatus according to an embodiment of the invention. The apparatus comprises a memory 100 and a processor 200, wherein the processor 200 stores a computer program for performing: when a data reading request is sent to the storage device to the host, adding an MAC field in a data packet; the storage device receives the data packet and verifies whether the host is authorized. Wherein the memory 100 is used for storing data.
The embodiments of the present invention have been described in detail with reference to the accompanying drawings, but the present invention is not limited to the above embodiments, and various changes can be made within the knowledge of those skilled in the art without departing from the gist of the present invention.

Claims (6)

1. A method for reducing trim consumption of a flash memory device, the method comprising:
analyzing the trim command received by the flash memory device to obtain the trim command length;
comparing the length of the trim command with a set threshold, if the length of the trim command is less than the set threshold, executing a first trim processing method, and if the length of the trim command is more than or equal to the set threshold, executing a second trim processing method;
wherein the first trim processing method performs trim processing by writing specific data to a logical address where trim is to be performed; and deleting the mapping relation of the logical address of the trim to be executed in the logical mapping table by the second trim processing method.
2. The method of claim 1, wherein the set threshold is N sectors long, where N is customizable.
3. The method of reducing trim consumption of a flash memory device of claim 1, wherein the first trim processing method comprises:
and writing specific data into the logical address of the to-be-executed trim by using a logical writing interface, and deleting the mapping relation of the logical address of the to-be-executed trim in the logical mapping table.
4. The method of claim 1, further comprising: and (3) refreshing all dirty logic mapping tables in the memory, and setting a check point, wherein the check point is used for data synchronization, so that the data processed by the trim is invalid when the flash memory device is electrified and restarted.
5. An apparatus for reducing trim consumption of a flash memory device, the apparatus comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor implements the method steps of any of claims 1-4 when executing the computer program.
6. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method steps of any one of claims 1 to 4.
CN202110093578.6A 2021-01-22 2021-01-22 Method, device and medium for reducing trim consumption of flash memory device Active CN112765051B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110093578.6A CN112765051B (en) 2021-01-22 2021-01-22 Method, device and medium for reducing trim consumption of flash memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110093578.6A CN112765051B (en) 2021-01-22 2021-01-22 Method, device and medium for reducing trim consumption of flash memory device

Publications (2)

Publication Number Publication Date
CN112765051A CN112765051A (en) 2021-05-07
CN112765051B true CN112765051B (en) 2022-12-20

Family

ID=75706940

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110093578.6A Active CN112765051B (en) 2021-01-22 2021-01-22 Method, device and medium for reducing trim consumption of flash memory device

Country Status (1)

Country Link
CN (1) CN112765051B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113190472B (en) * 2021-05-27 2023-10-13 深圳忆联信息系统有限公司 Method and device for quickly reconstructing NOMAP information of solid-state storage equipment, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019971A (en) * 2012-11-25 2013-04-03 向志华 Method of quickly responding to trim command, SSD (Solid State Disk) controller and system
CN103984641A (en) * 2014-05-22 2014-08-13 华为技术有限公司 Storage space recycling method and storage space recycling device based on thin provisioning technology
CN105760311A (en) * 2016-02-17 2016-07-13 珠海全志科技股份有限公司 Trim command response method and system and operation system
CN108874300A (en) * 2017-05-11 2018-11-23 慧荣科技股份有限公司 data storage device and operation method thereof
CN109542333A (en) * 2017-09-21 2019-03-29 东芝存储器株式会社 Storage system and the control method for controlling nonvolatile memory

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9558125B2 (en) * 2014-10-27 2017-01-31 Sandisk Technologies Llc Processing of un-map commands to enhance performance and endurance of a storage device
CN106843742A (en) * 2015-12-03 2017-06-13 广明光电股份有限公司 Solid state hard disc and its method for performing delete command
US20200104384A1 (en) * 2018-10-02 2020-04-02 Nutanix, Inc. Systems and methods for continuous trim commands for memory systems

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019971A (en) * 2012-11-25 2013-04-03 向志华 Method of quickly responding to trim command, SSD (Solid State Disk) controller and system
CN103984641A (en) * 2014-05-22 2014-08-13 华为技术有限公司 Storage space recycling method and storage space recycling device based on thin provisioning technology
CN105760311A (en) * 2016-02-17 2016-07-13 珠海全志科技股份有限公司 Trim command response method and system and operation system
CN108874300A (en) * 2017-05-11 2018-11-23 慧荣科技股份有限公司 data storage device and operation method thereof
CN109542333A (en) * 2017-09-21 2019-03-29 东芝存储器株式会社 Storage system and the control method for controlling nonvolatile memory

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Lazy TRIM: Optimizing the journaling overhead caused by TRIM commands on Ext4 file system;K.Lee et al.;《2018 IEEE International Conference on Consumer Electronics》;20180329;全文 *
文件粒度的固态硬盘安全删除研究;雷霞;《中国优秀硕士学位论文全文数据库-信息科技辑》;20190615;第2019年卷(第6期);全文 *
面向移动终端的数据安全删除方法研究与实现;韦腾;《中国优秀硕士学位论文全文数据库-信息科技辑》;20190215;第2019年卷(第2期);全文 *

Also Published As

Publication number Publication date
CN112765051A (en) 2021-05-07

Similar Documents

Publication Publication Date Title
CN110427158B (en) Writing method of solid state disk and solid state disk
US20200183831A1 (en) Storage system and system garbage collection method
US10152274B2 (en) Method and apparatus for reading/writing data from/into flash memory, and user equipment
KR102517685B1 (en) Memory block recovery method and device
WO2023116346A1 (en) Method and system for recovering trim data under abnormal power failure, and solid-state drive
WO2017132797A1 (en) Data arrangement method, storage apparatus, storage controller and storage array
CN112765051B (en) Method, device and medium for reducing trim consumption of flash memory device
CN113031866B (en) Trim management method applied to SSD
CN109783019B (en) Intelligent data storage management method and device
CN108563586B (en) Method for separating garbage recovery data and user data in solid-state disk
CN104794066A (en) Storage apparatus and method for selecting storage area where data is written
CN108958657B (en) Data storage method, storage device and storage system
CN110275678B (en) STT-MRAM-based solid state memory device random access performance improvement method
CN115587050A (en) Mapping table garbage recovery efficiency method and device, computer equipment and medium
US20210303419A1 (en) Data processing method and memory controller utilizing the same
CN109002265B (en) Data processing method and related device
CN110389706B (en) Fingerprint recovery method and storage system
CN112433959A (en) Method and device for realizing data storage processing, computer storage medium and terminal
CN111949212A (en) File system based on user-defined open channel SSD and file management method
CN112783804A (en) Data access method, device and storage medium
CN114415940B (en) Method for reducing read interference of storage medium of embedded system
CN117539692B (en) ZNS solid state disk data set management command implementation method
CN111966606B (en) Data storage device and data processing method
CN111897489B (en) Data writing method, device, equipment and computer readable storage medium
EP4187363A1 (en) Storage controller, storage control method, solid state disk and storage system

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