Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of a main flow of a data processing method provided according to a first embodiment of the present invention; as shown in fig. 1, the data processing method provided in the embodiment of the present invention mainly includes:
step S101, responding to a data processing request initiated by a service server, and acquiring a storage instance list; the data processing request comprises a data reading request and/or a data writing request.
Specifically, according to the embodiment of the present invention, a large number of users send data reading requests or data writing requests based on the service servers, and in the face of a high-concurrency user request, a storage instance list is obtained, where the storage instance list records the corresponding relationship between each service server and the storage device, so as to match the corresponding storage device for the user request, which is beneficial to improving data processing efficiency and improving the technical effect of user experience.
Step S102, judging whether the storage example list comprises a plurality of storage examples; wherein the storage instance indicates a correspondence between the service server and the storage device. If yes, that is, the storage instance list includes a plurality of (greater than or equal to two) storage instances, execute step S103; if not, the step S104 is executed if the storage instance list includes at most one storage instance.
Specifically, according to the embodiment of the present invention, if the storage instance list only includes one storage instance, that is, for the service server, the storage instance list only corresponds to one storage device, in such a situation, after receiving the data processing request of the service server, only the data processing request needs to be sent to the unique storage device, and no additional routing call operation is required. If the storage instance list includes a plurality of (greater than or equal to two) storage instances, that is, for the service server, it needs to match the target storage device for the data processing request sent by the service server according to the subsequent storage configuration information, so as to complete data processing, thereby achieving the purposes of improving data processing efficiency and improving user experience.
Step S103, if the storage instance list includes a plurality of storage instances, determining a storage key value of the to-be-processed data corresponding to the data processing request, acquiring storage configuration information, determining a target storage instance according to the storage key value and the storage configuration information, and sending the data processing request to the storage device indicated by the target storage instance, so that the storage device executes corresponding data processing.
Specifically, according to the embodiment of the present invention, the step of determining the storage key value of the to-be-processed data corresponding to the data processing request further includes: and acquiring service requirements, and determining a storage key value according to the service requirements and the data type of the data to be processed.
Through the setting, different storage key values are set for the data types of the data to be processed according to the service requirements, the data processing requests can be matched with the target storage devices according to the storage key values subsequently, and the load balance among the storage devices can be optimized.
Further, according to an embodiment of the present invention, the storage configuration information includes at least one of the following information: the configuration information of the business server, the configuration information of the storage key value and the configuration information of the storage device.
The configuration information of the service server mainly refers to configuration information of the same machine room, namely, the configuration information of the service server is a storage device in the same machine room.
The storage key value configuration information refers to setting the grade of the data to be processed according to the storage key value, wherein the storage key value can be a key value in a specific interval, and can also be set in the form of a specific prefix and a specific suffix to distinguish the data to be processed in different grades, so that the target storage devices are matched according to the storage key value to optimize load balance among the storage devices, the data in the same grade is written into the same storage device, and subsequent reading and other operations are facilitated.
The storage device configuration information is used for adjusting the corresponding data processing amount according to the current load of the storage device. I.e. a storage device with a smaller load is matched to the data processing request.
Preferably, according to an embodiment of the present invention, if the storage instance list includes a plurality of storage instances, the step of determining the target storage instance according to the storage key value and the storage configuration information further includes:
setting matching priority for the configuration information of the business server, the configuration information of the storage key value and the configuration information of the storage device;
and matching the storage key value with the matching priority of the plurality of information in the storage configuration information in sequence to determine a target storage instance.
Through the setting, the priority is set for the plurality of information in the storage configuration information, the routing scheduling of the access request is further perfected, the load balancing is realized, the system risk is reduced, the data processing efficiency is improved, and the user experience is improved.
Further, according to an embodiment of the present invention, the method further includes: the method comprises the steps of obtaining the current load capacity of a plurality of storage devices, determining a target storage device according to the current load capacity, and sending a data processing request to the target storage device.
Through the arrangement, the target storage device is determined according to the current load capacity of the plurality of storage devices, load balance is achieved, downtime risk is avoided, multiple time-consuming queries are avoided, and data processing efficiency is improved.
Preferably, according to an embodiment of the present invention, the storage apparatus is a distributed cache system cluster, and the method further includes:
and adjusting the distributed cache system corresponding to the data processing request according to the load capacity of a plurality of distributed cache systems in the distributed cache system cluster.
Through the setting, the distributed cache system cluster is adopted, high-concurrency user requests can be responded, and the service capability and the application scene of the data processing method are expanded.
Step S104, if only one storage instance is included in the storage instance list, sending the data processing request to the storage device indicated by the storage instance, so that the storage device executes corresponding data processing.
Specifically, according to the embodiment of the present invention, the step of sending the data processing request to the storage device indicated by the storage instance further includes:
and determining a corresponding storage device according to the service server number corresponding to the data processing request and the storage instance so as to send the data processing request to the storage device.
According to a specific implementation manner of the embodiment of the present invention, the service server is preferentially matched with the storage devices in the same machine room, and a storage instance is generated for the matching relationship and stored in the storage instance list. Through the arrangement, subsequent data management is facilitated.
According to the technical scheme of the embodiment of the invention, the storage instance list is obtained by responding to the data processing request initiated by the service server; the data processing request comprises a data reading request and/or a data writing request; judging whether the storage instance list comprises a plurality of storage instances or not; the storage instance indicates the corresponding relation between the service server and the storage device; if the data processing method is adopted, the storage key value of the to-be-processed data corresponding to the data processing request is determined, the storage configuration information is obtained, the target storage instance is determined according to the storage key value and the storage configuration information, and the data processing request is sent to the storage device indicated by the target storage instance, so that the storage device executes the corresponding data processing technical means.
Fig. 2 is a schematic diagram of a main flow of a data processing method according to a second embodiment of the present invention; as shown in fig. 2, the data processing method provided in the embodiment of the present invention mainly includes:
step S201, acquiring service requirements, and determining a storage key value according to the service requirements and the data type of the data to be processed.
According to the embodiment of the invention, the importance level of the data can be divided according to the service requirement, and the corresponding storage value of the data type corresponding to the data with higher importance level is set as the fixed prefix. Note that, as long as the effect of distinction can be achieved, a fixed suffix or other form of a specific numerical value may be used.
Through the arrangement, different storage key values are set for the data types of the data to be processed according to the service requirements, matching of the target storage devices for the data processing requests according to the storage key values is facilitated, for example, the data with higher importance levels are stored in a certain specific storage device, and the load balance among the storage devices is facilitated to be optimized while the user requirements are met.
Step S202, responding to a data processing request initiated by a service server, and acquiring a storage instance list; the data processing request comprises a data reading request and/or a data writing request.
Specifically, according to the embodiment of the present invention, the corresponding relationship between each service server and the storage device is recorded in the storage instance list, and the corresponding storage device is matched for the user request according to the corresponding relationship, which is beneficial to improving the data processing efficiency and improving the technical effect of user experience.
Step S203, judging the number of storage instances included in the storage instance list; wherein the storage instance indicates a correspondence between the service server and the storage device. If the storage instance list only includes one storage instance, executing step S204; if the storage instance list includes a plurality of storage instances, step S205 is executed.
Specifically, according to the embodiment of the present invention, if the storage instance list only includes one storage instance, that is, for the service server, the storage instance list only corresponds to one storage device, in such a situation, after receiving the data processing request of the service server, only the data processing request needs to be sent to the unique storage device, and no additional routing call operation is required. If the storage instance list includes a plurality of (greater than or equal to two) storage instances, that is, for the service server, it needs to match the target storage device for the data processing request sent by the service server according to the subsequent storage configuration information, so as to complete data processing, thereby achieving the purposes of improving data processing efficiency and improving user experience.
Step S204, according to the service server number corresponding to the data processing request and the storage instance, determining a corresponding storage device, and sending the data processing request to the storage device.
According to a specific implementation manner of the embodiment of the present invention, the service server is preferentially matched with the storage devices in the same machine room, and a storage instance is generated for the matching relationship and stored in the storage instance list. Through the arrangement, subsequent data management is facilitated.
Step S205, if the storage instance list includes multiple storage instances, determine whether the service server configuration information indicates a target storage instance. If yes, that is, the service server configuration information indicates that a target storage instance exists, executing step S206; if not, that is, the service server configuration information does not indicate the target storage instance, step S207 is executed.
Specifically, the configuration information of the service server mainly refers to configuration information of the same machine room, that is, the service server configures a storage device in the same machine room.
Step S206, the data processing request is sent to the storage device corresponding to the target storage instance.
Step S207, determining whether the stored value of the data to be processed is a specific value according to the stored key value configuration information. If yes, i.e. the stored value of the data to be processed is a specific value, go to step S209; if not, that is, the stored value of the data to be processed is not the specific value, go to step S208.
Specifically, the storage key value configuration information refers to setting the grade of the data to be processed according to the storage key value, where the storage key value may be a key value in a specific interval, or may also be set in the form of a specific prefix or a specific suffix to distinguish the data to be processed in different grades, and then matches the target storage device according to the storage key value to optimize load balance among the storage devices, write the data in the same grade into the same storage device, and facilitate subsequent reading and other operations.
In step S208, the data processing request is sent to the storage device corresponding to the specific numerical value.
Step S209, obtaining the current loads of the plurality of storage devices, and determining whether the storage device with the current load being too high is consistent with the storage devices of the same machine room as the service server. If yes, namely the current storage device with the overhigh load is consistent with the storage device of the service server and the storage device of the machine room, executing step S210; if not, that is, the storage device with the current overload is inconsistent with the storage devices of the service server and the machine room, step S211 is executed.
Specifically, the storage device configuration information is to adjust the corresponding data processing amount according to the current load of the storage device. I.e. a storage device with a smaller load is matched to the data processing request.
Preferably, according to an embodiment of the present invention, the service server configuration information, the storage key configuration information, and the storage device configuration information are storage configuration information, and if the storage instance list includes a plurality of storage instances, the method further includes:
setting matching priority for the configuration information of the business server, the configuration information of the storage key value and the configuration information of the storage device;
and matching the storage key value with the matching priority of the plurality of information in the storage configuration information in sequence to determine a target storage instance.
Through the setting, the priority is set for the plurality of information in the storage configuration information, the routing scheduling of the access request is further perfected, the load balancing is realized, the system risk is reduced, the data processing efficiency is improved, and the user experience is improved.
Step S210, sending the data processing request to a storage device in the same machine room as the service server.
Step S211, determining a target storage device according to the current load capacity, and sending the data processing request to the target storage device.
Further, according to an embodiment of the present invention, the method further includes: the method comprises the steps of obtaining the current load capacity of a plurality of storage devices, determining a target storage device according to the current load capacity, and sending a data processing request to the target storage device.
Through the arrangement, the target storage device is determined according to the current load capacity of the plurality of storage devices, so that multiple time-consuming queries are avoided while load balancing is realized, and the data processing efficiency is improved.
In step S212, the storage device is used to perform corresponding data processing.
Preferably, according to an embodiment of the present invention, the storage apparatus is a distributed cache system cluster, and the method further includes:
and adjusting the distributed cache system corresponding to the data processing request according to the load capacity of a plurality of distributed cache systems in the distributed cache system cluster.
Through the setting, the distributed cache system cluster is adopted, high-concurrency user requests can be responded, and the service capability and the application scene of the data processing method are expanded.
According to the technical scheme of the embodiment of the invention, the storage instance list is obtained by responding to the data processing request initiated by the service server; the data processing request comprises a data reading request and/or a data writing request; judging whether the storage instance list comprises a plurality of storage instances or not; the storage instance indicates the corresponding relation between the service server and the storage device; if the data processing method is adopted, the storage key value of the to-be-processed data corresponding to the data processing request is determined, the storage configuration information is obtained, the target storage instance is determined according to the storage key value and the storage configuration information, and the data processing request is sent to the storage device indicated by the target storage instance, so that the storage device executes the corresponding data processing technical means.
FIG. 3 is a schematic diagram of the main blocks of a data processing apparatus according to an embodiment of the present invention; as shown in fig. 3, a data processing apparatus 300 according to an embodiment of the present invention mainly includes:
an obtaining module 301, configured to obtain a storage instance list in response to a data processing request initiated by a service server; the data processing request comprises a data reading request and/or a data writing request.
Specifically, according to the embodiment of the present invention, a large number of users send data reading requests or data writing requests based on the service servers, and in the face of a high-concurrency user request, a storage instance list is obtained, where the storage instance list records the corresponding relationship between each service server and the storage device, so as to match the corresponding storage device for the user request, which is beneficial to improving data processing efficiency and improving the technical effect of user experience.
A determining module 302, configured to determine whether the storage instance list includes multiple storage instances; wherein the storage instance indicates a correspondence between the service server and the storage device.
Specifically, according to the embodiment of the present invention, if the storage instance list only includes one storage instance, that is, for the service server, the storage instance list only corresponds to one storage device, in such a situation, after receiving the data processing request of the service server, only the data processing request needs to be sent to the unique storage device, and no additional routing call operation is required. If the storage instance list includes a plurality of (greater than or equal to two) storage instances, that is, for the service server, it needs to match the target storage device for the data processing request sent by the service server according to the subsequent storage configuration information, so as to complete data processing, thereby achieving the purposes of improving data processing efficiency and improving user experience.
The data processing module 303, if only one storage instance is included in the storage instance list, is configured to send the data processing request to the storage device indicated by the storage instance, so that the storage device executes corresponding data processing; if the storage instance list comprises a plurality of storage instances, the storage instance list is used for determining a storage key value of the to-be-processed data corresponding to the data processing request, acquiring storage configuration information, determining a target storage instance according to the storage key value and the storage configuration information, and sending the data processing request to the storage device indicated by the target storage instance, so that the storage device executes corresponding data processing.
Specifically, according to an embodiment of the present invention, the data processing module 303 is further configured to:
and determining a corresponding storage device according to the service server number corresponding to the data processing request and the storage instance so as to send the data processing request to the storage device.
According to a specific implementation manner of the embodiment of the present invention, the service server is preferentially matched with the storage devices in the same machine room, and a storage instance is generated for the matching relationship and stored in the storage instance list. Through the arrangement, subsequent data management is facilitated.
Further, according to an embodiment of the present invention, the data processing module 303 is further configured to: and acquiring service requirements, and determining a storage key value according to the service requirements and the data type of the data to be processed.
Through the setting, different storage key values are set for the data types of the data to be processed according to the service requirements, the data processing requests can be matched with the target storage devices according to the storage key values subsequently, and the load balance among the storage devices can be optimized.
Preferably, according to an embodiment of the present invention, the storage configuration information includes at least one of the following information: the configuration information of the business server, the configuration information of the storage key value and the configuration information of the storage device.
The configuration information of the service server mainly refers to configuration information of the same machine room, namely, the configuration information of the service server is a storage device in the same machine room.
The storage key value configuration information refers to setting the grade of the data to be processed according to the storage key value, wherein the storage key value can be a key value in a specific interval, and can also be set in the form of a specific prefix and a specific suffix to distinguish the data to be processed in different grades, so that the target storage devices are matched according to the storage key value to optimize load balance among the storage devices, the data in the same grade is written into the same storage device, and subsequent reading and other operations are facilitated.
The storage device configuration information is used for adjusting the corresponding data processing amount according to the current load of the storage device. I.e. a storage device with a smaller load is matched to the data processing request.
Further, according to an embodiment of the present invention, if the storage instance list includes a plurality of storage instances, the data processing module 303 is further configured to:
setting matching priority for the configuration information of the business server, the configuration information of the storage key value and the configuration information of the storage device;
and matching the storage key value with the matching priority of the plurality of information in the storage configuration information in sequence to determine a target storage instance.
Through the setting, the priority is set for the plurality of information in the storage configuration information, the routing scheduling of the access request is further perfected, the load balancing is realized, the system risk is reduced, the data processing efficiency is improved, and the user experience is improved.
Illustratively, according to an embodiment of the present invention, the data processing apparatus 300 further includes an adjusting module, configured to: the method comprises the steps of obtaining the current load capacity of a plurality of storage devices, determining a target storage device according to the current load capacity, and sending a data processing request to the target storage device.
Through the arrangement, the target storage device is determined according to the current load capacity of the plurality of storage devices, load balance is achieved, the risk of downtime of the storage devices is avoided, multiple time-consuming queries are avoided, and data processing efficiency is improved.
Preferably, according to an embodiment of the present invention, the storage apparatus is a distributed cache system cluster, and the adjusting module is further configured to:
and adjusting the distributed cache system corresponding to the data processing request according to the load capacity of a plurality of distributed cache systems in the distributed cache system cluster.
Through the setting, the distributed cache system cluster is adopted, high-concurrency user requests can be responded, and the service capability and the application scene of the data processing method are expanded.
According to the technical scheme of the embodiment of the invention, the storage instance list is obtained by responding to the data processing request initiated by the service server; the data processing request comprises a data reading request and/or a data writing request; judging whether the storage instance list comprises a plurality of storage instances or not; the storage instance indicates the corresponding relation between the service server and the storage device; if the data processing method is adopted, the storage key value of the to-be-processed data corresponding to the data processing request is determined, the storage configuration information is obtained, the target storage instance is determined according to the storage key value and the storage configuration information, and the data processing request is sent to the storage device indicated by the target storage instance, so that the storage device executes the corresponding data processing technical means.
Fig. 4 shows an exemplary system architecture 400 of a data processing method or data processing apparatus to which embodiments of the present invention may be applied.
As shown in fig. 4, the system architecture 400 may include terminal devices 401, 402, 403, a network 404, and a server 405 (this architecture is merely an example, and the components included in a particular architecture may be adapted according to application specific circumstances). The network 404 serves as a medium for providing communication links between the terminal devices 401, 402, 403 and the server 405. Network 404 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use terminal devices 401, 402, 403 to interact with a server 405 over a network 404 to receive or send messages or the like. The terminal devices 401, 402, 403 may have installed thereon various communication client applications, such as a data processing type application, a shopping type application, a web browser application, a search type application, an instant messaging tool, a mailbox client, social platform software, etc. (by way of example only).
The terminal devices 401, 402, 403 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 405 may be a server that provides various services, such as a server (for example only) for users to (perform data processing with) the terminal devices 401, 402, 403. The server may analyze and/or otherwise process the received data, such as the data processing request, and feed back the processing result (e.g., the target storage instance — just an example) to the terminal device.
It should be noted that the data processing method provided by the embodiment of the present invention is generally executed by the server 405, and accordingly, the data processing apparatus is generally disposed in the server 405.
It should be understood that the number of terminal devices, networks, and servers in fig. 4 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 5, a block diagram of a computer system 500 suitable for use with a terminal device or server implementing an embodiment of the invention is shown. The terminal device or the server shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 5, the computer system 500 includes a Central Processing Unit (CPU)501 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data necessary for the operation of the system 500 are also stored. The CPU 501, ROM 502, and RAM 503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input portion 506 including a keyboard, a mouse, and the like; an output portion 507 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 performs communication processing via a network such as the internet. The driver 510 is also connected to the I/O interface 505 as necessary. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as necessary, so that a computer program read out therefrom is mounted into the storage section 508 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 509, and/or installed from the removable medium 511. The computer program performs the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 501.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor comprises an acquisition module, a judgment module and a data processing module. The names of these modules do not in some cases form a limitation on the modules themselves, and for example, the obtaining module may also be described as a "module for obtaining a list of stored instances in response to a data processing request initiated by a service server".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: responding to a data processing request initiated by a service server, and acquiring a storage instance list; the data processing request comprises a data reading request and/or a data writing request; judging whether the storage instance list comprises a plurality of storage instances or not; the storage instance indicates the corresponding relation between the service server and the storage device; if the data processing request is not received, determining a storage key value of the to-be-processed data corresponding to the data processing request, acquiring storage configuration information, determining a target storage instance according to the storage key value and the storage configuration information, and sending the data processing request to a storage device indicated by the target storage instance, so that the storage device executes corresponding data processing.
According to the technical scheme of the embodiment of the invention, the storage instance list is obtained by responding to the data processing request initiated by the service server; the data processing request comprises a data reading request and/or a data writing request; judging whether the storage instance list comprises a plurality of storage instances or not; the storage instance indicates the corresponding relation between the service server and the storage device; if the data processing method is adopted, the storage key value of the to-be-processed data corresponding to the data processing request is determined, the storage configuration information is obtained, the target storage instance is determined according to the storage key value and the storage configuration information, and the data processing request is sent to the storage device indicated by the target storage instance, so that the storage device executes the corresponding data processing technical means.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.