Method for improving read-only performance in solid-state hard disk and solid-state hard disk

A solid-state hard disk, high-performance technology, applied in the input/output process of data processing, instruments, input/output to record carriers, etc., can solve the problems of inefficiency, large delay, occupying CPU resources, etc., to reduce processing time. , Improve read-only performance, simplify the effect of reading process

CN107168653BActive Publication Date: 2020-09-01RAMAXEL TECH SHENZHEN
5 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Publication Date
2020-09-01

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
Patent Text Reader

Abstract

The invention discloses a method for improving the read-only property of a solid state disk and the solid state disk. The method is characterized in that a read-only operation channel is added in the solid state disk; concretely, an address mapping interface is added in an FTL; the address mapping interface can map an address with read operation to a read address of NFC; when the SATA receives a read-only operation instruction, the address mapping interface is called to obtain an NFC address corresponding to the read-only operation instruction; next, a reading instruction is directly sent to the NFC; the NFC reads data of the storage space according to the reading instruction of the SATA and directly feeds data back to the SATA. The method for improving the read-only property of the solid state disk and the solid state disk have the following beneficial effects: by recognizing read-only operation and simplifying the read process of hard disk data through read-only operation, processing time of an FTL is reduced and the read-only property is greatly improved.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to solid-state hard disk control technology, in particular to a method for improving the read-only performance of the solid-state hard disk and the solid-state hard disk. Background technique

[0002] The operation of the host on the SATA solid-state drive (SSD) includes reading and writing, so when designing the firmware (control software) of the solid-state drive, the system is divided into three major modules: interface SATA (take the SATA interface as an example), FTL (Flashtranslation layer) flash conversion layer and NandFlash controller NFC, and the modules interact through FIFO. figure 1 It is a conventional firmware topology structure. The read command request initiated by the host first enters SATA, then enters FTL after translation, enters NFC after calculating the mapping address, returns to FTL after reading data, and then returns to SATA to complete.

[0003] When the host only has read-only scenarios, the host only...

Examples

Embodiment Construction

[0014] The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.

[0015] By analyzing the processing flow of the existing SSD read data, it is found that the FTL module only needs to provide the address mapping function at this time during the read-only operation, and does not need FTL to provide additional processing. It is wasteful to run the entire module for this single function. . In response to this situation, a read-only operation channel is added to the solid-state hard disk. Specifically, an address mapping interface is ...