CN101854378B - Data operating method and data operating equipment - Google Patents

Data operating method and data operating equipment Download PDF

Info

Publication number
CN101854378B
CN101854378B CN201010116491.8A CN201010116491A CN101854378B CN 101854378 B CN101854378 B CN 101854378B CN 201010116491 A CN201010116491 A CN 201010116491A CN 101854378 B CN101854378 B CN 101854378B
Authority
CN
China
Prior art keywords
data
memory device
operand
information
type
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.)
Expired - Fee Related
Application number
CN201010116491.8A
Other languages
Chinese (zh)
Other versions
CN101854378A (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.)
Shenzhen Coship Electronics Co Ltd
Original Assignee
SHENZHEN LONGGUAN MEDIA 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 SHENZHEN LONGGUAN MEDIA CO Ltd filed Critical SHENZHEN LONGGUAN MEDIA CO Ltd
Priority to CN201010116491.8A priority Critical patent/CN101854378B/en
Publication of CN101854378A publication Critical patent/CN101854378A/en
Priority to PCT/CN2011/070987 priority patent/WO2011103784A1/en
Application granted granted Critical
Publication of CN101854378B publication Critical patent/CN101854378B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks

Abstract

The embodiment of the invention discloses a data operating method. The method comprises the following steps of: receiving a data operating request transmitted from a service layer, wherein the request includes an operating object and operating information; identifying the data type of the operating object and acquiring the equipment type information of storage equipment storing the service data of the operating object according to the data type; accessing the storage equipment of a corresponding type according to the equipment type information, and indicating the storage equipment to execute data operation on the service data of the operating object according to the operating information; and receiving the data operating result information, returned by the storage equipment, of the service data of the operating object, and submitting the data operating result information to the service layer. Correspondingly, the embodiment of the invention also discloses data operating equipment. The embodiment of the invention can increase the number and response speed of concurrent user operating requests can be increased.

Description

A kind of data manipulation method and data manipulation equipment
Technical field
The present invention relates to the communications field, relate in particular to a kind of data manipulation method and data manipulation equipment.
Background technology
Now, along with customer volume and the data volume of various systems constantly increases, so that the response time of Database Systems process user operation requests is more and more longer.In order to reduce the response time of Database Systems, the scheme that adopts distributed caching memory device and database memory device to combine at present, database memory device, stores total data, the distributed caching memory device, stores is then stored real-time and is hanged down and the higher data of enquiry frequency, in such scheme, at first be that caching server receives the data operation request that comprises operand and operation information that application is sent, search the business datum that whether has this operand in himself database, when having the business datum of this operand, carry out corresponding data manipulation according to operation information; When not having the business datum of this operand, then to database memory device forwarding data operation requests, the database memory device is in the business datum of himself database lookup operations object, and the business datum of this operand is submitted to application.In the existing scheme no matter the business datum of operand whether belong to the data that real-time is lower or enquiry frequency is higher, all need at first to inquire about at caching server, caching server need be processed whole user's operation requests or forwarding work, its processing load is heavier, has limited the concurrent quantity of user's operation requests and the response speed of user's operation requests.
Summary of the invention
In view of the problem that prior art exists, the embodiment of the invention proposes a kind of data manipulation method and data manipulation equipment, can improve the concurrent quantity of user's operation requests and the response speed of user's operation requests.
In order to solve the problems of the technologies described above, the embodiment of the invention proposes a kind of data manipulation method, comprising:
Receive the data operation request that service layer issues, described data operation request comprises operand and operation information;
Identify the data type of described operand, according to the corresponding relation of described data type with the device type of the data type of presetting and memory device, obtain the device type information of the memory device of the business datum of storing described operand;
According to the memory device of described device type information access respective type, and indicate described memory device according to the business datum executing data operation of described operation information to described operand;
The data manipulation object information to the business datum of described operand that receives that described memory device returns, and submit described data manipulation object information to described service layer.
Correspondingly, the embodiment of the invention also proposes a kind of data manipulation equipment, comprising:
Receiver module is used for receiving the data operation request that service layer issues, and described data operation request comprises operand and operation information;
The data routing module, be used for after described receiver module receive data operation requests, identify the data type of described operand, according to the corresponding relation of described data type with the device type of the data type of presetting and memory device, obtain the device type information of the memory device of the business datum of storing described operand;
The data manipulation proxy module, the device type information that is used for obtaining according to described data routing module is accessed the memory device of respective type, and indicates described memory device according to the business datum executing data operation of described operation information to described operand; The data manipulation object information to the business datum of described operand that receives that described memory device returns, and submit described data manipulation object information to described service layer.
Implement the embodiment of the invention, the data operation request that issues by receiving service layer, described data operation request comprises operand and operation information, identify the data type of described operand, obtain the device type information of the memory device of the business datum of storing described operand according to described data type, memory device according to described device type information access respective type, and indicate described memory device according to the business datum executing data operation of described operation information to described operand, can be for the data type of its operand different data operation request, adopt dissimilar memory device to process, effectively various data operation request are assigned to dissimilar memory device, avoid single storage device processes total data operation requests, thereby alleviated the processing load of various memory devices, improved the concurrent quantity of user's operation requests and the response speed of user's operation requests.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention or technical scheme of the prior art, the below will do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art, apparently, accompanying drawing in the following describes only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the flow chart of data manipulation method in the embodiment of the invention;
Fig. 2 is the query manipulation flow chart of data manipulation method in the embodiment of the invention;
Fig. 3 is the renewal operational flowchart of data manipulation method in the embodiment of the invention;
Fig. 4 is the schematic diagram of data manipulation equipment in the embodiment of the invention;
Fig. 5 is that data manipulation equipment shown in Figure 4 carries out the query manipulation flow chart;
Fig. 6 is that data manipulation equipment shown in Figure 4 upgrades operational flowchart.
Embodiment
In view of the problem that prior art exists, the embodiment of the invention proposes a kind of data manipulation method and data manipulation equipment, can improve the concurrent quantity of user's operation requests and the response speed of user's operation requests.
Fig. 1 is the flow chart of data manipulation method in the embodiment of the invention, and data manipulation method comprises in the embodiment of the invention;
Step 101, the corresponding relation of the data type of predetermined registration operation object and the device type of memory device;
Herein, the data type of operand can be determined according to practical situations, for example the data type of operand can be divided into the numerous types of data such as product data, subscription data, user data and service provider (Service Provider, SP) data.The device type of memory device can be divided into local cache equipment, distributed caching memory device and database memory device etc.During implementation, can be according to the corresponding relation of the device type of the change frequency of the data type of operand and data type that real-time is set up operand and memory device, business datum in order to operand that a certain data type is described is stored in the memory device of which kind of device type, for example the database memory device is generally preserved whole product data, subscription data, user data and SP data, distributed caching memory device general cache change frequency is high, the data that requirement of real-time is higher, such as subscription data, local cache equipment general cache change frequency is low, the data that requirement of real-time is lower, such as product data, user data and SP data, therefore can be according to the corresponding relation of the device type of the data type of above-mentioned situation predetermined registration operation object and memory device, an example of the corresponding relation of the data type of operand and the device type of memory device is as shown in table 1:
Figure GDA00001977455200031
Figure GDA00001977455200041
Table 1
Need to prove, the corresponding relation of the memory device device type of various types of business datums and this business datum of storage has been described in the table 1, when setting up corresponding relation, a kind of data type can be corresponding with a kind of device type, also can corresponding with two or more device types (as shown in table 1), when a kind of data type is corresponding with two or more device types, according to sequentially being divided into from top to bottom preferred unit type and optional equipment type, for example for product data, local cache equipment is the preferred unit type, and the database memory device is the optional equipment type.
Step 101 is not the steps necessary of embodiment of the invention data manipulation method, and behind the corresponding relation of the device type of the data type of predetermined registration operation object and memory device, embodiment of the invention data manipulation method can be begun to carry out by step 102.
Step 102 detects the running status of described memory device, upgrades the corresponding relation of the device type of the data type of described operand and memory device according to described running status;
Herein, corresponding relation for the device type of the data type of the operand shown in the table 1 and memory device, can be by detecting the running status of described memory device, dynamically update according to described running status, for example current detection is to local cache equipment operation exception, the then device type information of the local cache equipment that user data, product data and SP data are corresponding deletion in table 1, behind local cache equipment normal operation, local cache equipment is added in device type information corresponding to user data, product data and SP data again.
Need to prove, step 102 is periodically carried out, and step 102 is not to be not the steps necessary of embodiment of the invention data manipulation method, and between the execution interval of step 102, embodiment of the invention data manipulation method can directly be begun to carry out by step 103.
Step 103 receives the data operation request that service layer issues, and described data operation request comprises operand and operation information;
Herein, receive and use the data operation request that issues in the service layer, described data operation request comprises operand and operation information, according to giving an example in the step 101, operand can be divided into product object, order object, user object and SP object, and each operand can represent with object ID during implementation, and for example operand is products A, then can represent with the product IDs of products A, such as PD0001 etc.; And for example operand is for ordering operation, and the order ID that then orders operation represents BU0001 etc.Operation information is used for indicating the data manipulation that need to carry out operand, and this data manipulation comprises query manipulation and upgrades operation, wherein upgrades operation and comprise the operations such as increase, deletion and modification.
Step 104 is identified the data type of described operand, obtains the device type information of memory device of the business datum of the described operand of storage according to described data type;
, according to giving an example in the step 102, can go out according to the front two character recognition of object ID the data type of operand during implementation herein, an example of the corresponding relation of the data type of object ID and operand sees Table 2:
Object ID Data type
PD**** Product data
US**** User data
SP**** The SP data
BU**** Subscription data
Table 2
According to table 2, the object ID of the operand that for example receives is PD0001, the data type that then can identify operand according to the front two letter is user data, the object ID of the operand that and for example receives is BD0001, and the data type that then can identify operand according to the front two letter is subscription data.After identifying the data type of operand, obtain the device type information of memory device of the business datum of the described operand of storage according to data type, can obtain the device type information of memory device of the business datum of storage operation object B D0001; And for example the object ID of operand is PD0001, the data type that can draw this operand through identification is product data, according to the data type question blank 1 of these product data, can obtain the device type information of the memory device of the business datum of storing this operand PD0001.
Step 105 according to the memory device of described device type information access respective type, and indicates described memory device according to the business datum executing data operation of described operation information to described operand;
Herein, when device type information is the device type information of database memory device, transmit described data operation request to described database memory device, this data operation request can indicate described database memory device according to the business datum executing data operation of described operation information to described operand, and concrete data manipulation is finished by the database memory device.If this database memory device is the local data base memory device, then directly to this local data base memory device forwarding data operation requests, if this database memory device is the network data base memory device, then inquire about first internet protocol (the Internet Protocol of this network data base memory device, IP) address routes to the network data base memory device according to this IP address with this data operation request.
When device type information is the device type information of local cache equipment, access described local cache equipment, in described local cache equipment, operate according to the business datum executing data of described operation information to described operand, herein, be local internal memory during local cache equipment implementation, therefore can be according to the business datum executing data operation to described operand in local internal memory of the operation information in the data operation request.
When device type information is the device type information of distributed caching memory device, inquire about and obtain the address information of the distributed caching memory device of the business datum of storing described operand, transmit described data operation request according to described address information to the distributed caching memory device, this indicates described distributed caching memory device according to the business datum executing data operation of described operation information to described operand.During implementation, can the predetermined registration operation object and the corresponding relation of distributed caching memory device and IP address thereof, for example according to giving an example in the step 101, the data that distributed caching memory device general cache change frequency is high, requirement of real-time is higher, such as subscription data, an example of this corresponding relation is as shown in table 3:
Operand The distributed caching memory device The IP address
BU0001-BU4000 Distributed caching memory device 1 192.168.34.6
BU4001-BU8000 Distributed caching memory device 2 192.168.34.7
BU8001-BU9999 Distributed caching memory device 3 192.168.34.8
Table 3
Need to prove, for example the operand in the data operation request is BU0001, according to this operand question blank 3, both can obtain operand BU0001 is stored in the distributed caching memory device 1, the IP address of this distributed caching memory device 1 is 192.168.34.6, transmit described data operation request according to described address information to distributed caching memory device 1, this indicates described distributed caching memory device 1 according to the business datum executing data operation of described operation information to described operand, and concrete data manipulation is finished by distributed caching memory device 1.
Step 106, the data manipulation object information to the business datum of described operand that receives that described memory device returns, and submit described data manipulation object information to described service layer.
Herein, after transmitting described data operation request to described database memory device, the data manipulation object information to the business datum of described operand that receives that described database memory device returns, and submit described data manipulation object information to described service layer.After transmitting described data operation request to the distributed caching memory device, the data manipulation object information to the business datum of described operand that receives that described distributed caching memory device returns, and submit described data manipulation object information to described service layer.Behind the described local cache equipment of access, the data manipulation object information to the business datum of described operand that receives that described local cache equipment returns, and submit described data manipulation object information to described service layer.
For the business datum in the local cache, can the business datum of described local cache equipment be upgraded according to default local cache control configuration information, for example from the database memory device, load data, flush buffers data etc. are supported the expired cache policy such as arrange of least recently used, full dose buffer memory and buffer memory.
Fig. 2 is the query manipulation flow chart of data manipulation method in the embodiment of the invention, the operation information of data operation request is query manipulation in embodiment shown in Figure 1, this moment, this data operation request was the data query request, the data manipulation object information is the data query object information, and the query manipulation of data manipulation method shown in Figure 1 may further comprise the steps:
Step 201 receives the data operation request that service layer issues, and described data operation request comprises operand and operation information;
Herein, receive and use the data operation request that issues in the service layer, described data operation request comprises operand and operation information, and this operation information is query manipulation.According to giving an example in the step 101, operand can be divided into product object, order object, user object and SP object, and each operand can represent with object ID during implementation, and for example operand is products A, then can represent with the product IDs of products A, such as PD0001 etc.; And for example operand is product subscription, and the order ID that then orders operation represents BU0001 etc.
Step 202 is identified the data type of described operand, obtains the preferred unit type information of memory device of the business datum of the described operand of storage according to described data type;
, according to giving an example in the step 102, can go out according to the front two character recognition of object ID the data type of operand during implementation herein, an example of the corresponding relation of the data type of object ID and operand sees Table 2.After identifying the data type of operand, inquire about and obtain device type information in the corresponding relation of the data type of the operand that can in step 101, preset and the device type of memory device, during implementation, can be in the table 1 that step 101 is set up the query facility type information, when a kind of data type in the table 1 can be corresponding with two kinds or above device type, obtain the preferred unit type when inquiring about first, for example the object ID of operand is PD0001, the data type that can draw this operand through identification is product data, data type question blank 1 according to these product data, the preferred unit type information that can obtain the memory device of the business datum of storing this operand is local cache equipment, the first-selected memory device of namely inquiring about the business datum of this operand is local cache equipment, for example the object ID of operand is BU0001 again, the data type that can draw this operand through identification is subscription data, data type question blank 1 according to this subscription data, the preferred unit type information of memory device that can store the business datum of this operand is the distributed caching memory device, and the first-selected memory device of namely searching the business datum of this operand is the distributed caching memory device.In addition, when receiving the again device type information of the memory device of the business datum of this operand of inquiry storage, just obtain the optional equipment type.
Step 203 according to the memory device of described device type information access respective type, and indicates described memory device that the business datum of described operand is carried out query manipulation;
Herein, when device type information is the device type information of database memory device, transmit described data operation request to described database memory device, this data operation request can indicate described database memory device that the business datum of described operand is carried out query manipulation, and concrete query manipulation is finished by the database memory device.If this database memory device is the local data base memory device, then directly to this local data base memory device forwarding data operation requests, if this database memory device is the network data base memory device, then inquire about first internet protocol (the Internet Protocol of this network data base memory device, IP) address routes to the network data base memory device according to this IP address with this data query request.
When device type information is the device type information of local cache equipment, access described local cache equipment, business datum to described operand in described local cache equipment is carried out query manipulation, herein, be local internal memory during local cache equipment implementation, therefore can be directly in local internal memory to the business datum execution query manipulation of described operand.
When device type information is the device type information of distributed caching memory device, inquire about and obtain the address information of the distributed caching memory device of the business datum of storing described operand, transmit described data operation request according to described address information to the distributed caching memory device, this data operation request indicates described distributed caching memory device that the business datum of described operand is carried out query manipulation.During implementation, can preset the corresponding relation of setting operation object and distributed caching memory device and IP address thereof, for example according to giving an example in the step 102, distributed caching memory device general cache change frequency is high, the data that requirement of real-time is higher, such as subscription data, an example of this corresponding relation is as shown in table 3, need to prove, in table 3, for example the operand in the data operation request is BU0001, according to this operand question blank 3, both can obtain operand BU0001 is stored in the distributed caching memory device 1, the IP address of this distributed caching memory device 1 is 192.168.34.6, according to described address information to distributed caching memory device 1 forwarding data operation requests, this indicates the business datum actual figure query manipulation of 1 couple of BU0001 of described distributed caching memory device, and concrete data query operation is finished by distributed caching memory device 1.
Step 204, the data manipulation object information to the business datum of described operand that receives that described memory device returns;
Herein, when after described database memory device forwarding data operation requests, the data manipulation object information to the business datum of described operand that receives that described database memory device returns.After transmitting described data operation request to the distributed caching memory device, the data manipulation object information to the business datum of described operand that receives that described distributed caching memory device returns.Behind the described local cache equipment of access, the data manipulation object information to the business datum of described operand that receives that described local cache equipment returns.
Step 205, whether the content that detects described data manipulation object information is query failure message;
Herein, when the memory device of preferred unit type is not preserved the business datum of operand, the data manipulation object information that then returns is query failure message, according to giving an example in the step 101, during implementation, generally be that local cache equipment and distributed caching equipment return query failure message because of the business datum that does not inquire operand in database separately, when the content of described data manipulation object information is query failure message, return step 202, send again the indication of query facility type information, can obtain the optional equipment type information of the memory device of the business datum of storing this operand this moment in the step 202, this optional equipment type is generally the database memory device of the whole business datums of storage, can guarantee the secondary query manipulation success of business datum of operand.When the content of described data manipulation object information is not query failure message, the business datum that this moment, this data manipulation object information was described operand, execution in step 206;
Step 206 is submitted described data manipulation object information to described service layer.
Herein, for example operand is BU0001 in the data query request, memory device returns the business datum of order corresponding to this operand BU0001 operation, and be submitted to the business datum of this operand BU0001 in the middle of the application that service layer sends this data operation request this moment.
Fig. 3 is the renewal operational flowchart of data manipulation method in the embodiment of the invention, the operation information of data operation request is for upgrading operation in embodiment shown in Figure 1, this moment, this data operation request was the Data Update request, the data manipulation object information is the Data Update object information, and the renewal operation of data manipulation method shown in Figure 1 may further comprise the steps:
Step 301 receives the data operation request that service layer issues, and described data operation request comprises operand and operation information;
Herein, receive and use the data operation request that issues in the service layer, described data operation request comprises operand and operation information, and this operation information upgrades operation and can be the operations such as increase, deletion or modification for upgrading operation.According to giving an example in the step 101, operand can be divided into product object, order object, user object and SP object, and each operand can represent with object ID during implementation, and for example operand is products A, then can represent with the product IDs of products A, such as PD0001 etc.; And for example operand is product subscription, and the order ID that then orders operation represents BU0001 etc.
Step 302 is identified the data type of described operand, obtains all devices type information of memory device of the business datum of the described operand of storage according to described data type;
, according to giving an example in the step 102, can go out according to the front two character recognition of object ID the data type of operand during implementation herein, an example of the corresponding relation of the data type of object ID and operand sees Table 2.After identifying the data type of operand, inquire about and obtain device type information in the corresponding relation of the data type of the operand that can in step 101, preset and the device type of memory device, during implementation, can be in the table 1 that step 101 is set up the query facility type information, when a kind of data type in the table 1 can be corresponding with two kinds or above device type, obtain all devices type information of the memory device of the business datum of storing described operand during inquiry according to described data type, for example the object ID of operand is PD0001, the data type that can draw this operand through identification is product data, data type question blank 1 according to these product data, the all devices type information of the memory device of the business datum of storing this operand be can obtain, local cache equipment and database memory device specifically comprised; For example the object ID of operand is BU0001 again, the data type that can draw this operand through identification is subscription data, data type question blank 1 according to this subscription data, the all devices type information of memory device of the business datum of this operand be can store, distributed caching memory device and database memory device specifically comprised.
Step 303 according to the memory device of described device type information access respective type, and is indicated described memory device that the business datum of described operand is carried out and is upgraded operation;
Herein, according to all devices type information of the memory device of the business datum of the described operand of storage that inquires in the step 302, to the memory device forwarding data operation requests of respective type.For example, in step 302, the object ID of operand is PD0001, the memory device of storing the business datum of this operand PD0001 has local cache equipment and database memory device, then transmit described data operation request to described database memory device, this data operation request can be indicated described database memory device that the business datum of described operand is carried out to upgrade and be operated, concrete renewal operation is finished by the database memory device, access simultaneously described local cache equipment, in described local cache equipment, the business datum of described operand is carried out the renewal operation, herein, be local internal memory during local cache equipment implementation, therefore can directly in local internal memory, carry out the renewal operation to the business datum of described operand.Again for example, the object ID of operand is BU0001, the memory device of storing the business datum of this operand BU0001 has distributed caching memory device and database memory device, transmit described data operation request to described database memory device, this data operation request can be indicated described database memory device that the business datum of described operand is carried out to upgrade and be operated, concrete renewal operation is finished by the database memory device, inquire about simultaneously and obtain the address information of the distributed caching memory device of the business datum of storing described operand, transmit described data operation request according to described address information to the distributed caching memory device, this data operation request is indicated described distributed caching memory device that the business datum of described operand is carried out to upgrade and is operated.During implementation, can preset the corresponding relation of setting operation object and distributed caching memory device and IP address thereof, for example according to giving an example in the step 102, distributed caching memory device general cache change frequency is high, the data that requirement of real-time is higher, such as subscription data, an example of this corresponding relation is as shown in table 3, need to prove, in table 3, for example the operand in the data operation request is BU0001, according to this operand question blank 3, both can obtain operand BU0001 is stored in the distributed caching memory device 1, the IP address of this distributed caching memory device 1 is 192.168.34.6, according to described address information to distributed caching memory device 1 forwarding data operation requests, this data operation request indicates the business datum actual figure of 1 couple of BU0001 of described distributed caching memory device to upgrade operation, and concrete Data Update operation is finished by distributed caching memory device 1.
Step 304, the data manipulation object information to the business datum of described operand that receives that described memory device returns is submitted described data manipulation object information to described service layer.
Herein, during implementation, owing to preserving all business datums in the database memory device, the database memory device can be finished and upgrade operation generally speaking, and return data upgrades the operation successful information; In addition, owing to may not necessarily preserve the business datum that service layer need to upgrade in local cache or the distributed caching memory device, this moment, local cache or distributed caching memory device can upgrade operation failure information by return data, can be left intact for this Data Update operation failure information, directly submit Data Update operation failure information to service layer, service layer can be according to not preserving the business datum of upgrading the operation appointment in this Data Update operation failure information indicating subscriber's local buffer memory or the distributed caching memory device.Therefore for upgrading operation, content detection step that can the omitted data operation result information in step 304.
Fig. 4 is the schematic diagram of data manipulation equipment in the embodiment of the invention, data manipulation equipment comprises receiver module 41, data routing module 42, data manipulation proxy module 43, distributed caching control module 44 and data configuration module 45 in the embodiment of the invention, wherein:
Data configuration module 45 is used for the corresponding relation of the device type of the data type of the default operand of storage and memory device;
Herein, the data type of operand can be determined according to practical situations, for example the data type of operand can be divided into the numerous types of data such as product data, subscription data, user data and service provider (Service Provider, SP) data.The device type of memory device can be divided into local cache equipment (being labeled as 48 among Fig. 4), distributed caching memory device 49 (being labeled as 49 among Fig. 4) and database memory device (being labeled as 50 among Fig. 4) etc.During implementation, can be according to the corresponding relation of the device type of the change frequency of the data type of operand and data type that real-time is set up operand and memory device, business datum in order to operand that a certain data type is described is stored in the memory device of which kind of device type, for example database memory device 50 is generally preserved whole product data, subscription data, user data and SP data, distributed caching memory device 49 general cache change frequencies are high, the data that requirement of real-time is higher, such as subscription data, local cache equipment 48 general cache change frequencies are low, the data that requirement of real-time is lower, such as product data, user data and SP data, therefore can be according to the corresponding relation of the device type of the data type of above-mentioned situation predetermined registration operation object and memory device, an example of the corresponding relation of the data type of operand and the device type of memory device is as shown in table 1, need to prove, the corresponding relation of the memory device device type of various types of business datums and this business datum of storage has been described in the table 1, setting up the corresponding relation formula, a kind of data type can be corresponding with a kind of device type, also can corresponding with two or more device types (as shown in table 1), when a kind of data type is corresponding with two or more device types, according to sequentially being divided into from top to bottom preferred unit type and optional equipment type, for example for product data, local cache equipment 48 is the preferred unit type, and database memory device 50 is the optional equipment type.
Receiver module 41 is used for receiving the data operation request that service layer issues, and described data operation request comprises operand and operation information;
Herein, receive and use the data operation request that issues in the service layer, described data operation request comprises operand and operation information, giving an example in the data-driven configuration module 45, operand can be divided into product object, order object, user object and SP object, and each operand can represent with object ID during implementation, and for example operand is products A, then can represent with the product IDs of products A, such as PD0001 etc.; And for example operand is for ordering operation, and the order ID that then orders operation represents BU0001 etc.Operation information is used for indicating the data manipulation that need to carry out operand, and this data manipulation comprises query manipulation and upgrades operation, wherein upgrades operation and comprise the operations such as increase, deletion and modification.
Data routing module 42 is used for identifying the data type of described operand after described receiver module 41 receive data operation requests, obtains the device type information of the memory device of the business datum of storing described operand according to described data type;
Herein, according to giving an example in the receiver module 41, can go out according to the front two character recognition of object ID the data type of operand during implementation, an example of the corresponding relation of the data type of object ID and operand sees Table 2, according to table 2, the object ID of the operand that for example receives is PD0001, the data type that then can identify operand according to the front two letter is user data, the object ID of the operand that and for example receives is BD0001, and the data type that then can identify operand according to the front two letter is subscription data.After identifying the data type of operand, obtain the device type information of memory device of the business datum of the described operand of storage according to data type, can obtain the device type information of memory device of the business datum of storage operation object B D0001; And for example the object ID of operand is PD0001, the data type that can draw this operand through identification is product data, according to the data type question blank 1 of these product data, can obtain the device type information of the memory device of the business datum of storing this operand PD0001.
Need to prove, when described data routing module operates for upgrading at described operation information, identify the data type of described operand, according to the corresponding relation of the device type of the data type of the storage in described data type and the data configuration module 45 and memory device, obtain all devices type information of memory device of the business datum of the described operand of storage.Described data routing module is identified the data type of described operand when described operation information is query manipulation, obtain the preferred unit type information of the memory device of the business datum of storing described operand according to described data type.
Data manipulation proxy module 43, the device type information that is used for obtaining according to described data routing module 42 is accessed the memory device of respective type, and indicates described memory device according to the business datum executing data operation of described operation information to described operand; The data manipulation object information to the business datum of described operand that receives that described memory device returns, and submit described data manipulation object information to described service layer.Data manipulation proxy module 43 comprises database access agent unit 431, local cache agent unit 432 and distributed caching agent unit 433, wherein:
Database access agent unit 431 is used for transmitting described data operation request to described database memory device 50, indicate described database memory device 50 according to the business datum executing data operation of described operation information to described operand, and the data manipulation object information to the business datum of described operand that receives that described database memory device 50 returns, and submit described data manipulation object information to described service layer;
Herein, when device type information is the device type information of database memory device 50, transmit described data operation request to described database memory device 50, this data operation request can indicate described database memory device 50 according to the business datum executing data operation of described operation information to described operand, and concrete data manipulation is finished by database memory device 50.If this database memory device 50 is local data base memory device 50, then directly to these local data base memory device 50 forwarding data operation requests, if this database memory device 50 is network data base memory device 50, then inquire about first internet protocol (the Internet Protocol of this network data base memory device 50, IP) address routes to network data base memory device 50 according to this IP address with this data operation request.
Local cache agent unit 432 is used for accessing described local cache equipment 48, in described local cache equipment 48, operate according to the business datum executing data of described operation information to described operand, and the data manipulation object information to the business datum of described operand that receives that described local cache equipment 48 returns, and submit described data manipulation object information to described service layer;
When device type information is the device type information of local cache equipment 48, access described local cache equipment 48, in described local cache equipment 48, operate according to the business datum executing data of described operation information to described operand, herein, be local internal memory during local cache equipment 48 implementation, therefore can be according to the business datum executing data operation to described operand in local internal memory of the operation information in the data operation request.
Distributed caching agent unit 433 is used for transmitting described data operation request to distributed caching memory device 49, and the data manipulation object information to the business datum of described operand that receives that described distributed caching memory device 49 returns, submit described data manipulation object information to described service layer.
Data manipulation proxy module 43 also comprises:
Detecting unit 434 is used for when described operation information is query manipulation, and whether detect described data manipulation object information is query failure message;
Herein, during implementation, owing to preserving all business datums in the database memory device, the database memory device can be finished and upgrade operation generally speaking, and return data upgrades the operation successful information; In addition, owing to may not necessarily preserve the business datum that service layer need to upgrade in local cache or the distributed caching memory device, this moment, local cache or distributed caching memory device can upgrade operation failure information by return data, can be left intact for this Data Update operation failure information, directly submit Data Update operation failure information to service layer, service layer can be according to not preserving the business datum of upgrading the operation appointment in this Data Update operation failure information indicating subscriber's local buffer memory or the distributed caching memory device.Therefore for upgrading operation, content detection step that can the omitted data operation result information in detecting unit 434.
Route indicating member 435, be used for when the described data query object information of detecting unit 434 detections is query failure message, indicating described data routing module 42 to obtain the optional equipment type information of the memory device of the business datum of storing described operand according to described data type;
Commit unit 436 is used for submitting described data manipulation object information to described service layer when the described data query object information of detecting unit 434 detections is not query failure message.
Data manipulation equipment also comprises distributed caching control module 44 in the embodiment of the invention, wherein:
Distributed caching control module 44 receives the data operation request that described distributed caching agent unit 433 is transmitted, inquire about and obtain the address information of the distributed caching memory device 49 of the business datum of storing described operand, according to the data operation request that described address information is transmitted to distributed caching memory device 49, indicate described distributed caching memory device 49 according to the business datum executing data operation of described operation information to described operand; The data manipulation object information to the business datum of described operand that receives that described distributed caching memory device 49 returns, and return described data manipulation object information to distributed caching agent unit 433.Distributed caching control module 44 comprises:
Buffer memory registering unit 441 is used for preserving the configuration information of each distributed caching equipment business datum;
When device type information is the device type information of distributed caching memory device 49, inquire about and obtain the address information of the distributed caching memory device 49 of the business datum of storing described operand, transmit described data operation request according to described address information to distributed caching memory device 49, this indicates described distributed caching memory device 49 according to the business datum executing data operation of described operation information to described operand.During implementation, can preset the corresponding relation of setting operation object and distributed caching memory device 49 and IP address thereof, for example according to giving an example in the data configuration module 45, distributed caching memory device 49 data that the general cache change frequency is high, requirement of real-time is higher, such as subscription data, an example of this corresponding relation is as shown in table 3.
Access routing unit 442, after being used for the receive data operation requests, in buffer memory registering unit 441, inquire about and obtain the address information of the distributed caching memory device 49 of the business datum of storing described operand, according to the data operation request that described address information is transmitted to distributed caching memory device 49, indicate described distributed caching memory device 49 according to the business datum executing data operation of described operation information to described operand;
Herein, for example the operand in the data operation request is BU0001, according to this operand question blank 3, both can obtain operand BU0001 is stored in the distributed caching memory device 1, the IP address of this distributed caching memory device 1 is 192.168.34.6, transmit described data operation request according to described address information to distributed caching memory device 1, this indicates described distributed caching memory device 1 according to the business datum executing data operation of described operation information to described operand, and concrete data manipulation is finished by distributed caching memory device 1.
Cached configuration unit 443 is used for the configuration information of described buffer memory registering unit 441 business datums is configured;
Cache flush unit 443 is used for the configuration information of described buffer memory registering unit 441 business datums is refreshed.
Data manipulation equipment also comprises data monitoring module 46 and local cache control module 47 in the embodiment of the invention, wherein:
Data monitoring module 46 for detection of the running status of described memory device, is upgraded the corresponding relation of the device type of the data type of the operand in the data configuration module 45 and memory device according to described running status.
Herein, corresponding relation for the device type of the data type of the operand shown in the table 1 and memory device, can be by detecting the running status of described memory device, dynamically update according to described running status, for example current detection is to local cache equipment 48 operation exceptions, then in table 1 with user data, the device type information deletion of the local cache equipment 48 that product data and SP data are corresponding, behind local cache equipment 48 normal operations, add local cache equipment 48 to user data again, in device type information corresponding to product data and SP data.
Local cache control module 47 is used for according to default local cache control configuration information the business datum of described local cache equipment 48 being upgraded.
Herein, local cache control configuration information that should be default can be preset and be stored in the data configuration module 45, for the business datum in the local cache, can the business datum of described local cache equipment 48 be upgraded according to default local cache control configuration information, for example from database memory device 50, load data, flush buffers data etc. are supported the expired cache policy such as arrange of least recently used, full dose buffer memory and buffer memory.
Fig. 5 is that data manipulation equipment shown in Figure 4 carries out the query manipulation flow chart, when receiver module 51 receives to such an extent that the operation information of data operation requests is query manipulation, this moment, this data operation request was the data query request, the data manipulation object information is the data query object information, the present embodiment is to order operation in order to describe with the operand example, and data manipulation equipment shown in Figure 4 carries out query manipulation flow process following steps:
Step 501, the receiver module 41 of data manipulation equipment receives the data query request that service layer issues;
Herein, operation information is query manipulation, and the operand of data query request for example can be to order operation, orders can representing with ordering ID of operation during implementation, such as BU0001 etc.
Step 502, the data routing module 42 of data manipulation equipment is identified the data type of described operand, obtains the preferred unit type information of the memory device of the business datum of storing described operand according to described data type;
, can go out according to the front two character recognition of object ID the data type of operand during implementation herein, an example of the corresponding relation of the data type of object ID and operand sees Table 2.After identifying the data type of operand, inquire about and obtain device type information in the corresponding relation of the data type of the operand that can preset and the device type of memory device, during implementation, query facility type information in can table 1, when a kind of data type in the table 1 can be corresponding with two kinds or above device type, obtain the preferred unit type when inquiring about first, for example the object ID of aforesaid operations object is BU0001, the data type that can draw this operand through identification is subscription data, data type question blank 1 according to this subscription data, the preferred unit type information of memory device that can store the business datum of this operand is distributed caching memory device 49, and the first-selected memory device of namely searching the business datum of this operand is distributed caching memory device 49.In addition, data routing module 42 obtains alternative device type when receiving the again device type information of the memory device of the business datum of this operand of inquiry storage.
Step 503, the distributed caching agent unit 433 of data manipulation proxy module 43 is to distributed caching control module 44 forwarding data query requests;
Step 504, the address information of the distributed caching memory device 49 of the business datum of storing described operand is inquired about and obtained to distributed caching control module 44, according to the data query request that described address information is transmitted to distributed caching memory device 49, indicate the business datum of 49 pairs of described operands of described distributed caching memory device to carry out query manipulation;
Herein, during implementation, can preset the corresponding relation of setting operation object and distributed caching memory device 49 and IP address thereof, for example according to giving an example in the step 102, distributed caching memory device 49 general cache change frequencies are high, the data that requirement of real-time is higher, such as subscription data, an example of this corresponding relation is as shown in table 3, need to prove, in table 3, for example the operand in the data operation request is BU0001, according to this operand question blank 3, both can obtain operand BU0001 is stored in the distributed caching memory device 1, the IP address of this distributed caching memory device 1 is 192.168.34.6, to distributed caching memory device 1 forwarding data query requests, this indicates the business datum actual figure query manipulation of 1 couple of BU0001 of described distributed caching memory device according to described address information, and concrete data manipulation is finished by distributed caching memory device 1.
The data query object information to the business datum of described operand that step 505, distributed caching control module 44 receive that distributed caching memory devices 49 return, and return this data query object information to distributed caching agent unit 433;
Step 506, data manipulation proxy module 43 detecting units 434 detect whether described data query object information is query failure message;
Step 507, when the content of described detecting unit 434 detection data query object informations was not query failure message, commit unit 436 was submitted described business datum to described service layer;
Step 508, when the described data query object information of detecting unit 434 detections was query failure message, the described data routing module 42 of route indicating member 435 indications obtained the optional equipment type information of the memory device of the business datum of storing described operand again;
Herein, when the distributed caching memory device 49 of preferred unit type is not preserved the business datum of operand, the data query object information that then returns is query failure message, at this moment, send detecting unit 434 and send again the indication of query facility type information to data routing module 42, data routing module 42 can obtain the optional equipment type information of the memory device of the business datum of storing this operand at this moment, this optional equipment type is generally the database memory device 50 of the whole business datums of storage, can guarantee the business datum query manipulation success of operand.
Step 509, the database access agent unit 431 of data manipulation proxy module 43 is to database memory device 50 forwarding data query requests;
Herein, when device type information is the device type information of database memory device 50, transmit described data query request to described database memory device 50, this data query request can indicate the business datum of 50 pairs of described operands of described database memory device to carry out query manipulation, and concrete query manipulation is finished by database memory device 50.If this database memory device 50 is local data base memory device 50, then directly to these local data base memory device 50 forwarding data query requests, if this database memory device 50 is network data base memory device 50, then inquire about first internet protocol (the Internet Protocol of this network data base memory device 50, IP) address routes to network data base memory device 50 according to this IP address with this data query request.
Step 510, the business datum of the described operand that the database access agent unit 431 receive data library storage equipment 50 of data manipulation proxy module 43 return is submitted described business datum to described service layer.
Herein, for example operand is BU0001 in the data query request, memory device returns the business datum of order corresponding to this operand BU0001 operation, and be submitted to the business datum of this operand BU0001 in the middle of the application that service layer sends this data query request this moment.
Fig. 6 is that data manipulation equipment shown in Figure 4 upgrades operational flowchart, when receiver module 51 receive the operation information of data operation requests for upgrading operation, this moment, this data operation request was the Data Update request, the data manipulation object information is the Data Update object information, operand take data operation request in the present embodiment describes as order is operating as example, and data manipulation equipment shown in Figure 4 upgrades the operating process following steps:
Step 601, the receiver module 41 of data manipulation equipment receives the Data Update request that service layer issues;
Herein, operation information is for upgrading operation, and the operand of Data Update request for example can be to order operation, orders can representing with ordering ID of operation during implementation, such as BU0001 etc.
Step 602, the data routing module 42 of data manipulation equipment is identified the data type of described operand, obtains all devices type information of the memory device of the business datum of storing described operand according to described data type;
, according to giving an example in the step 102, can go out according to the front two character recognition of object ID the data type of operand during implementation herein, an example of the corresponding relation of the data type of object ID and operand sees Table 2.After identifying the data type of operand, inquire about and obtain device type information in the corresponding relation of the data type of the operand that can in step 101, preset and the device type of memory device, during implementation, can be in the table 1 that step 101 is set up the query facility type information, when a kind of data type in the table 1 can be corresponding with two kinds or above device type, obtain all devices type information of the memory device of the business datum of storing described operand during inquiry according to described data type, for example the object ID of operand is BU0001, the data type that can draw this operand through identification is subscription data, data type question blank 1 according to this subscription data, the all devices type information of memory device of the business datum of this operand be can store, distributed caching memory device 49 and database memory device 50 specifically comprised.
Step 603, the database access agent unit 431 of data manipulation proxy module 43 is to database memory device 50 forwarding data update requests;
Herein, when device type information is the device type information of database memory device 50, transmit described Data Update request to described database memory device 50, this data query request can be indicated the business datum of 50 pairs of described operands of described database memory device to carry out to upgrade and be operated, and concrete renewal operation is finished by database memory device 50.If this database memory device 50 is local data base memory device 50, then directly to these local data base memory device 50 forwarding data update requests, if this database memory device 50 is network data base memory device 50, then inquire about first internet protocol (the Internet Protocol of this network data base memory device 50, IP) address routes to network data base memory device 50 according to this IP address with this data query request.
Step 604, the distributed caching agent unit 433 of data manipulation proxy module 43 is to distributed caching control module 44 forwarding data update requests;
Step 605, the address information of the distributed caching memory device 49 of the business datum of storing described operand is inquired about and obtained to distributed caching control module 44, according to the Data Update request that described address information is transmitted to distributed caching memory device 49, indicate the business datum of 49 pairs of described operands of described distributed caching memory device to carry out query manipulation;
Herein, the address information of the distributed caching memory device 49 of the business datum of storing described operand is inquired about and obtained to distributed caching control module 44, transmit described data query request according to described address information to distributed caching memory device 49, this indicates the business datum of 49 pairs of described operands of described distributed caching memory device to carry out query manipulation.During implementation, can preset the corresponding relation of setting operation object and distributed caching memory device 49 and IP address thereof, for example according to giving an example in the step 102, distributed caching memory device 49 general cache change frequencies are high, the data that requirement of real-time is higher, such as subscription data, an example of this corresponding relation is as shown in table 3, need to prove, in table 3, for example the operand in the data operation request is BU0001, according to this operand question blank 3, both can obtain operand BU0001 is stored in the distributed caching memory device 1, the IP address of this distributed caching memory device 1 is 192.168.34.6, according to described address information to distributed caching memory device 1 forwarding data query requests, this indicates the business datum actual figure query manipulation of 1 couple of BU0001 of described distributed caching memory device, and concrete data manipulation is finished by distributed caching memory device 1.
Step 606, the Data Update object information that the database access agent unit 431 receive data library storage equipment 50 of data manipulation proxy module 43 return is submitted described Data Update object information to described service layer;
Step 607, distributed caching control module 44 receives the Data Update object information that distributed caching memory device 49 returns, and returns described Data Update object information to distributed caching agent unit 433;
Step 608, distributed caching agent unit 433 returns described Data Update object information to described service layer.
In sum, implement the embodiment of the invention, the data operation request that issues by receiving service layer, described data operation request comprises operand and operation information, identify the data type of described operand, obtain the device type information of the memory device of the business datum of storing described operand according to described data type, memory device according to described device type information access respective type, and indicate described memory device according to the business datum executing data operation of described operation information to described operand, can be for the data type of its operand different data operation request, adopt dissimilar memory device to process, effectively various data operation request are assigned to dissimilar memory device, avoid single storage device processes total data operation requests, thereby alleviated the processing load of various memory devices, improved the concurrent quantity of user's operation requests and the response speed of user's operation requests.
Above disclosed is preferred embodiment of the present invention only, certainly can not limit with this interest field of the present invention, and the equivalent variations of therefore doing according to claim of the present invention still belongs to the scope that the present invention is contained.

Claims (16)

1. a data manipulation method is characterized in that, comprising:
Receive the data operation request that service layer issues, described data operation request comprises operand and operation information;
Identify the data type of described operand, according to the corresponding relation of described data type with the device type of the data type of presetting and memory device, obtain the device type information of the memory device of the business datum of storing described operand;
According to the memory device of described device type information access respective type, and indicate described memory device according to the business datum executing data operation of described operation information to described operand;
The data manipulation object information to the business datum of described operand that receives that described memory device returns, and submit described data manipulation object information to described service layer.
2. data manipulation method as claimed in claim 1 is characterized in that, the data operation request that described reception service layer issues, described data operation request comprise before comprising operand and operation information step:
The corresponding relation of the data type of predetermined registration operation object and the device type of memory device.
3. data manipulation method as claimed in claim 2 is characterized in that, the data operation request that described reception service layer issues, described data operation request also comprise before comprising operand and operation information step:
Detect the running status of described memory device, upgrade the corresponding relation of the device type of the data type of described operand and memory device according to described running status.
4. data manipulation method as claimed in claim 1 is characterized in that,
Described operation information is query manipulation;
The data type of the described operand of described identification, the device type information step of obtaining the memory device of the business datum of storing described operand according to described data type is specially:
Identify the data type of described operand, obtain the preferred unit type information of the memory device of the business datum of storing described operand according to described data type;
Described memory device according to described device type information access respective type, and indicate described memory device to be specially according to the business datum executing data operating procedure of described operation information to described operand:
According to the memory device of described device type information access respective type, and indicate described memory device that the business datum of described operand is carried out query manipulation.
5. data manipulation method as claimed in claim 4 is characterized in that,
The data manipulation object information to the business datum of described operand that the described memory device of described reception returns, and submit to described data manipulation object information step to be specially to described service layer:
The data manipulation object information to the business datum of described operand that receives that described memory device returns;
Whether the content that detects described data manipulation object information is query failure message;
When described data manipulation object information is query failure message, obtain the optional equipment type information of the memory device of the business datum of storing described operand, according to the memory device of described optional equipment type information access respective type, and indicate described memory device according to the business datum executing data operation of described operation information to described operand;
When described data manipulation object information is not query failure message, submit described data manipulation object information to described service layer.
6. data manipulation method as claimed in claim 1 is characterized in that,
Described operation information is for upgrading operation;
The data type of the described operand of described identification, the device type information step of obtaining the memory device of the business datum of storing described operand according to described data type is specially:
Identify the data type of described operand, obtain all devices type information of the memory device of the business datum of storing described operand according to described data type;
Described memory device according to described device type information access respective type, and indicate described memory device to be specially according to the business datum executing data operating procedure of described operation information to described operand:
All memory devices of the business datum of the described operand of storage are obtained in access, and indicate described memory device according to described operation information the business datum of described operand to be carried out and upgrade operation.
7. such as each described data manipulation method of claim 1 to 6, it is characterized in that,
Described device type information comprises database memory device, local cache equipment and/or distributed caching memory device.
8. data manipulation method as claimed in claim 7 is characterized in that,
Described device type information is the distributed caching memory device;
Described memory device according to described device type information access respective type, and indicate described memory device to be specially according to the business datum executing data operating procedure of described operation information to described operand:
Inquire about and obtain the address information of the distributed caching memory device of the business datum of storing described operand;
Transmit described data operation request according to described address information to the distributed caching memory device, indicate described distributed caching memory device according to the business datum executing data operation of described operation information to described operand.
9. a data manipulation equipment is characterized in that, comprising:
Receiver module is used for receiving the data operation request that service layer issues, and described data operation request comprises operand and operation information;
The data routing module, be used for after described receiver module receive data operation requests, identify the data type of described operand, according to the corresponding relation of described data type with the device type of the data type of presetting and memory device, obtain the device type information of the memory device of the business datum of storing described operand;
The data manipulation proxy module, the device type information that is used for obtaining according to described data routing module is accessed the memory device of respective type, and indicates described memory device according to the business datum executing data operation of described operation information to described operand; The data manipulation object information to the business datum of described operand that receives that described memory device returns, and submit described data manipulation object information to described service layer.
10. data manipulation equipment as claimed in claim 9 is characterized in that, described data manipulation proxy module comprises:
The database access agent unit, be used for transmitting described data operation request to the database memory device, indicate described database memory device according to the business datum executing data operation of described operation information to described operand, and the data manipulation object information to the business datum of described operand that receives that described database memory device returns, and submit described data manipulation object information to described service layer;
The local cache agent unit, be used for access local cache equipment, in described local cache equipment, operate according to the business datum executing data of described operation information to described operand, and the data manipulation object information to the business datum of described operand that receives that described local cache equipment returns, and submit described data manipulation object information to described service layer;
The distributed caching agent unit, be used for transmitting described data operation request to the distributed caching memory device, and the data manipulation object information to the business datum of described operand that receives that described distributed caching memory device returns, submit described data manipulation object information to described service layer.
11. data manipulation equipment as claimed in claim 10 is characterized in that,
When described data routing module operates for upgrading at described operation information, identify the data type of described operand, obtain all devices type information of the memory device of the business datum of storing described operand according to described data type.
12. data manipulation equipment as claimed in claim 11 is characterized in that,
Described data routing module is identified the data type of described operand when described operation information is query manipulation, obtain the preferred unit type information of the memory device of the business datum of storing described operand according to described data type.
13. data manipulation equipment as claimed in claim 12 is characterized in that,
Described data manipulation proxy module comprises:
Detecting unit is used for when described operation information is query manipulation, and whether the content that detects described data manipulation object information is query failure message;
The route indicating member, be used for when described detecting unit detects the data manipulation object information and is query failure message, indicating described data routing module to obtain the optional equipment type information of the memory device of the business datum of storing described operand according to described data type;
Commit unit, being used for when detecting unit detects described data manipulation object information is not during for query failure message, submits described data manipulation object information to described service layer.
14. data manipulation equipment as claimed in claim 13 is characterized in that, comprising:
The distributed caching control module is used for receiving the data operation request that described distributed caching agent unit is transmitted; Inquire about and obtain the address information of the distributed caching memory device of the business datum of storing described operand, according to the data operation request that described address information is transmitted to the distributed caching memory device, indicate described distributed caching memory device according to the business datum executing data operation of described operation information to described operand; The data manipulation object information to the business datum of described operand that receives that described distributed caching memory device returns, and return described data manipulation object information to the distributed caching agent unit.
15. data manipulation equipment as claimed in claim 14 is characterized in that, comprising:
The local cache control module is used for according to default local cache control configuration information the business datum of described local cache equipment being upgraded;
The data monitoring module for detection of the running status of described memory device, is upgraded the corresponding relation of the device type of the data type of operand and memory device according to described running status.
16. data manipulation equipment as claimed in claim 15 is characterized in that, comprising:
The data configuration module is used for the data type of the default operand of storage and controls configuration information with the corresponding relation of the device type of memory device, default local cache.
CN201010116491.8A 2010-02-26 2010-02-26 Data operating method and data operating equipment Expired - Fee Related CN101854378B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201010116491.8A CN101854378B (en) 2010-02-26 2010-02-26 Data operating method and data operating equipment
PCT/CN2011/070987 WO2011103784A1 (en) 2010-02-26 2011-02-15 Data operation method and data operation equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010116491.8A CN101854378B (en) 2010-02-26 2010-02-26 Data operating method and data operating equipment

Publications (2)

Publication Number Publication Date
CN101854378A CN101854378A (en) 2010-10-06
CN101854378B true CN101854378B (en) 2013-02-13

Family

ID=42805643

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010116491.8A Expired - Fee Related CN101854378B (en) 2010-02-26 2010-02-26 Data operating method and data operating equipment

Country Status (2)

Country Link
CN (1) CN101854378B (en)
WO (1) WO2011103784A1 (en)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854378B (en) * 2010-02-26 2013-02-13 深圳市龙视传媒有限公司 Data operating method and data operating equipment
CN103297485B (en) * 2012-03-05 2016-02-24 日电(中国)有限公司 Distributed caching automated management system and distributed caching automatic management method
CN103631924B (en) * 2013-12-03 2018-08-31 Tcl集团股份有限公司 A kind of application process and system of distributive database platform
CN104753992A (en) * 2013-12-29 2015-07-01 中国移动通信集团公司 Method, device and system for data storage and method and device for virtual platform failure recovery
CN105338026B (en) * 2014-07-24 2018-10-09 阿里巴巴集团控股有限公司 The acquisition methods of data resource, device and system
CN104468773B (en) * 2014-12-04 2019-04-09 北京国双科技有限公司 Data processing method and server-side
CN105786819A (en) * 2014-12-18 2016-07-20 广州华多网络科技有限公司 Data operation method and device
CN105306579A (en) * 2015-11-11 2016-02-03 盛趣信息技术(上海)有限公司 Server interface configuration method and server
CN107193654B (en) * 2017-05-12 2020-11-10 广州接入信息科技有限公司 Resource operation method and device of distributed system and distributed system
CN109669811B (en) * 2017-08-15 2021-04-13 金钱猫科技股份有限公司 Data processing method and terminal capable of reliable access
CN107623729B (en) * 2017-09-08 2021-01-15 华为技术有限公司 Caching method, caching equipment and caching service system
CN109697848B (en) * 2017-10-23 2021-08-03 普天信息技术有限公司 Method and device for acquiring multidimensional information of vehicle
CN108153812A (en) * 2017-11-24 2018-06-12 广州高清视信数码科技股份有限公司 Method, apparatus, computer equipment and the storage medium of data communication
CN110233749B (en) * 2019-04-30 2022-08-02 视联动力信息技术股份有限公司 Fault processing method, system and device and storage medium
CN111835846B (en) * 2020-07-09 2022-10-11 北京字节跳动网络技术有限公司 Information updating method and device and electronic equipment
US11943316B1 (en) * 2022-12-02 2024-03-26 Amazon Technologies, Inc. Database connection multiplexing for prepared statements

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040073649A1 (en) * 2002-08-30 2004-04-15 Satoshi Inami Stream data processing apparatus
CN1845634A (en) * 2005-04-08 2006-10-11 中兴通讯股份有限公司 Logical control channel processing device and method in wireless local telephone system base station
CN101378383A (en) * 2007-08-30 2009-03-04 华为技术有限公司 Method, system and apparatus for processing transparent data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854378B (en) * 2010-02-26 2013-02-13 深圳市龙视传媒有限公司 Data operating method and data operating equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040073649A1 (en) * 2002-08-30 2004-04-15 Satoshi Inami Stream data processing apparatus
CN1845634A (en) * 2005-04-08 2006-10-11 中兴通讯股份有限公司 Logical control channel processing device and method in wireless local telephone system base station
CN101378383A (en) * 2007-08-30 2009-03-04 华为技术有限公司 Method, system and apparatus for processing transparent data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
甄玉钢等.基于XML的异构数据库集成系统构架与开发.《计算机工程》.2006,第85-86页. *

Also Published As

Publication number Publication date
WO2011103784A1 (en) 2011-09-01
CN101854378A (en) 2010-10-06

Similar Documents

Publication Publication Date Title
CN101854378B (en) Data operating method and data operating equipment
US8554790B2 (en) Content based load balancer
CN1764191B (en) Methods and systems for dynamically updating session state affinity
WO2018097845A1 (en) Search and retrieval of keyed data maintained using a keyed database
US10333788B2 (en) System and method for acquiring, processing and updating global information
US10425502B2 (en) System and method for acquiring, processing and updating global information
CN103095758B (en) A kind of method processing file data in distributed file system and this system
US20060026194A1 (en) System and method for enabling indexing of pages of dynamic page based systems
CN105635196A (en) Method and system of file data obtaining, and application server
CN109445902A (en) A kind of data manipulation method and system
CN108632397A (en) To the control method and system of network connection
US10810269B2 (en) Method and system for second-degree friend query
CN106464745A (en) Dns server, client and data synchronization method
CN108494867B (en) Method, device and system for service gray processing and routing server
CN102646072A (en) Data management method
KR101857020B1 (en) Apparatas and method for managing service of providing server in a terminal
CN100580665C (en) Method for supporting index server to file sharing applications and index server
CN110135781A (en) Information processing method, device, electronic equipment and computer readable storage medium
US8560701B2 (en) Method and apparatus for web service communication
JPH10105481A (en) Method for mediating service and its device
JP5332488B2 (en) Map-based communication of multiple functional entities
US10193965B2 (en) Management server and operation method thereof and server system
US6826602B1 (en) System and method for reverse content distribution
JP2002259197A (en) Active contents cache control system, active contents cache controller, its controlling method, program for control and processing active contents cache and recording medium for its program
US20100076945A1 (en) System and method for providing business information to a communication device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1149389

Country of ref document: HK

ASS Succession or assignment of patent right

Owner name: SHENZHEN LONGSHI MEDIA CO., LTD.

Free format text: FORMER OWNER: SHENZHEN TONGZHOU ELECTRONIC CO., LTD.

Effective date: 20120424

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 518129 SHENZHEN, GUANGDONG PROVINCE TO: 518057 SHENZHEN, GUANGDONG PROVINCE

TA01 Transfer of patent application right

Effective date of registration: 20120424

Address after: 518057 District, Guangdong, Nanshan District hi tech Zone, the North Zone of the Fifth Industrial Zone, rainbow science and technology building, A2-3 District,

Applicant after: Shenzhen Longguan Media Co., Ltd.

Address before: 518129 Rainbow Technology Building, North hi tech Zone, Nanshan District, Guangdong, Shenzhen

Applicant before: Shenzhen Tongzhou Electronic Co., Ltd.

C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: SHENZHEN TONGZHOU ELECTRONIC CO., LTD.

Free format text: FORMER OWNER: SHENZHEN LONGSHI MEDIA CO., LTD.

Effective date: 20140516

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 518057 SHENZHEN, GUANGDONG PROVINCE TO: 518000 SHENZHEN, GUANGDONG PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20140516

Address after: 518000 rainbow science and Technology Building (North West Road), Nanshan District hi tech Zone, Shenzhen, Guangdong

Patentee after: Shenzhen Tongzhou Electronic Co., Ltd.

Address before: 518057 District, Guangdong, Nanshan District hi tech Zone, the North Zone of the Fifth Industrial Zone, rainbow science and technology building, A2-3 District,

Patentee before: Shenzhen Longguan Media Co., Ltd.

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20130213

Termination date: 20150226

EXPY Termination of patent right or utility model
REG Reference to a national code

Ref country code: HK

Ref legal event code: WD

Ref document number: 1149389

Country of ref document: HK