CN114546294B - Solid state disk reading method, system and related components - Google Patents

Solid state disk reading method, system and related components Download PDF

Info

Publication number
CN114546294B
CN114546294B CN202210424658.XA CN202210424658A CN114546294B CN 114546294 B CN114546294 B CN 114546294B CN 202210424658 A CN202210424658 A CN 202210424658A CN 114546294 B CN114546294 B CN 114546294B
Authority
CN
China
Prior art keywords
scheduling
solid state
state disk
read data
request message
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
CN202210424658.XA
Other languages
Chinese (zh)
Other versions
CN114546294A (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 CN202210424658.XA priority Critical patent/CN114546294B/en
Publication of CN114546294A publication Critical patent/CN114546294A/en
Application granted granted Critical
Publication of CN114546294B publication Critical patent/CN114546294B/en
Priority to PCT/CN2023/082057 priority patent/WO2023202288A1/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/0604Improving or facilitating administration, e.g. storage management
    • 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/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0679Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]

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)

Abstract

The application discloses a solid state disk reading method, a solid state disk reading system and related components, and relates to the field of solid state disk task operation, wherein the method comprises the following steps: initializing a rear-end module of the solid state disk to determine a plurality of scheduling main bodies, wherein the total number of the scheduling main bodies is greater than the total number of the logic unit numbers in the solid state disk; respectively allocating context to each scheduling subject; and receiving request messages to enable each scheduling main body to execute corresponding concurrent scheduling tasks according to the corresponding request messages, and transmitting read data corresponding to the scheduling tasks to an information receiving end through a bus. The method is used for executing the read tasks of the solid state disk, the scheduling main bodies which are more than the logic unit numbers are arranged, then the scheduling main bodies are enabled to execute the concurrent scheduling tasks, the speed of executing the concurrent scheduling tasks is higher than that of executing the concurrent scheduling tasks by the original logic unit numbers due to the fact that the number of the scheduling main bodies is more, meanwhile, idle bus transmission read data can be effectively utilized, and resource waste is reduced.

Description

Solid state disk reading method, system and related components
Technical Field
The invention relates to the field of task operation of solid state disks, in particular to a solid state disk reading method, a solid state disk reading system and related components.
Background
In the big data era, the importance of data storage is more and more obvious. While the computing speed of components such as a Central Processing Unit (CPU) is getting higher and higher, the data storage and reading speed is always a bottleneck problem of the system running speed.
Different from a traditional hard disk, flash memory particles NAND in a storage Unit of a solid state disk are grouped by taking channel channels as units, each channel is provided with a controller, the NAND operation of each channel can be performed in parallel, the channels are not influenced mutually, meanwhile, the operation of a plurality of Logic Unit Numbers (LUNs) is controlled to be concurrent in the same channel, each LUN executes respective operation task respectively, but all LUNs share one bus, and all LUNs output data in a serial mode through the bus.
However, with the development of technology, the capacity of the block data blocks in each LUN is larger and larger, and the number of blocks in each LUN is also larger and larger, so that when the total capacity of the solid state disk is not changed, the number and capacity of the blocks increase, the number of LUNs that can be parallel in each channel decreases, the number of execution bodies of the read tasks in each channel decreases, the read efficiency decreases, and meanwhile, the problems of data bus idling and resource waste also occur.
Therefore, how to provide a solution to the above technical problems is a problem to be solved by those skilled in the art.
Disclosure of Invention
In view of the above, the present invention provides a method, a system and related components for reading a solid state disk, so as to improve the reading efficiency. The specific scheme is as follows:
a solid state disk reading method comprises the following steps:
initializing a rear-end module of a solid state disk to determine a plurality of scheduling main bodies, wherein the total number of the scheduling main bodies is greater than the total number of logic unit numbers in the solid state disk;
respectively allocating a context to each scheduling subject;
and receiving request messages to enable each scheduling main body to execute corresponding concurrent scheduling tasks according to the corresponding request messages, and transmitting read data corresponding to the scheduling tasks to an information receiving end through a bus.
Preferably, each scheduling main body corresponds to a plurality of planes in the solid state disk.
Preferably, each scheduling subject corresponds to a plane.
Preferably, the process of receiving the request message so that each scheduling master executes a corresponding concurrent scheduling task according to the corresponding request message and transmits read data corresponding to the scheduling task to an information receiving end through a bus includes:
and receiving the request message positioned to the corresponding scheduling main body, so that each scheduling main body executes the corresponding concurrent scheduling task according to the corresponding request message, and transmitting the read data corresponding to the scheduling task to an information receiving end through a bus.
Preferably, the process of receiving the request message located to the corresponding scheduling entity, so that each scheduling entity executes the corresponding concurrent scheduling task according to the corresponding request message, and transmits the read data corresponding to the scheduling task to the information receiving end through the bus includes:
and receiving a request message sent by the FTL and positioned to the corresponding scheduling main body, so that each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and transmitting read data corresponding to the scheduling task to an information receiving end through a bus.
Preferably, the total number of the scheduling subjects is the same as the total number of the contexts.
Preferably, the process that each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and transmits read data corresponding to the scheduling task to an information receiving end through a bus includes:
and each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and queues read data corresponding to the scheduling task to a bus transmission queue so that the read data is transmitted to an information receiving end through a bus.
Correspondingly, the present application also discloses a solid state disk reading system, including:
the initialization module is used for initializing a rear end module of the solid state disk to determine a plurality of scheduling main bodies, wherein the total number of the scheduling main bodies is greater than the total number of the logic unit numbers in the solid state disk;
an allocation module, configured to allocate a context to each scheduling subject;
and the action module is used for receiving the request message so that each scheduling main body executes the corresponding concurrent scheduling task according to the corresponding request message, and transmits the read data corresponding to the scheduling task to an information receiving end through a bus.
Correspondingly, this application still discloses a solid state hard drives reading device, includes:
a memory for storing a computer program;
a processor, configured to implement the steps of the solid state disk reading method according to any one of the above items when executing the computer program.
Correspondingly, the application also discloses a readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the solid state disk reading method as described in any one of the above.
The application discloses a solid state disk reading method, which comprises the following steps: initializing a rear-end module of a solid state disk to determine a plurality of scheduling main bodies, wherein the total number of the scheduling main bodies is greater than the total number of logic unit numbers in the solid state disk; respectively allocating a context to each scheduling subject; and receiving request messages to enable each scheduling main body to execute corresponding concurrent scheduling tasks according to the corresponding request messages, and transmitting read data corresponding to the scheduling tasks to an information receiving end through a bus. The scheduling main body which is more than the logic unit number is arranged, then the scheduling main body executes the concurrent scheduling task, and the number of the scheduling main bodies is more, so that the speed of executing the concurrent scheduling task is higher than that of executing the concurrent scheduling task by the original logic unit number, meanwhile, idle bus transmission read data can be effectively utilized, the use frequency of the bus is obviously improved, and the resource waste is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart illustrating steps of a method for reading a solid state disk according to an embodiment of the present invention;
fig. 2 is a timing distribution diagram of a solid state disk reading method according to an embodiment of the present invention;
FIG. 3 is a timing diagram of a read test of a solid state drive according to the prior art;
fig. 4 is a structural distribution diagram of a solid state disk reading system according to an embodiment of the present invention.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. 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.
Along with the technical development, the capacity of the block data blocks in each LUN is larger and larger, and meanwhile, the number of blocks in each LUN is also larger and larger, when the total capacity of the solid state disk is not changed, the number of LUNs which can be parallel in each channel is reduced and the number of execution bodies of the read tasks of each channel is reduced and smaller due to the increase of the number and the capacity of the blocks, so that the reading efficiency is reduced, and meanwhile, the problems of data bus idling and resource waste also occur.
The scheduling main body which is more than the logic unit number is arranged, then the scheduling main body executes the concurrent scheduling task, and the number of the scheduling main bodies is more, so that the speed of executing the concurrent scheduling task is higher than that of executing the concurrent scheduling task by the original logic unit number, meanwhile, idle bus transmission read data can be effectively utilized, the use frequency of the bus is obviously improved, and the resource waste is reduced.
The embodiment of the invention discloses a solid state disk reading method, which is shown in figure 1 and comprises the following steps:
s1: initializing a rear-end module of the solid state disk to determine a plurality of scheduling main bodies, wherein the total number of the scheduling main bodies is greater than the total number of logic unit numbers in the solid state disk;
s2: respectively allocating context to each scheduling subject;
s3: and receiving the request message to enable each scheduling main body to execute the corresponding concurrent scheduling task according to the corresponding request message, and transmitting the read data corresponding to the scheduling task to the information receiving end through the bus.
It can be understood that the scheduling main body is configured to execute a scheduling task according to the corresponding request information, and transmit the corresponding read data to the information receiving end through the bus, where the information receiving end is connected to the solid state disk through the bus, and sends the request information and receives the corresponding read data. In the process of executing the plurality of scheduling tasks, the scheduling main bodies do not interfere with each other, and can independently execute the respective scheduling tasks, namely the execution of the scheduling tasks is concurrent, and the read data of the plurality of scheduling tasks is in a serial transmission form when being transmitted to the information receiving end through the bus.
In the reading method of this embodiment, the scheduling entity is distributed downward from the original logical unit number LUN through step S1, so that the number of the scheduling entities sending read data to the bus exceeds the total number of the logical unit number LUNs, and it is known that each LUN includes multiple planes, which are the smallest units in the NAND Flash that can operate according to commands such as read, write, and erase, and usually, multiple planes in the solid state disk corresponding to each scheduling entity can be selected, and further, each scheduling entity can be selected to correspond to one plane.
Taking fig. 2 as an example, assume that there are two LUNs in the solid state disk: the method comprises the following steps that four planes are respectively arranged on LUN-0 and LUN-1, the LUN-0 and the LUN-1 are respectively arranged on the planes from plane-0 to plane-3, each scheduling main body corresponds to one plane, the condition that all scheduling main bodies execute concurrent scheduling tasks and transmit read data to a signal receiving end through a bus is shown in FIG. 2, wherein the time consumed for executing the concurrent scheduling tasks is tR (time of reading), and the specific content of the scheduling tasks is that data are read from a physical unit to a cache by NAND in a solid state disk; and then the scheduling main body transmits the read Data read into the cache to an information receiving end through a bus, wherein the time consumption is BDT (Bulk Data Transfer), and in the implementation of the reading method in fig. 2, when the scheduling main body LUN-0-plane-0 is at tR, the transmission of the read Data of 7 scheduling main bodies on the bus can be completed simultaneously, the utilization rate of the bus is about 85.3%, and the idle occupation ratio is 16.7%.
Similarly, in the background art, when the LUN is used as an execution subject to send read data to the bus, the number of LUNs is small, and the number of times of sending data to the bus is small, taking fig. 3 as an example, it is assumed that there are two LUNs in the solid state disk: the idle occupation ratio of the bus is about 87.9% for the LUN-0 and LUN-1, and a large amount of bus resources are idle, compared with the utilization ratio of the bus resources in this embodiment, the utilization ratio of the bus resources is obviously improved.
Further, step S2 allocates contexts to each scheduling entity, so as to provide an operating environment for the execution of the scheduling entity, the number of allocable contexts in the system is sometimes limited and cannot be increased, and if the total number of allocable contexts exceeds the total number of planes in the solid state disk, in order to ensure that each scheduling entity can obtain a context, the total number of scheduling entities is limited by the number of contexts.
Specifically, the process that each scheduling entity in step S3 executes a corresponding concurrent scheduling task according to the corresponding request message, and transmits the read data corresponding to the scheduling task to the information receiving end through the bus includes:
and each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message and queues read data corresponding to the scheduling task to a bus transmission queue so that the read data is transmitted to the information receiving end through a bus.
It can be understood that different scheduling entities perform scheduling tasks in a concurrent mode without affecting each other, and read data is transmitted in a serial mode on the bus, so that the read data needs to be queued to the bus transmission queue to be transmitted one by one.
Further, the step S3 is a process of receiving the request message, so that each scheduling entity executes a corresponding concurrent scheduling task according to the corresponding request message, and transmitting read data corresponding to the scheduling task to the information receiving end through the bus, which specifically includes:
and receiving the request message positioned to the corresponding scheduling main body, so that each scheduling main body executes the corresponding concurrent scheduling task according to the corresponding request message, and transmitting the read data corresponding to the scheduling task to the information receiving end through the bus.
It can be understood that, when the request information is located to the corresponding scheduling subject, the scheduling subject can execute the corresponding request information.
Further, the step S3 of receiving the request message located to the corresponding scheduling subject, so that each scheduling subject executes the corresponding concurrent scheduling task according to the corresponding request message, and transmitting the read data corresponding to the scheduling task to the information receiving end through the bus may specifically include:
receiving request messages sent and positioned to corresponding scheduling main bodies by an FTL (Flash Translation Layer), so that each scheduling main body executes corresponding concurrent scheduling tasks according to the corresponding request messages, and transmitting read data corresponding to the scheduling tasks to an information receiving end through a bus.
It can be understood that, in this embodiment, the total number of the scheduling subject exceeds the total number of the logical unit numbers LUN, the concurrency of operations represented by random 4K reading is greatly improved, and the performance is increased by multiple levels. From the test condition, the 4K random reading and testing performance is improved from 560K to 1600K, the performance is improved by 2.8 times, the reading efficiency is far higher than that of the prior art on the premise of not changing other indexes,
the embodiment of the application discloses a solid state disk reading method, which comprises the following steps: initializing a rear-end module of the solid state disk to determine a plurality of scheduling main bodies, wherein the total number of the scheduling main bodies is greater than the total number of the logic unit numbers in the solid state disk; respectively allocating a context to each scheduling subject; and receiving request messages to enable each scheduling main body to execute corresponding concurrent scheduling tasks according to the corresponding request messages, and transmitting read data corresponding to the scheduling tasks to an information receiving end through a bus. The scheduling main body which is more than the logic unit number is arranged, then the scheduling main body is enabled to execute the concurrent scheduling task, the number of the scheduling main bodies is more, so that the speed of executing the concurrent scheduling task is higher than that of the original logic unit number, meanwhile, idle buses can be effectively utilized to transmit read data, the use frequency of the buses is obviously improved, and the resource waste is reduced.
Correspondingly, the embodiment of the application also discloses a solid state disk reading system, which is shown in fig. 4. The method comprises the following steps:
the system comprises an initialization module 1, a scheduling module and a control module, wherein the initialization module is used for initializing a rear end module of a solid state disk to determine a plurality of scheduling main bodies, and the total number of the scheduling main bodies is greater than the total number of logic unit numbers in the solid state disk;
an allocating module 2, configured to allocate a context to each scheduling subject;
and the action module 3 is used for receiving the request message so that each scheduling main body executes the corresponding concurrent scheduling task according to the corresponding request message, and transmits the read data corresponding to the scheduling task to an information receiving end through a bus.
The scheduling main body which is more than the logic unit number is arranged, then the scheduling main body is enabled to execute the concurrent scheduling task, the speed of executing the concurrent scheduling task is higher than that of executing the concurrent scheduling task by the original logic unit number due to the fact that the number of the scheduling main bodies is larger, meanwhile, idle buses can be effectively utilized to transmit read data, the use frequency of the buses is obviously improved, and resource waste is reduced.
In some specific embodiments, each scheduling entity corresponds to a plurality of planes in the solid state disk.
In some specific embodiments, each scheduling subject corresponds to one plane.
In some specific embodiments, the action module 3 is specifically configured to: and receiving the request message positioned to the corresponding scheduling main body, so that each scheduling main body executes the corresponding concurrent scheduling task according to the corresponding request message, and transmitting the read data corresponding to the scheduling task to an information receiving end through a bus.
In some specific embodiments, the action module 3 is specifically configured to: and receiving a request message sent by the FTL and positioned to the corresponding scheduling main body, so that each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and transmitting read data corresponding to the scheduling task to an information receiving end through a bus.
In some specific embodiments, the total number of the scheduling subjects is the same as the total number of the contexts.
In some specific embodiments, the action module 3 is specifically configured to: and each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and queues read data corresponding to the scheduling task to a bus transmission queue so that the read data is transmitted to an information receiving end through a bus.
Correspondingly, the embodiment of the present application further discloses a solid state disk reading device, including:
a memory for storing a computer program;
a processor, configured to implement the steps of the solid state disk reading method according to any of the above embodiments when the computer program is executed.
Correspondingly, the embodiment of the present application further discloses a readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the steps of the solid state disk reading method according to any one of the above embodiments are implemented.
For specific details of the solid state disk reading method in this embodiment, reference may be made to the related description in the foregoing embodiments, and details are not described here again.
The solid state disk reading device and the readable storage medium in this embodiment have the same technical effects as the solid state disk reading method in the foregoing embodiment, and are not described herein again.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The solid state disk reading method, the solid state disk reading system and the related components provided by the invention are described in detail, specific examples are applied in the description to explain the principle and the implementation mode of the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (7)

1. A solid state disk reading method is characterized by comprising the following steps:
initializing a rear-end module of a solid state disk to determine a plurality of scheduling main bodies, wherein the total number of the scheduling main bodies is greater than the total number of logic unit numbers in the solid state disk;
respectively allocating context to each scheduling subject;
receiving request messages to enable each scheduling main body to execute corresponding concurrent scheduling tasks according to the corresponding request messages, and transmitting read data corresponding to the scheduling tasks to an information receiving end through a bus;
each scheduling main body corresponds to at least one plane in the solid state disk;
the process that each scheduling main body executes the corresponding concurrent scheduling task according to the corresponding request message and transmits the read data corresponding to the scheduling task to the information receiving end through the bus comprises the following steps:
and each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and queues read data corresponding to the scheduling task to a bus transmission queue so that the read data is transmitted to an information receiving end through a bus.
2. The method for reading the solid state disk according to claim 1, wherein the process of receiving the request message so that each scheduling entity executes a corresponding concurrent scheduling task according to the corresponding request message, and transmits read data corresponding to the scheduling task to an information receiving end through a bus comprises:
and receiving the request message positioned to the corresponding scheduling main body, so that each scheduling main body executes the corresponding concurrent scheduling task according to the corresponding request message, and transmitting the read data corresponding to the scheduling task to an information receiving end through a bus.
3. The method for reading the solid state disk according to claim 2, wherein the step of receiving the request message addressed to the corresponding scheduling subject, so that each scheduling subject executes the corresponding concurrent scheduling task according to the corresponding request message, and transmits the read data corresponding to the scheduling task to an information receiving end through a bus comprises:
and receiving a request message sent by the FTL and positioned to the corresponding scheduling main body, so that each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and transmitting read data corresponding to the scheduling task to an information receiving end through a bus.
4. The solid state disk reading method according to claim 3, wherein the total number of the scheduling entities is the same as the total number of the contexts.
5. A solid state disk reading system, comprising:
the initialization module is used for initializing a rear end module of the solid state disk to determine a plurality of scheduling main bodies, wherein the total number of the scheduling main bodies is greater than the total number of the logic unit numbers in the solid state disk;
an allocation module, configured to allocate a context to each scheduling subject;
the action module is used for receiving the request message so that each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and transmits the read data corresponding to the scheduling task to an information receiving end through a bus;
each scheduling main body corresponds to at least one plane in the solid state disk;
the process that each scheduling main body executes the corresponding concurrent scheduling task according to the corresponding request message and transmits the read data corresponding to the scheduling task to the information receiving end through the bus comprises the following steps:
and each scheduling main body executes a corresponding concurrent scheduling task according to the corresponding request message, and queues read data corresponding to the scheduling task to a bus transmission queue so that the read data is transmitted to an information receiving end through a bus.
6. A solid state disk reading device, comprising:
a memory for storing a computer program;
processor for implementing the steps of the solid state disk reading method according to any one of claims 1 to 4 when executing the computer program.
7. A readable storage medium, characterized in that the readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the solid state disk reading method according to any one of claims 1 to 4.
CN202210424658.XA 2022-04-22 2022-04-22 Solid state disk reading method, system and related components Active CN114546294B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202210424658.XA CN114546294B (en) 2022-04-22 2022-04-22 Solid state disk reading method, system and related components
PCT/CN2023/082057 WO2023202288A1 (en) 2022-04-22 2023-03-17 Solid-state drive reading method, system and apparatus, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210424658.XA CN114546294B (en) 2022-04-22 2022-04-22 Solid state disk reading method, system and related components

Publications (2)

Publication Number Publication Date
CN114546294A CN114546294A (en) 2022-05-27
CN114546294B true CN114546294B (en) 2022-07-22

Family

ID=81666751

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210424658.XA Active CN114546294B (en) 2022-04-22 2022-04-22 Solid state disk reading method, system and related components

Country Status (2)

Country Link
CN (1) CN114546294B (en)
WO (1) WO2023202288A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546294B (en) * 2022-04-22 2022-07-22 苏州浪潮智能科技有限公司 Solid state disk reading method, system and related components

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108549588A (en) * 2018-03-27 2018-09-18 深圳忆联信息系统有限公司 A method of eliminating TLC flash memory multi-disc program fails
CN110515859A (en) * 2019-07-09 2019-11-29 杭州电子科技大学 A kind of solid state disk read-write request method for parallel processing
CN111796759A (en) * 2019-04-01 2020-10-20 慧荣科技股份有限公司 Computer readable storage medium and method for fragment data reading on multiple planes
US11137938B1 (en) * 2020-04-30 2021-10-05 Micron Technology, Inc. Converting a multi-plane write operation into multiple single plane write operations performed in parallel on a multi-plane memory device
CN114265792A (en) * 2020-09-16 2022-04-01 铠侠股份有限公司 Plane-based queue configuration for AIPR-capable drives
CN114296656A (en) * 2021-12-31 2022-04-08 深圳大普微电子科技有限公司 Plane programming method and flash memory device thereof

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8176238B2 (en) * 2003-12-02 2012-05-08 Super Talent Electronics, Inc. Command queuing smart storage transfer manager for striping data to raw-NAND flash modules
CN104571960B (en) * 2014-12-30 2018-01-16 华为技术有限公司 I/O request dispensing device and method, main frame, storage array and computer system
US20160283111A1 (en) * 2015-03-26 2016-09-29 Intel Corporation Read operations in memory devices
CN107870779B (en) * 2016-09-28 2023-12-12 北京忆芯科技有限公司 Scheduling method and device
CN107870866B (en) * 2016-09-28 2023-09-26 厦门鑫忆讯科技有限公司 IO command scheduling method and NVM interface controller
CN109597565B (en) * 2017-09-30 2024-04-05 北京忆恒创源科技股份有限公司 Virtual Plane management
CN108733324B (en) * 2018-05-25 2021-11-09 郑州云海信息技术有限公司 Data reading and writing method, device and equipment of solid state disk and storage medium
US10635353B2 (en) * 2018-05-30 2020-04-28 Circuit Blvd., Inc. Method of transceiving data using physical page address (PPA) command on open-channel solid state drive (SSD) and an apparatus performing the same
CN110554833B (en) * 2018-05-31 2023-09-19 北京忆芯科技有限公司 Parallel processing IO commands in a memory device
CN108932112B (en) * 2018-06-22 2021-09-17 郑州云海信息技术有限公司 Data read-write method, device, equipment and medium for solid particles
CN110196687B (en) * 2019-05-20 2023-02-03 杭州宏杉科技股份有限公司 Data reading and writing method and device and electronic equipment
CN110990301A (en) * 2019-11-15 2020-04-10 苏州浪潮智能科技有限公司 Sequential reading method of multi-plane storage medium and related device
US11429300B2 (en) * 2020-06-12 2022-08-30 Micron Technology, Inc. Independent parallel plane access in a multi-plane memory device
KR20220018351A (en) * 2020-08-06 2022-02-15 에스케이하이닉스 주식회사 Memory controller and operating method thereof
CN112433672B (en) * 2020-11-12 2023-01-06 苏州浪潮智能科技有限公司 Solid state disk reading method and device
CN114327259B (en) * 2021-11-30 2023-08-18 苏州浪潮智能科技有限公司 Flash memory channel controller operation method, device, equipment and storage medium
CN114047886A (en) * 2022-01-13 2022-02-15 苏州浪潮智能科技有限公司 NVME command processing method, system, electronic equipment and storage medium
CN114546294B (en) * 2022-04-22 2022-07-22 苏州浪潮智能科技有限公司 Solid state disk reading method, system and related components

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108549588A (en) * 2018-03-27 2018-09-18 深圳忆联信息系统有限公司 A method of eliminating TLC flash memory multi-disc program fails
CN111796759A (en) * 2019-04-01 2020-10-20 慧荣科技股份有限公司 Computer readable storage medium and method for fragment data reading on multiple planes
CN110515859A (en) * 2019-07-09 2019-11-29 杭州电子科技大学 A kind of solid state disk read-write request method for parallel processing
US11137938B1 (en) * 2020-04-30 2021-10-05 Micron Technology, Inc. Converting a multi-plane write operation into multiple single plane write operations performed in parallel on a multi-plane memory device
CN114265792A (en) * 2020-09-16 2022-04-01 铠侠股份有限公司 Plane-based queue configuration for AIPR-capable drives
CN114296656A (en) * 2021-12-31 2022-04-08 深圳大普微电子科技有限公司 Plane programming method and flash memory device thereof

Also Published As

Publication number Publication date
CN114546294A (en) 2022-05-27
WO2023202288A1 (en) 2023-10-26

Similar Documents

Publication Publication Date Title
US8478926B1 (en) Co-processing acceleration method, apparatus, and system
CN103902475B (en) Solid state disk concurrent access method and device based on queue management mechanism
US20220083281A1 (en) Reading and writing of distributed block storage system
CN114546294B (en) Solid state disk reading method, system and related components
US11429314B2 (en) Storage device, storage system and operating method thereof
CN115129621B (en) Memory management method, device, medium and memory management module
CN115525417A (en) Data communication method, communication system, and computer-readable storage medium
KR20080105390A (en) Apparatus and method for controlling commands used in flash memory
CN112181293A (en) Solid state disk controller, solid state disk, storage system and data processing method
JP2009087282A (en) Parallel computation system and parallel computation method
CN116382581A (en) Method, system, equipment and storage medium for accelerating execution of NVMe protocol
CN107918613B (en) Solid state disk access method according to service quality and device using same
CN114827048A (en) Dynamic configurable high-performance queue scheduling method, system, processor and protocol
CN112311695B (en) On-chip bandwidth dynamic allocation method and system
CN115878517A (en) Memory device, operation method of memory device, and electronic device
JP2023539955A (en) Processor system and method for increasing data transfer bandwidth during execution of scheduled parallel processes
US20100023723A1 (en) Paging Memory Contents Between A Plurality Of Compute Nodes In A Parallel Computer
CN114625307A (en) Computer readable storage medium, and data reading method and device of flash memory chip
CN115599556B (en) Device and method for managing storage space, computing equipment and chip
TWI810876B (en) Method and computer program product and apparatus for data access in response to host discard commands
CN116400982B (en) Method and apparatus for configuring relay register module, computing device and readable medium
CN115658327B (en) Device and method for managing storage space, computing device and chip
WO2022261836A1 (en) Storage control method and apparatus, storage method and apparatus, electronic device, and medium
US11030007B2 (en) Multi-constraint dynamic resource manager
Zhu et al. EBIO: An Efficient Block I/O Stack for NVMe SSDs with Mixed Workloads

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