Embodiments of the present disclosure provide a data read / write method,
system, and apparatus, a computing device, and a storage medium. The data read / write method comprises: receiving, by means of an asynchronous I / O layer, a data read / write request sent from a
user space, and storing the data read / write request in a
request queue; when the asynchronous I / O layer determines that the data read / write request is of a pass-through type, sending the data read / write request to a driver layer; and
parsing the data read / write request by means of the driver layer, and sending request information of the data read / write request to a target
processing end device for read / write
processing. The data read / write request sent from the
user space is received by means of the asynchronous I / O layer, and is sent to the driver layer after the data read / write request is determined to be of the pass-through type, thereby reducing context switching and data
copying overhead, and improving the
processing efficiency of I / O operations. The request is parsed at the driver layer and sent to the processing end device for read / write processing, thereby optimizing the scheduling of I / O tasks, reducing disk addressing time and I / O latency, and improving overall performance and
system stability.