CN105701112A - Data processing method, apparatus and system - Google Patents

Data processing method, apparatus and system Download PDF

Info

Publication number
CN105701112A
CN105701112A CN201410706559.6A CN201410706559A CN105701112A CN 105701112 A CN105701112 A CN 105701112A CN 201410706559 A CN201410706559 A CN 201410706559A CN 105701112 A CN105701112 A CN 105701112A
Authority
CN
China
Prior art keywords
client
attribute
client extensions
customer information
information table
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.)
Pending
Application number
CN201410706559.6A
Other languages
Chinese (zh)
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.)
Huawei Technologies Co Ltd
Huawei Software Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN201410706559.6A priority Critical patent/CN105701112A/en
Publication of CN105701112A publication Critical patent/CN105701112A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Embodiments of the present invention provide a data processing method, apparatus and system, which relate to the field of computers and are capable of flexibly and efficiently reading/writing a client extension attribute in the case of massive clients. The method comprises: receiving a request of a client extension attribute sent by a client; caching a client extension attribute value to a virtual client extension attribute table; according to a mapping relation and a client identifier, generating a client extension attribute instruction; and sending the client extension attribute instruction to a database server. The data processing method, apparatus and system are used for processing data.

Description

A kind of data processing method, Apparatus and system
Technical field
The present invention relates to computer realm, particularly relate to a kind of data processing method, Apparatus and system。
Background technology
Relevant database stores data, multiple row and/or multiple row in terms of rows and columns and is referred to as table, opening relationships composition data base between table and table。At present, bank, telecommunications, industry such as electricity business and affairs of household registration etc. adopt relevant database to set up online trading system, using essential informations such as the name of client, sex and ID (identity number) card No. as client's base attribute, use horizontal table to store, one attribute of the string record of horizontal table。Customer information table is as shown in table 1,
Table 1 customer information table
Customer ID Title Classification
102039 Zhang San Tissue
102038 Li Si Individual
But, different industries has different customer informations, using different customer informations as client extensions attribute, vertical table is used to store, one attribute of a line record of vertical table, the DDL (DataDefinitionLanguage, DDL) provided will pass through relevant database increases, revises or Delete Row, extension client extensions attribute neatly。Client extensions attribute list is as shown in table 2,
Table 2 client extensions attribute list
Customer ID Attribute Value
102039 Hobby Read, swim
102039 Trip instrument Public transport
102039 Membership Senior member
Thus, user can first pass through unique major key customer ID (ID) and read client's base attribute of client in customer information table, then, when client extensions attribute list being not set up index, client extensions attribute list is carried out full table scan and reads and writes the client extensions attribute that described customer ID is corresponding, when client extensions attribute list indexes, client extensions attribute list is carried out full index scanning and reads and writes the client extensions attribute that described customer ID is corresponding, because customer ID is not unique major key in client extensions attribute list, even if so client extensions attribute list indexes, it is also required to that client extensions attribute list is carried out full index scanning and reads and writes the client extensions attribute that described customer ID is corresponding。Such as, to revise the trip instrument of Zhang San, " public transport " is changed into " self-driving car ", it is possible to use client extensions attribute list is carried out full table scan or full index scan for inquiries amendment by " customer ID=' 102039 ' and attributes=' trip instrument ' "。
Development along with the Internet, the client of industry-by-industry measures in continuous increase, even can reach the magnanimity client of 1,000,000,000 grades, so in client extensions attribute list when the multiple attribute of each customer ID correspondence, client extensions attribute list includes more client extensions attribute, the read-write efficiency that client extensions attribute list carries out full table scan can be very low, even read-write requests be cannot respond to, causes that Database Systems are collapsed。
In prior art, it is possible to reserve several field (Field) at customer information table and extend client extensions attribute, in order to read client extensions attribute by unique major key customer ID rapidly at customer information table。Assume to have reserved 2 fields such as Field1-Field2, as shown in table 3,
Table 3 customer information table
Customer ID Title Classification Field1 Field2
102039 Zhang San Tissue
102038 Li Si Individual
But, when increasing in customer information table, revise or deleting client extensions attribute, it is necessary to amendment code, it is upgraded to redaction and could support newly-increased client extensions attribute, thus the flexible expansion of client extensions attribute is relatively low。
Therefore, how when magnanimity client, can extending client extensions attribute neatly, to read and write again client extensions attribute efficiently be a problem demanding prompt solution。
Summary of the invention
Embodiments of the invention provide a kind of data processing method, Apparatus and system, when magnanimity client, it is possible to read and write client extensions attribute flexible and efficiently。
For reaching above-mentioned purpose, embodiments of the invention adopt the following technical scheme that
First aspect, it is provided that a kind of data processing method, is applied to application server, including:
Receiving the request of the client extensions attribute that client sends, the request of described client extensions attribute includes client extensions property value and customer ID;
Described client extensions property value is cached to virtual client extended attribute table, and described virtual client extended attribute table is vertical table;
According to mapping relations and described customer ID, generate client extensions attribute instruction, described client extensions attribute instruction includes the reserved field in described client extensions property value and customer information table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, described customer information table is horizontal table, and described client extensions attribute includes client extensions attribute-name and client extensions property value;
Described client extensions attribute instruction is sent, in order to described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server to database server。
In conjunction with first aspect, can in implementation at the first, before the request of the client extensions attribute sent in described reception client, described method also includes:
Arranging mapping table, described mapping table is for indicating the mapping relations of the reserved field in customer information table and client extensions attribute-name, and a reserved field maps a client extensions attribute-name;
Described virtual client extended attribute table is set;
Arranging read-write translation function, described read-write translation function is for storing the reserved field in customer information table by the client extensions attribute of described virtual client extended attribute table cache。
In conjunction with the first can implementation, the second can in implementation, described according to mapping relations, generate client extensions attribute instruction and include:
The row that the described customer ID in described customer information table is corresponding is determined according to described customer ID, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value。
In conjunction with the second can implementation, can in implementation at the third, described generation client extensions attribute instruction includes:
When generating the instruction that described customer information table is increased described client extensions property operations, generate client extensions attribute and insert statement;
When generating the instruction of described client extensions property operations that described customer information table is modified, generate client extensions attribute modification statement;
When generating the instruction that described customer information table is deleted described client extensions property operations, generate client extensions attribute cancel statement。
In conjunction with first aspect, first to the third can implementation, can in implementation at the 4th kind, according to mapping relations, after generating client extensions attribute instruction, described method also includes:
When the client extensions attribute instruction that generation two or more is different, it is a client extensions attribute instruction by more than said two different client extensions attribute instruction foldings。
In conjunction with first aspect, first to fourth kind can implementation, can in implementation at the 5th kind, the reserved field in described customer information table is arranged by described database server。
Second aspect, it is provided that a kind of data processing method, is applied to application server, including:
Receiving the inquiry request that client sends, described inquiry request includes customer ID;
Generate query statement, described query statement inquires about, for referred database server, the client extensions attribute that described customer ID is corresponding in customer information table, described client extensions attribute includes client extensions property value and client extensions attribute-name, and described customer information table is horizontal table;
Sending described query statement to described database server, described query statement includes described customer ID;
Receive the client extensions attribute that the described customer ID of described database server return is corresponding;
According to mapping relations and described customer ID, by client extensions property cache corresponding for described customer ID to virtual client extended attribute table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, and described virtual client extended attribute table is vertical table。
In conjunction with second aspect, can in implementation at the first, before the inquiry request that described reception client sends, described method also includes:
Arranging read-write translation function, described read-write translation function is for by client extensions property cache in described customer information table to described virtual client extended attribute table。
In conjunction with the first can implementation, the second can in implementation, described according to mapping relations, client extensions property cache corresponding for described customer ID is included to virtual client extended attribute table:
Determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, by client extensions property cache corresponding for described customer ID to described virtual client extended attribute table。
The third aspect, it is provided that a kind of application server, including:
Receiving unit, for receiving the request of the client extensions attribute that client sends, the request of described client extensions attribute includes client extensions property value and customer ID;
Buffer unit, for described client extensions property value is cached to virtual client extended attribute table, described virtual client extended attribute table is vertical table;
Generate unit, for according to mapping relations and described customer ID, generate client extensions attribute instruction, described client extensions attribute instruction includes the reserved field in described client extensions property value and customer information table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, described customer information table is horizontal table, and described client extensions attribute includes client extensions attribute-name and client extensions property value;
Transmitting element, for sending described client extensions attribute instruction to database server, in order to described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server。
In conjunction with the third aspect, can in implementation at the first, described application server also includes:
Arranging unit, be used for arranging mapping table, described mapping table is for indicating the mapping relations of the reserved field in customer information table and client extensions attribute-name, and a reserved field maps a client extensions attribute-name;
The described unit that arranges is additionally operable to arrange described virtual client extended attribute table;
The described unit that arranges is additionally operable to arrange read-write translation function, and described read-write translation function is for storing the reserved field in customer information table by the client extensions attribute of described virtual client extended attribute table cache。
In conjunction with the first can implementation, the second can in implementation, when the request of described client extensions attribute includes client extensions attribute-name, described generation unit specifically for:
The row that the described customer ID in described customer information table is corresponding is determined according to described customer ID, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value。
In conjunction with the second can implementation, the third can in implementation, described generation unit specifically for:
When generating the instruction that described customer information table is increased described client extensions property operations, generate client extensions attribute and insert statement;
When generating the instruction of described client extensions property operations that described customer information table is modified, generate client extensions attribute modification statement;
When generating the instruction that described customer information table is deleted described client extensions property operations, generate client extensions attribute cancel statement。
In conjunction with first aspect, first to the third can implementation, can in implementation at the 4th kind, described generation unit is additionally operable to
When the client extensions attribute instruction that generation two or more is different, it is a client extensions attribute instruction by more than said two different client extensions attribute instruction foldings。
In conjunction with first aspect, first to fourth kind can implementation, can in implementation at the 5th kind, the reserved field in described customer information table is arranged by described database server。
Fourth aspect, it is provided that a kind of application server, including:
Receiving unit, for receiving the inquiry request that client sends, described inquiry request includes customer ID;
Generate unit, for generating query statement, described query statement inquires about, for referred database server, the client extensions attribute that described customer ID is corresponding in customer information table, and described client extensions attribute includes client extensions property value and client extensions attribute-name, and described customer information table is horizontal table;
Transmitting element, for sending described query statement to described database server, described query statement includes described customer ID;
Described reception unit is additionally operable to receive the client extensions attribute that described customer ID that described database server returns is corresponding;
Buffer unit, for according to mapping relations and described customer ID, by client extensions property cache corresponding for described customer ID to virtual client extended attribute table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, and described virtual client extended attribute table is vertical table。
In conjunction with fourth aspect, can in implementation at the first, described application server also includes:
Arranging unit, be used for arranging read-write translation function, described read-write translation function is for by client extensions property cache in described customer information table to described virtual client extended attribute table。
In conjunction with the first can implementation, the second can in implementation, described buffer unit specifically for:
Determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, by client extensions property cache corresponding for described customer ID to described virtual client extended attribute table。
5th aspect, it is provided that a kind of data handling system, including: the application server described in client, database server and any of the above,
Described client is for by showing that control controls display client's base attribute, controlling display client extensions attribute by dynamic controlware;
Described database server is for arranging the reserved field in customer information table。
Embodiments of the invention provide a kind of data processing method, Apparatus and system。When after the client extensions property value receiving client transmission and customer ID, first described client extensions property value is cached in the virtual client extended attribute table of internal memory, then determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value, described client extensions attribute instruction is sent to database server after, so that described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server。Relative to prior art, according to the mapping relations operation to virtual client extended attribute table and customer information table, it is achieved that when magnanimity client, it is possible to read and write client extensions attribute flexible and efficiently。
Accompanying drawing explanation
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, the accompanying drawing used required in embodiment or description of the prior art will be briefly described below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the premise not paying creative work, it is also possible to obtain other accompanying drawing according to these accompanying drawings。
Fig. 1 provides a kind of data handling system schematic diagram for the embodiment of the present invention;
Fig. 2 provides the hardware structure diagram of a kind of application server for the embodiment of the present invention;
Fig. 3 provides a kind of data processing method flow chart for the embodiment of the present invention;
Fig. 4 provides another kind of data processing method flow chart for the embodiment of the present invention;
Fig. 5 provides another data processing method flow chart for the embodiment of the present invention;
Fig. 6 provides another data processing method flow chart for the embodiment of the present invention;
Fig. 7 provides a kind of client display schematic diagram for the embodiment of the present invention;
Fig. 8 provides another data processing method flow chart another for the embodiment of the present invention;
Fig. 9 provides another data processing method flow chart again for the embodiment of the present invention;
Figure 10 provides another kind of client display schematic diagram for the embodiment of the present invention;
Figure 11 provides a kind of application server structural representation for the embodiment of the present invention;
Figure 12 provides another kind of application server structural representation for the embodiment of the present invention;
Figure 13 provides another application server structural representation for the embodiment of the present invention;
Figure 14 provides another application server structural representation for the embodiment of the present invention。
Detailed description of the invention
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, it is clear that described embodiment is only a part of embodiment of the present invention, rather than whole embodiments。Based on the embodiment in the present invention, the every other embodiment that those of ordinary skill in the art obtain under not making creative work premise, broadly fall into the scope of protection of the invention。
As it is shown in figure 1, a kind of data handling system schematic diagram, including client (WebPage) 11, application server (APPServer) 12 and database server (DBServer) 13。Wherein, client 11 is connected with application server 12, and application server 12 is connected with database server 13。
Client 11 is for by showing that control controls display client's base attribute, and a display control controls a line information in customer information table, and namely by one, client's base attribute of a client shows that control is shown in customer information and safeguards on the page。Controlling display client extensions attribute by dynamic controlware, dynamic controlware controls lines of information in virtual client extended attribute table, and namely multiple client extensions attributes of a client are shown in customer information by dynamic controlware and safeguard on the page。Such as, dynamic controlware can be DataGrid。Can also is that other similar page controls。
Database server 13 is used for arranging reserved field in customer information table, deletes client extensions attribute list。Described reserved field includes client extensions attribute-name reserved field and client extensions property value reserved field。Can be also used for receiving the data of increase, amendment, deletion or inquiry database server storage that application server sends。
Application server 12 is for the client extensions property cache that will receive from client to virtual client extended attribute table, then, determine the row in customer information table according to mapping relations, generate the instruction that the row in described customer information table are carried out the operation of described client extensions attribute-name;Or, the row that the described customer ID determined in customer information table according to described customer ID is corresponding, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value。
Application server 12 is additionally operable to determine the row in virtual client extended attribute table according to mapping relations, by client extensions property cache corresponding for described customer ID to virtual client extended attribute table, described mapping relations are the mapping relations of described client extensions attribute-name and the row in described customer information table。
Application server 12 is additionally operable to when the client extensions attribute instruction that generation two or more is different, is a client extensions attribute instruction by more than said two different client extensions attribute instruction foldings。
Fig. 2 illustrates a kind of hardware structure diagram of above-mentioned application server 12。As in figure 2 it is shown, this application server 12 includes one or more (only illustrating one in figure) processor 121, memorizer 122, user interface 123, network interface 124 and communication bus 125。It will appreciated by the skilled person that the structure shown in Fig. 2 is only signal, the structure of its not application server 12 causes restriction。Such as, application server 12 may also include the assembly more or more less than shown in Fig. 2, or has the configuration different from shown in Fig. 2。
Communication bus 125 is for the communication between each building block in application server 12。User interface 123 may be used for connecting client, to receive the information of user's input。Network interface 124 may be used for connecting database server 13。
Memorizer 122 can be used for storing software program, read-write translation function code in the embodiment of the present invention, mapping table code and virtual client extended attribute table code。Memorizer 122 can include high speed random access memory (Random-AccessMemory, RAM), for storing the data of virtual client extended attribute table。
Processor 121 is by running the software program being stored in memorizer 122, thus performing the application of various function and data process, such as, the client extensions attribute of virtual client extended attribute table cache is stored the reserved field in customer information table by calling read-write translation function code by processor 121, or by client extensions property cache in described customer information table to described virtual client extended attribute table。
In like manner, client 11 can also include memorizer and processor, and this memorizer is used for storing browser program, and processor is for running the program of browser so that can show on the browser of client that customer information safeguards the page and mapping table。
Database server 13 can also include memorizer and processor, this memorizer is for storing the data of customer information table and mapping table, processor is for performing the query statement, insertion statement, amendment statement or the cancel statement that receive, the client extensions attribute in operation customer information table。
The embodiment of the present invention provides a kind of data processing method, is applied to application service layer, as it is shown on figure 3, include:
The request of the client extensions attribute that step 201, reception client send。
The request of described client extensions attribute includes client extensions property value and customer ID。
Step 202, described client extensions property value is cached to virtual client extended attribute table。
Described virtual client extended attribute table is vertical table。
Step 203, according to mapping relations and described customer ID, generate client extensions attribute instruction。
Described client extensions attribute instruction includes the reserved field in described client extensions property value and customer information table, described mapping relations are the mapping relations of described client extensions attribute-name and the reserved field in customer information table, described customer information table is horizontal table, and described client extensions attribute includes client extensions attribute-name and client extensions property value。
Step 204, to database server send described client extensions attribute instruction。
So that the reserved field in described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server。
So, when after the client extensions property value receiving client transmission and customer ID, first described client extensions property value is cached in the virtual client extended attribute table of internal memory, then determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value, described client extensions attribute instruction is sent to database server after, so that described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server。Relative to prior art, according to the mapping relations operation to virtual client extended attribute table and customer information table, it is achieved that when magnanimity client, it is possible to read and write client extensions attribute flexible and efficiently。
The embodiment of the present invention provides a kind of data processing method, is applied to data handling system as shown in Figure 1, as shown in Figure 4, and including:
The inquiry request that step 301, reception client send。
Described inquiry request includes customer ID。
Step 302, generation query statement。
Described query statement inquires about, for referred database server, the client extensions attribute that described customer ID is corresponding in customer information table, and described client extensions attribute includes client extensions property value and client extensions attribute-name, and described customer information table is horizontal table。
Step 303, to described database server send described query statement。
Step 304, receive client extensions attribute corresponding to described customer ID that described database server returns。
Step 305, according to mapping relations and described customer ID, by client extensions property cache corresponding for described customer ID to virtual client extended attribute table。
Described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, and described virtual client extended attribute table is vertical table。
So, after receiving the client extensions attribute that database server inquires according to customer ID, the row that the described customer ID in described customer information table is corresponding is determined according to described customer ID, and determine the row in described customer information table according to mapping relations, by client extensions property cache corresponding for described customer ID to described virtual client extended attribute table, namely the row operation of customer information table is converted to the row operation of virtual client extended attribute table。Relative to prior art, according to the mapping relations operation to virtual client extended attribute table and customer information table, it is achieved that when magnanimity client, it is possible to read and write client extensions attribute flexible and efficiently。
The embodiment of the present invention provides a kind of data processing method, is applied to data handling system as shown in Figure 1, as it is shown in figure 5, include:
Step 401, database server arrange the reserved field of the client extensions attribute of customer information table。
Database server arranges customer information table, and this customer information table includes client's base attribute and reserved field, and described reserved field can include client extensions attribute-name reserved field。This reserved field could be arranged to Field1-Fieldn, described Field1-Fieldn and forms mapping relations with client extensions attribute-name, and client extensions property value is stored in the unit of the row at reserved field place。The method specifically arranging client extensions attribute and reserved field is referred to arrange the prior art of customer information table, such as, can developing a common extended attribute maintenance function and use database management tools to increase reserved field, this is not added with repeating by the concrete present invention。
If it should be noted that the quantity of client extensions attribute is more than reserved field, it is possible to increase reserved field number by data base's control station。Data base's control station can be database client software Plsql etc.。Data base (such as Oracle) can support more than 200 reserved field, and general industry all enough employs。If the uncertain purposes of the type of reserved field, it is possible to be set to variable length character type。Example, customer information of bank table, as shown in table 4,
Table 4 customer information of bank table
Customer ID Title Classification Field1 Field2 Fieldn
102039 Zhang San Tissue
102038 Li Si Individual
Step 402, application server arrange mapping table, virtual client extended attribute table and read-write translation function。
Mapping table includes the mapping relations of the reserved field at least one customer information table and client extensions attribute-name, and a reserved field maps a client extensions attribute-name。
Example, as shown in table 5, mapping table includes customer information of bank table and telecom client information table。Reserved field Field1 in customer information of bank table is mapped as the membership of client extensions attribute, reserved field Field2 in customer information of bank table is mapped as the credit rating of client extensions attribute, reserved field Field1 in telecom client information table is mapped as whether his network users of client extensions attribute, other attributes do not filled out are null value, it is possible to when increasing client extensions attribute for needs。
Table 5 mapping table
Customer information table name Reserved field Attribute
Customer information of bank table Field1 Membership
Customer information of bank table Field2 Credit rating
Customer information of bank table Field3
Customer information of bank table Fieldn
Telecom client information table Field1 Whether his network users
Virtual client extended attribute table storage is currently needed for the client extensions attribute processed, and described client extensions attribute includes client extensions attribute-name or client extensions property value。Application server can according to the row that client extensions property operations increases, revises, deletes or inquire about virtual client extended attribute table。Example, as shown in table 6, virtual client extended attribute table includes membership and the credit rating of the client extensions attribute that customer ID is 102039, and the clubbable value of client extensions attribute is gold card, and the value of the credit rating of client extensions attribute is 1 grade。
Table 6 virtual client extended attribute table
Customer ID Attribute Value
102039 Membership Gold card
102039 Credit rating 1 grade
Read-write translation function is used for the client extensions attribute of described virtual client extended attribute table cache is stored the reserved field in customer information table, or by client extensions property cache in described customer information table to described virtual client extended attribute table。The conversion of client extensions attribute read-write is namely realized according to mapping relations, increase, amendment and deletion client extensions attribute client submitted to is converted to the updating operation of the corresponding field of customer information table, and inquiry multirow client extensions attribute client submitted to is converted to the query manipulation of multiple row of the corresponding field of inquiring customer information table。Read-write translation function is additionally operable to multiple DDLs (DDL) statement is merged into a DDL statement, performs for database server。
It should be noted that mapping table is the entity list existed at database server。Virtual client extended attribute table is saved in internal memory, it is achieved the function of the client extensions attribute list of entity, is absent from the client extensions attribute list of entity。If there is the client extensions attribute list of entity, database server needs to delete the client extensions attribute list of entity。
Step 403, client arrange dynamic controlware。
Controlling display client extensions attribute by dynamic controlware, dynamic controlware controls lines of information in virtual client extended attribute table, and namely multiple client extensions attributes of a client are shown in customer information by dynamic controlware and safeguard on the page。
It should be noted that; the sequencing of the data processing method steps that the embodiment of the present invention provides can suitably adjust; example; as the tandem between step 401 and step 403 can exchange; any those familiar with the art is in the technical scope that the invention discloses; the method that can readily occur in change, all should be encompassed within protection scope of the present invention, therefore repeat no more。
As shown in Figure 6, step 404 to step 408, the client extensions attribute inquiring about client from customer information table of example。
Step 404, application server receive the inquiry request that client sends。
Client can receive user and safeguard, in customer information, the customer ID that the page inputs, and client sends inquiry request to application server, and described inquiry request includes customer ID。
Step 405, application server generate query statement。
Described query statement inquires about client extensions attribute corresponding to described customer ID and client's base attribute for referred database server in customer information table, and described customer information table is horizontal table。Example, described DDL query statement can be Select customer ID, title, classification, membership field1 ... from customer information of bank table where customer ID=102039。
Step 406, application server send described query statement to database server。
After database server receives query statement, in customer information table, inquire about, according to the customer ID in described query statement, the row that described customer ID is corresponding。This customer ID is the major key index of customer information of bank table。Example, as shown in table 4, the customer information of bank table of database server storage。
Step 407, application server receive client extensions attribute corresponding to described customer ID that described database server returns。
Application server can receive the information of a line that customer ID is 102039 that database server returns, and is called Zhang San including name, and classification is tissue, and client extensions attribute is membership and credit rating。
Step 408, application server are according to mapping relations and customer ID, by client extensions property cache corresponding for described customer ID to virtual client extended attribute table。
Determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, by client extensions property cache corresponding for described customer ID to described virtual client extended attribute table。Described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table。Described virtual client extended attribute table is vertical table。Concrete, call setrow (custrow) method of virtual client extended attribute table object, each extended attribute is write as a line in virtual client extended attribute table, calls and once all client extensions attributes of customer information table can be written in virtual client extended attribute table。
Example, as it is shown in fig. 7, the client extensions attribute of the Zhang San inquired in customer information of bank table and client's base attribute。On display unit 4, the customer information of display safeguards the page 41, and including the client's base attribute 411 from customer information table, including client's base attribute, client extensions attribute 412 includes " membership " and " credit rating " client extensions attribute。Described display unit can be the display screen of client。
As shown in Figure 8, step 409 to step 4012 example to the operation of the client extensions property value of client in customer information table。
Step 409, client receive client extensions property value。
Client can receive user and safeguard the client extensions property value of input in the page in customer information。Example, it is possible to safeguard in customer information as shown in Figure 7 and in the space that in the page, membership is corresponding, input input " 1 grade " in the space that " gold card " is corresponding with credit rating。
Step 4010, application server receive the request of the client extensions attribute that client sends。
The request of this client extensions attribute includes client extensions property value。Described client extensions property value is cached to virtual client extended attribute table, and described virtual client extended attribute table is vertical table, is stored in the internal memory of application server。Call the setrow method of virtual client extended attribute table object, each extended attribute is write as a line in virtual client extended attribute table, call and once all client extensions attributes of customer information table can be written in virtual client extended attribute table。Example, as shown in table 7, " gold card " and " 1 grade " client extensions property value is increased to the virtual client extended attribute table of internal memory。
Table 7 virtual client extended attribute table
Customer ID Attribute Value
102039 Membership Gold card
102039 Credit rating 1 grade
Step 4011, application server, according to mapping relations and customer ID, generate client extensions attribute instruction。
The row that the described customer ID in described customer information table is corresponding is determined according to described customer ID, and determine the row in described customer information table according to mapping relations, generating the instruction that the row in row corresponding to customer ID described in described customer information table carry out the operation of described client extensions property value, described mapping relations are the mapping relations of client extensions attribute-name and the row in described customer information table。Described client extensions attribute instruction includes the reserved field in described client extensions attribute and customer information table, and described customer information table is horizontal table。
Example, as shown in Figure 9, the row that the described customer ID determined in customer information of bank table according to described customer ID " 102039 " is corresponding, the mapping relations of the Field1 in " membership " and customer information of bank table in mapping table according to table 5, determine in the unit of the reserved field needing to be inserted in customer information of bank table by " gold card " in table 7 virtual client extended attribute table, generate the instruction of the unit of the reserved field being inserted in customer information of bank table by " gold card " in table 7。Inserting statement can be Update customer information of bank table setfield1=" gold card " where customer ID=102039;Update customer information of bank table setfield2=" 1 grade " where customer ID=102039。
It should be noted that when the client extensions attribute instruction that generation two or more is different, be a client extensions attribute instruction by more than said two different client extensions attribute instruction foldings。Such as, Update customer information of bank table setfield1=" gold card ", field2=' 1 grade ' where customer ID=102039 are converted to。
In like manner, when generating the instruction of described client extensions property operations that described customer information table is modified, client extensions attribute modification statement is generated。Amendment statement can be Update customer information of bank table setfield1=" silver card " where customer ID=102039。So that the client extensions property value of the amendment in table 7 is inserted into the reserved field in customer information of bank table by database server。
When generating the instruction that described customer information table is deleted described client extensions property operations, generate client extensions attribute cancel statement。Cancel statement can be Update customer information of bank table setfield1=" null " where customer ID=102039。So that null statement in table 7 is inserted into the reserved field in customer information of bank table by database server。
Step 4012, database server receive the client extensions attribute instruction that application server sends。
Reserved field in described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by database server。Example, as shown in table 8, " gold card " and " 1 grade " is inserted into the reserved field in customer information of bank table according to the insertion instruction received by database server。
Table 8 customer information of bank table
Customer ID Title Classification Field1 Field2 Fieldn
102039 Zhang San Tissue Gold card 1 grade
User can refresh customer information and safeguard the page, it is seen that client extensions property value。Example, as shown in Figure 10, the client extensions attribute of the Zhang San inquired in customer information of bank table and client's base attribute。On display unit 4, the customer information of display safeguards the page 41, including the client's base attribute 411 from customer information table, including client's base attribute, client extensions attribute 412 includes " membership " client extensions attribute, and " membership " client extensions property value " gold card " and " credit rating " client extensions property value " 1 grade "。Described display unit can be the display screen of client。Concrete, inquiry client extensions property value can according to the description of step 404 to step 408。
Especially, after the mapping relations in mapping table are successfully established, do not change easily, if because changing the migration that likely can relate to data。If desired increasing the mapping relations in mapping table, user can operate in the mapping table。
It should be noted that in relevant database is applied, many-one relationship between the big table of any two mass data, it is associated read-write efficiency optimization and this invention can be used to solve。
The embodiment of the present invention provides a kind of application server 50, as shown in figure 11, and including:
Receiving unit 501, for receiving the request of the client extensions attribute that client sends, the request of described client extensions attribute includes client extensions property value and customer ID;
Buffer unit 502, for described client extensions property value is cached to virtual client extended attribute table, described virtual client extended attribute table is vertical table;
Generate unit 503, for according to mapping relations and described customer ID, generate client extensions attribute instruction, described client extensions attribute instruction includes the reserved field in described client extensions property value and customer information table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, described customer information table is horizontal table, and described client extensions attribute includes client extensions attribute-name and client extensions property value;
Transmitting element 504, for sending described client extensions attribute instruction to database server, in order to described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server。
So, when after the client extensions property value receiving client transmission and customer ID, first described client extensions property value is cached in the virtual client extended attribute table of internal memory, then determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value, described client extensions attribute instruction is sent to database server after, so that described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server。Relative to prior art, according to the mapping relations operation to virtual client extended attribute table and customer information table, it is achieved that when magnanimity client, it is possible to read and write client extensions attribute flexible and efficiently。
As shown in figure 12, described application server 50 also includes:
Arranging unit 505, be used for arranging mapping table, described mapping table is for indicating the mapping relations of the reserved field in customer information table and client extensions attribute-name, and a reserved field maps a client extensions attribute-name;
The described unit 505 that arranges is additionally operable to arrange described virtual client extended attribute table;
The described unit 505 that arranges is additionally operable to arrange read-write translation function, and described read-write translation function is for storing the reserved field in customer information table by the client extensions attribute of described virtual client extended attribute table cache。
Described generation unit 503 specifically for:
The row that the described customer ID in described customer information table is corresponding is determined according to described customer ID, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value。
Described generation unit 503 specifically for:
When generating the instruction that described customer information table is increased described client extensions property operations, generate client extensions attribute and insert statement;
When generating the instruction of described client extensions property operations that described customer information table is modified, generate client extensions attribute modification statement;
When generating the instruction that described customer information table is deleted described client extensions property operations, generate client extensions attribute cancel statement。
Described generation unit 503 is additionally operable to:
When the client extensions attribute instruction that generation two or more is different, it is a client extensions attribute instruction by more than said two different client extensions attribute instruction foldings。
It should be noted that the reserved field in described customer information table is arranged by described database server。
The embodiment of the present invention provides a kind of application server 60, as shown in figure 13, and including:
Receiving unit 601, for receiving the inquiry request that client sends, described inquiry request includes customer ID;
Generate unit 602, for generating query statement, described query statement inquires about, for referred database server, the client extensions attribute that described customer ID is corresponding in customer information table, described client extensions attribute includes client extensions property value and client extensions attribute-name, and described customer information table is horizontal table;
Transmitting element 603, for sending described query statement to described database server, described query statement includes described customer ID;
Described reception unit 601 is additionally operable to receive the client extensions attribute that described customer ID that described database server returns is corresponding;
Buffer unit 604, for according to mapping relations and described customer ID, by client extensions property cache corresponding for described customer ID to virtual client extended attribute table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, and described virtual client extended attribute table is vertical table。
So, after receiving the client extensions attribute that database server inquires according to customer ID, the row that the described customer ID in described customer information table is corresponding is determined according to described customer ID, and determine the row in described customer information table according to mapping relations, by client extensions property cache corresponding for described customer ID to described virtual client extended attribute table, namely the row operation of customer information table is converted to the row operation of virtual client extended attribute table。Relative to prior art, according to the mapping relations operation to virtual client extended attribute table and customer information table, it is achieved that when magnanimity client, it is possible to read and write client extensions attribute flexible and efficiently。
As shown in figure 14, described application server 60 also includes:
Arranging unit 605, be used for arranging read-write translation function, described read-write translation function is for by client extensions property cache in described customer information table to described virtual client extended attribute table。
Described buffer unit 604 specifically for:
Determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, by client extensions property cache corresponding for described customer ID to described virtual client extended attribute table。
Those skilled in the art is it can be understood that arrive, for convenience and simplicity of description, and the device of foregoing description and the specific works process of unit, it is possible to reference to the corresponding process in preceding method embodiment, do not repeat them here。
In several embodiments provided herein, it should be understood that disclosed device, method and system, it is possible to realize by another way。Such as, device embodiment described above is merely schematic, such as, the division of described unit, being only a kind of logic function to divide, actual can have other dividing mode when realizing, for instance multiple unit or assembly can in conjunction with or be desirably integrated into another system, or some features can ignore, or do not perform。Another point, shown or discussed coupling each other or direct-coupling or communication connection can be through INDIRECT COUPLING or the communication connection of some interfaces, device or unit, it is possible to be electrical, machinery or other form。
The described unit illustrated as separating component can be or may not be physically separate, and the parts shown as unit can be or may not be physical location, namely may be located at a place, or can also be distributed on multiple NE。Some or all of unit therein can be selected according to the actual needs to realize the purpose of the present embodiment scheme。
It addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, it is also possible to be that the independent physics of unit includes, it is also possible to two or more unit are integrated in a unit。Above-mentioned integrated unit both can adopt the form of hardware to realize, it would however also be possible to employ hardware adds the form of SFU software functional unit and realizes。
One of ordinary skill in the art will appreciate that: all or part of step realizing said method embodiment can be completed by the hardware that programmed instruction is relevant, aforesaid program can be stored in a computer read/write memory medium, this program upon execution, performs to include the step of said method embodiment;And aforesaid storage medium includes: the various media that can store program code such as ROM, RAM, magnetic disc or CDs。
The above; being only the specific embodiment of the present invention, but protection scope of the present invention is not limited thereto, any those familiar with the art is in the technical scope that the invention discloses; change can be readily occurred in or replace, all should be encompassed within protection scope of the present invention。Therefore, protection scope of the present invention should be as the criterion with described scope of the claims。

Claims (19)

1. a data processing method, it is characterised in that be applied to application server, including:
Receiving the request of the client extensions attribute that client sends, the request of described client extensions attribute includes client extensions property value and customer ID;
Described client extensions property value is cached to virtual client extended attribute table, and described virtual client extended attribute table is vertical table;
According to mapping relations and described customer ID, generate client extensions attribute instruction, described client extensions attribute instruction includes the reserved field in described client extensions property value and customer information table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, described customer information table is horizontal table, and described client extensions attribute includes client extensions attribute-name and client extensions property value;
Described client extensions attribute instruction is sent, in order to described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server to database server。
2. data processing method according to claim 1, it is characterised in that before the request of the client extensions attribute of described reception client transmission, described method also includes:
Arranging mapping table, described mapping table is for indicating the mapping relations of the reserved field in customer information table and client extensions attribute-name, and a reserved field maps a client extensions attribute-name;
Described virtual client extended attribute table is set;
Arranging read-write translation function, described read-write translation function is for storing the reserved field in customer information table by the client extensions attribute of described virtual client extended attribute table cache。
3. data processing method according to claim 2, it is characterised in that described according to mapping relations with described customer ID, generates client extensions attribute instruction and includes:
The row that the described customer ID in described customer information table is corresponding is determined according to described customer ID, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value。
4. data processing method according to claim 3, it is characterised in that described generation client extensions attribute instruction includes:
When generating the instruction that described customer information table is increased described client extensions property operations, generate client extensions attribute and insert statement;
When generating the instruction of described client extensions property operations that described customer information table is modified, generate client extensions attribute modification statement;
When generating the instruction that described customer information table is deleted described client extensions property operations, generate client extensions attribute cancel statement。
5. the data processing method according to claim 1-4 any one claim, it is characterised in that according to mapping relations and described customer ID, after generating client extensions attribute instruction, described method also includes:
When the client extensions attribute instruction that generation two or more is different, it is a client extensions attribute instruction by more than said two different client extensions attribute instruction foldings。
6. the data processing method according to claim 1-5 any one claim, it is characterised in that the reserved field in described customer information table is arranged by described database server。
7. a data processing method, it is characterised in that be applied to application server, including:
Receiving the inquiry request that client sends, described inquiry request includes customer ID;
Generate query statement, described query statement inquires about, for referred database server, the client extensions attribute that described customer ID is corresponding in customer information table, described client extensions attribute includes client extensions property value and client extensions attribute-name, and described customer information table is horizontal table;
Sending described query statement to described database server, described query statement includes described customer ID;
Receive the client extensions attribute that the described customer ID of described database server return is corresponding;
According to mapping relations and described customer ID, by client extensions property cache corresponding for described customer ID to virtual client extended attribute table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, and described virtual client extended attribute table is vertical table。
8. data processing method according to claim 7, it is characterised in that before the inquiry request that described reception client sends, described method also includes:
Arranging read-write translation function, described read-write translation function is for by client extensions property cache in described customer information table to described virtual client extended attribute table。
9. data processing method according to claim 8, it is characterised in that described according to mapping relations with described customer ID, includes client extensions property cache corresponding for described customer ID to virtual client extended attribute table:
Determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, by client extensions property cache corresponding for described customer ID to described virtual client extended attribute table。
10. an application server, it is characterised in that including:
Receiving unit, for receiving the request of the client extensions attribute that client sends, the request of described client extensions attribute includes client extensions property value and customer ID;
Buffer unit, for described client extensions property value is cached to virtual client extended attribute table, described virtual client extended attribute table is vertical table;
Generate unit, for according to mapping relations and described customer ID, generate client extensions attribute instruction, described client extensions attribute instruction includes the reserved field in described client extensions property value and customer information table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, described customer information table is horizontal table, and described client extensions attribute includes client extensions attribute-name and client extensions property value;
Transmitting element, for sending described client extensions attribute instruction to database server, in order to described customer information table is carried out client extensions property operations according to described client extensions attribute instruction by described database server。
11. application server according to claim 10, it is characterised in that described application server also includes:
Arranging unit, be used for arranging mapping table, described mapping table is for indicating the mapping relations of the reserved field in customer information table and client extensions attribute-name, and a reserved field maps a client extensions attribute-name;
The described unit that arranges is additionally operable to arrange described virtual client extended attribute table;
The described unit that arranges is additionally operable to arrange read-write translation function, and described read-write translation function is for storing the reserved field in customer information table by the client extensions attribute of described virtual client extended attribute table cache。
12. application server according to claim 11, it is characterised in that described generation unit specifically for:
The row that the described customer ID in described customer information table is corresponding is determined according to described customer ID, and determine the row in described customer information table according to mapping relations, generate the instruction that the row in row corresponding to customer ID described in described customer information table are carried out the operation of described client extensions property value。
13. application server according to claim 12, it is characterised in that described generation unit specifically for:
When generating the instruction that described customer information table is increased described client extensions property operations, generate client extensions attribute and insert statement;
When generating the instruction of described client extensions property operations that described customer information table is modified, generate client extensions attribute modification statement;
When generating the instruction that described customer information table is deleted described client extensions property operations, generate client extensions attribute cancel statement。
14. according to the application server described in claim 10-13 any one claim, described generation unit is additionally operable to:
When the client extensions attribute instruction that generation two or more is different, it is a client extensions attribute instruction by more than said two different client extensions attribute instruction foldings。
15. according to the application server described in claim 10-14 any one claim, it is characterised in that the reserved field in described customer information table is arranged by described database server。
16. an application server, it is characterised in that including:
Receiving unit, for receiving the inquiry request that client sends, described inquiry request includes customer ID;
Generate unit, for generating query statement, described query statement inquires about, for referred database server, the client extensions attribute that described customer ID is corresponding in customer information table, and described client extensions attribute includes client extensions property value and client extensions attribute-name, and described customer information table is horizontal table;
Transmitting element, for sending described query statement to described database server, described query statement includes described customer ID;
Described reception unit is additionally operable to receive the client extensions attribute that described customer ID that described database server returns is corresponding;
Buffer unit, for according to mapping relations and described customer ID, by client extensions property cache corresponding for described customer ID to virtual client extended attribute table, described mapping relations are the mapping relations of client extensions attribute-name and the reserved field in customer information table, and described virtual client extended attribute table is vertical table。
17. application server according to claim 16, it is characterised in that described application server also includes:
Arranging unit, be used for arranging read-write translation function, described read-write translation function is for by client extensions property cache in described customer information table to described virtual client extended attribute table。
18. application server according to claim 17, it is characterised in that described buffer unit specifically for:
Determine, according to described customer ID, the row that the described customer ID in described customer information table is corresponding, and determine the row in described customer information table according to mapping relations, by client extensions property cache corresponding for described customer ID to described virtual client extended attribute table。
19. a data handling system, it is characterised in that including: client, database server and the application server as described in any one of claim 10-18,
Described client is for by showing that control controls display client's base attribute, controlling display client extensions attribute by dynamic controlware;
Described database server is for arranging the reserved field in customer information table。
CN201410706559.6A 2014-11-26 2014-11-26 Data processing method, apparatus and system Pending CN105701112A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410706559.6A CN105701112A (en) 2014-11-26 2014-11-26 Data processing method, apparatus and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410706559.6A CN105701112A (en) 2014-11-26 2014-11-26 Data processing method, apparatus and system

Publications (1)

Publication Number Publication Date
CN105701112A true CN105701112A (en) 2016-06-22

Family

ID=56230766

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410706559.6A Pending CN105701112A (en) 2014-11-26 2014-11-26 Data processing method, apparatus and system

Country Status (1)

Country Link
CN (1) CN105701112A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107943926A (en) * 2017-11-21 2018-04-20 郑州云海信息技术有限公司 The attribute increase method, apparatus and medium of a kind of tables of data
CN108733681A (en) * 2017-04-14 2018-11-02 华为技术有限公司 Information processing method and device
CN109101265A (en) * 2017-06-14 2018-12-28 中国移动通信集团重庆有限公司 The method and system of gray scale publication
CN109507979A (en) * 2019-01-25 2019-03-22 四川长虹电器股份有限公司 The manufacturing execution system and its implementation of multi-plant management
CN109558405A (en) * 2018-11-09 2019-04-02 浙江数链科技有限公司 Object publishing method and device, system
CN110489412A (en) * 2019-07-12 2019-11-22 北京字节跳动网络技术有限公司 A kind of method, apparatus of data processing, medium and electronic equipment
CN110555015A (en) * 2019-09-09 2019-12-10 腾讯科技(深圳)有限公司 Database entity management method and device, electronic equipment and storage medium
CN111177408A (en) * 2019-12-27 2020-05-19 北京明略软件系统有限公司 Method and device for realizing data processing, computer storage medium and terminal
CN111352983A (en) * 2018-12-24 2020-06-30 深圳市优必选科技有限公司 Service attribute dynamic expansion method and device, computer equipment and storage medium
CN112116417A (en) * 2020-08-24 2020-12-22 山东浪潮通软信息科技有限公司 Extensible configuration method and device for Saas mode service
CN112765176A (en) * 2021-01-22 2021-05-07 浪潮通用软件有限公司 Attribute extension method and device in micro-service mode and storage medium
CN113297197A (en) * 2020-02-21 2021-08-24 北京沃东天骏信息技术有限公司 Label management system, label operation method and data table operation method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1858742A (en) * 2006-03-17 2006-11-08 华为技术有限公司 Method and system for realizing update data in real time data bank
CN102930027A (en) * 2012-11-06 2013-02-13 苏州两江科技有限公司 Data processing system and processing method in cloud computing multi-tenant architecture
CN103164413A (en) * 2011-12-09 2013-06-19 金蝶软件(中国)有限公司 Method and system for dynamic extension of service objects
CN103577483A (en) * 2012-08-07 2014-02-12 腾讯科技(深圳)有限公司 Data storage method, data storage system, data access method and data access system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1858742A (en) * 2006-03-17 2006-11-08 华为技术有限公司 Method and system for realizing update data in real time data bank
CN103164413A (en) * 2011-12-09 2013-06-19 金蝶软件(中国)有限公司 Method and system for dynamic extension of service objects
CN103577483A (en) * 2012-08-07 2014-02-12 腾讯科技(深圳)有限公司 Data storage method, data storage system, data access method and data access system
CN102930027A (en) * 2012-11-06 2013-02-13 苏州两江科技有限公司 Data processing system and processing method in cloud computing multi-tenant architecture

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11132346B2 (en) 2017-04-14 2021-09-28 Huawei Technologies Co., Ltd. Information processing method and apparatus
CN108733681A (en) * 2017-04-14 2018-11-02 华为技术有限公司 Information processing method and device
CN108733681B (en) * 2017-04-14 2021-10-22 华为技术有限公司 Information processing method and device
CN109101265A (en) * 2017-06-14 2018-12-28 中国移动通信集团重庆有限公司 The method and system of gray scale publication
CN109101265B (en) * 2017-06-14 2021-11-23 中国移动通信集团重庆有限公司 Method and system for gray scale publishing
CN107943926A (en) * 2017-11-21 2018-04-20 郑州云海信息技术有限公司 The attribute increase method, apparatus and medium of a kind of tables of data
CN109558405A (en) * 2018-11-09 2019-04-02 浙江数链科技有限公司 Object publishing method and device, system
CN111352983A (en) * 2018-12-24 2020-06-30 深圳市优必选科技有限公司 Service attribute dynamic expansion method and device, computer equipment and storage medium
CN109507979A (en) * 2019-01-25 2019-03-22 四川长虹电器股份有限公司 The manufacturing execution system and its implementation of multi-plant management
CN110489412A (en) * 2019-07-12 2019-11-22 北京字节跳动网络技术有限公司 A kind of method, apparatus of data processing, medium and electronic equipment
CN110489412B (en) * 2019-07-12 2022-04-22 北京字节跳动网络技术有限公司 Data processing method, device, medium and electronic equipment
CN110555015A (en) * 2019-09-09 2019-12-10 腾讯科技(深圳)有限公司 Database entity management method and device, electronic equipment and storage medium
CN110555015B (en) * 2019-09-09 2023-11-03 腾讯科技(深圳)有限公司 Database entity management method and device, electronic equipment and storage medium
CN111177408A (en) * 2019-12-27 2020-05-19 北京明略软件系统有限公司 Method and device for realizing data processing, computer storage medium and terminal
CN113297197A (en) * 2020-02-21 2021-08-24 北京沃东天骏信息技术有限公司 Label management system, label operation method and data table operation method and device
CN112116417A (en) * 2020-08-24 2020-12-22 山东浪潮通软信息科技有限公司 Extensible configuration method and device for Saas mode service
CN112765176A (en) * 2021-01-22 2021-05-07 浪潮通用软件有限公司 Attribute extension method and device in micro-service mode and storage medium
CN112765176B (en) * 2021-01-22 2023-02-03 浪潮通用软件有限公司 Attribute extension method and device in micro-service mode and storage medium

Similar Documents

Publication Publication Date Title
CN105701112A (en) Data processing method, apparatus and system
CN108733681A (en) Information processing method and device
CN102640143A (en) Methods and systems for searching, selecting, and displaying content
CN104881466A (en) Method and device for processing data fragments and deleting garbage files
CN103368986A (en) Information recommendation method and information recommendation device
CN102263810A (en) Systems And Methods For Permissions-based Profile Repository Service
CN104423982B (en) The processing method and processing equipment of request
CN103970807B (en) Method and system for managing database connection
CN106708996A (en) Method and system for full text search of relational database
CN106933891A (en) Access the method for distributed data base and the device of Distributed database service
CN102122281A (en) Method, device and system for generating page form
CN109558378A (en) File management method, device, equipment and storage medium
CN111427971A (en) Business modeling method, device, system and medium for computer system
CN112835904A (en) Data processing method and data processing device
CN106357791A (en) Method, device and system for processing services
CN105677904A (en) Distributed file system based small file storage method and device
CN102158533B (en) Distributed web service selection method based on QoS (Quality of Service)
CN104239412B (en) The data mapping to thesaurus and correlation technique, system and computer-readable medium are applied in data repository
CN112232796A (en) Management platform, determination method and device of payment channel and computer equipment
CN100485640C (en) Cache for an enterprise software system
CN106919696A (en) SEO websites construction method and the response method of SEO requests
CN110297823A (en) Field management method, device, computer equipment and storage medium
CN111753141A (en) Data management method and related equipment
CN103501341A (en) Method and device for establishing Web service
CN101593176B (en) Web-based parameterized cross-platform part library system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160622