The application discloses a data read-write
processing method and an electronic device in a storage
system, relates to the technical field of computer storage, and realizes the asynchronization and isolation of read-write operations by constructing a three-layer resource
processing architecture, decoupling host read-write requests into independent controllable
processing stages. The first resource focuses on recording
metadata, the second resource serves as a temporary carrier for data transfer, and the third resource serves as a persistent
cache management center. This architecture enables the write operation to return a response to the host as soon as the data reaches the second resource, greatly reducing the write
delay; the read operation realizes non-blocking access through the concurrent control mechanism of the third resource. Overall, the response speed and
throughput of the storage
system are improved, and the performance
bottleneck of mutual blocking of read and write due to competition for the same data resource in the related architecture is solved.