CN101833585A - Database server operation control system, method and device - Google Patents

Database server operation control system, method and device Download PDF

Info

Publication number
CN101833585A
CN101833585A CN201010179159A CN201010179159A CN101833585A CN 101833585 A CN101833585 A CN 101833585A CN 201010179159 A CN201010179159 A CN 201010179159A CN 201010179159 A CN201010179159 A CN 201010179159A CN 101833585 A CN101833585 A CN 101833585A
Authority
CN
China
Prior art keywords
database server
type
server
memory database
memory
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
CN201010179159A
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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201010179159A priority Critical patent/CN101833585A/en
Priority to PCT/CN2010/075964 priority patent/WO2011143851A1/en
Publication of CN101833585A publication Critical patent/CN101833585A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a database server operation control system, a database server operation control method and a database server operation control device. The database server operation control system comprises a database server operation control device, a physical database server and a memory database server, wherein the database server operation control device is used for acquiring an operation type of an operation needing executing by the database server when processing an intelligent network service, and indicating the memory database server to execute the operation if determining that the operation needs executing by the memory database server according to the acquired operation type, or indicating the physical database server to execute the operation; and the physical database server and the memory database server are used for respectively executing the corresponding operation according to the indication of the database server operation control device. Through the technical scheme of the invention, the problems that the conventional database servers have a low efficiency and waste more system resources during performing relative operations on stored data are solved.

Description

Database server operation control system, method and apparatus
Technical field
The present invention relates to communication technical field, particularly a kind of database server operation control system, method and apparatus.
Background technology
Along with the degree of social informatization progressively deeply, the application of database server in all trades and professions is more and more wider, in intelligent net system, service control point (SCP, Service Control Point) when handling intelligent network business, can need database server to carry out some operation, for example SCP is at the VPMN (VPMN of process user initiation, Virtual Private Mobile Network) in the process of call business, need database server that this user's the cost data table of storage is made amendment, SCP will the referred database server carries out corresponding write operation at this user's cost data table so.
In existing intelligent net system, adopt the physical database server to carry out associative operation usually, all corresponding at least one the physical database server of each SCP, the related data of at least a intelligent network business of each physical database server stores.
Because the physical database server is based on the database server of disk storage, and the external interface of disk read-write speed is lower, speed when therefore the physical database server carries out associative operation at the data of storage is just very low, can be accompanied by the data interaction between internal memory and the disk when physical database server is operated in addition, for example the physical database server need be carried out write operation, this physical database server data that need can be write are write in the internal memory earlier so, and then the data that will write in the internal memory are written in the disk, perhaps the physical database server need be carried out read operation, this physical database server data that need can be read read in the internal memory earlier so, and then from internal memory reading of data, therefore just expended more system resources.
Summary of the invention
The embodiment of the invention provides a kind of database server operation control system, method and apparatus, and the efficient when carrying out associative operation in order to solve conventional database is lower, and has wasted the problem of more system resources.
Embodiment of the invention technical scheme is as follows:
A kind of database server operation control system, comprise database server operating control device, physical database server and memory database server, wherein: the database server operating control device, be used for when handling intelligent network business, acquisition needs the action type of the operation of database server execution, if according to the action type that obtains, determining described action need is carried out by the memory database server, then indicate the memory database server to carry out described operation, otherwise indication physics database server is carried out described operation; Physical database server and memory database server are used for carrying out corresponding operation according to the indication of described database server operating control device respectively.
A kind of database server method of controlling operation thereof, the method comprising the steps of: when handling intelligent network business, acquisition needs the action type of the operation of database server execution; If according to the action type that obtains, determine described action need and carry out by the memory database server, then indicate the memory database server to carry out described operation; Otherwise indication physics database server is carried out described operation.
A kind of database server operating control device comprises: obtain the unit, be used for when handling intelligent network business, acquisition needs the action type of the operation of database server execution; Determining unit is used for determining according to obtaining the action type that the unit obtains whether described operation need be carried out by the memory database server; Indicating member is used in definite result of described determining unit when being, indication memory database server is carried out described operation, and in definite result of described determining unit for not the time, indication physics database server is carried out described operation.
A kind of service control point comprises the arbitrary database server operating control device in the claim 6~8.
A kind of memory database server comprises: receiving element is used to receive being used to that the database server operating control device sends indicate described memory database server to carry out the Indication message of respective operations; Operation execution unit is used for carrying out described respective operations after receiving element receives described Indication message.
In the embodiment of the invention technical scheme, database server operation control system comprises the database server operating control device, physical database server and memory database server, the database server operating control device is when handling intelligent network business, at first acquisition needs the action type of the operation of database server execution, if according to the action type that obtains, determining aforesaid operations need be carried out by the memory database server, then indicate the memory database server to carry out aforesaid operations, otherwise indication physics database server is carried out aforesaid operations, physical database server and memory database server are carried out corresponding operation according to the indication of database server operating control device respectively, this shows, embodiment of the invention technical scheme is no longer only stored data and is carried out associative operation by the physical database server, but finish jointly by memory database server and physical database server, the operation of every type database server processes corresponding types, the database server operating control device is judged which kind of database server of use according to action type, and the speed that the speed ratio physical database server that the memory database server reads and writes data reads and writes data is high a lot, and memory database is based on the database server of memory, when operating, can there be the data interaction between internal memory and the disk, therefore improve the efficient when database server carries out associative operation at the data of storage effectively, saved more system resources.
Description of drawings
Fig. 1 is in the embodiment of the invention, the database server operation control system structural representation;
Fig. 2 is in the embodiment of the invention, database server method of controlling operation thereof schematic flow sheet;
Fig. 3 is in the embodiment of the invention, SCP and database server concern synoptic diagram;
Fig. 4 is in the embodiment of the invention, database server method of controlling operation thereof specific implementation schematic flow sheet;
Fig. 5 is in the embodiment of the invention, the SCP structural representation;
Fig. 6 is in the embodiment of the invention, memory database server architecture synoptic diagram.
Embodiment
At length set forth to the main realization principle of embodiment of the invention technical scheme, embodiment and to the beneficial effect that should be able to reach below in conjunction with each accompanying drawing.
The embodiment of the invention proposes a kind of database server operation control system, is applied in the intelligent net system, and its structure comprises database server operating control device 11, physical database server 12 and memory database server 13 as shown in Figure 1, wherein:
Database server operating control device 11, be used for when handling intelligent network business, acquisition needs the action type of the operation of database server execution, if according to the action type that obtains, determining aforesaid operations need be carried out by memory database server 13, then indicate memory database server 13 to carry out aforesaid operations, otherwise indication physics database server 12 is carried out aforesaid operations;
Physical database server 12 and memory database server 13 are used for carrying out corresponding operation according to the indication of database server operating control device 11 respectively.
Wherein database server operating control device 11 can but be not limited to SCP in the intelligent network, comprise a plurality of SCP in the intelligent net system, each SCP be responsible for to handle the business of at least a type respectively, all control database the in the manner described above operation of server of each SCP.
As from the foregoing, in the embodiment of the invention technical scheme, database server operation control system comprises the database server operating control device, physical database server and memory database server, the database server operating control device is when handling intelligent network business, at first acquisition needs the action type of the operation of database server execution, if according to the action type that obtains, determining aforesaid operations need be carried out by the memory database server, then indicate the memory database server to carry out aforesaid operations, otherwise indication physics database server is carried out aforesaid operations, physical database server and memory database server are carried out corresponding operation according to the indication of database server operating control device respectively, this shows, embodiment of the invention technical scheme is no longer only stored data and is carried out associative operation by the physical database server, but finish jointly by memory database server and physical database server, the operation of every type database server processes corresponding types, the database server operating control device is judged which kind of database server of use according to action type, and the speed that the speed ratio physical database server that the memory database server reads and writes data reads and writes data is high a lot, and memory database is based on the database server of memory, when operating, can there be the data interaction between internal memory and the disk, therefore improve the efficient when database server carries out associative operation at the data of storage effectively, saved more system resources.
Accordingly, the embodiment of the invention provides a kind of database server method of controlling operation thereof, and as shown in Figure 2, its concrete processing procedure is as follows:
Step 21, when handling intelligent network business, acquisition needs the action type of the operation of database server execution;
If the database server operating control device is the SCP in the intelligent network, owing to comprise a plurality of SCP in the intelligent net system, each SCP is responsible for handling the intelligent network business of at least a type, therefore the business that intelligent net system will every type routes to corresponding SCP processing by the business processing request, after each SCP receives the business processing request, can trigger this professional type of service corresponding service logic, every type professional all corresponding different service logic, if comprise the operation that needs database server to carry out in the service logic, then the SCP acquisition needs the action type of the operation of database server execution, wherein action type specifically refer to this operation at tables of data and the mode of operation that should carry out this tables of data, for example action type can be " revising the customer charge tables of data " or " revising user's configuration data table ".
Step 22 according to the action type that obtains, determines whether aforesaid operations need be carried out by the memory database server, if, then go to step 23, if not, then go to step 24;
The embodiment of the invention proposes, increase the memory database server in the intelligent net system and carry out associative operation, set in advance the action type that memory database server and physical database server are responsible for respectively, for example, the memory database server is set is responsible for of the operation of executable operations type for " revising the customer charge tables of data ", and the physical database server is responsible for the operation of executable operations type for " revising user's configuration data table ", SCP stores the corresponding relation of action type and type of server, type of server comprises memory database server corresponding server type and physical database server corresponding server type, this moment SCP according to the action type that obtains determine aforesaid operations whether needs by the memory database server carry out can but be not limited to following process:
At first SCP is according to the action type that obtains, in the corresponding relation of action type of storing and type of server, search the action type corresponding server type of acquisition, judge whether the type of server that finds is memory database server corresponding server type, if judged result is for being, then definite aforesaid operations need be carried out by the memory database server, if judged result is not, then definite aforesaid operations need be carried out by the physical database server.
In the embodiment of the invention, operation to same tables of data can be finished by a kind of database server, also can finish jointly by two kinds of database servers, for example, at " customer charge tables of data ", can be set to the memory database server and carry out the operation of " upgrading the customer charge tables of data ", the physical database server is carried out the operation of " adding or deletion customer charge tables of data ", also can be set to the operation that the memory database server is finished " revising (comprise renewal, increase and deletion) customer charge tables of data " separately.
If carry out associative operation jointly by two kinds of database servers at certain tables of data, data consistency then in order to guarantee to store in two database servers, need and to carry out synchronously the data of storing in two database servers, " customer charge tables of data " with call business is example, if be set to the operation that the memory database server is carried out " upgrading the customer charge tables of data ", the physical database server is carried out the operation of " adding or deletion customer charge tables of data ", wherein the operation of " upgrading the customer charge tables of data " is carried out in process of user calling, and the operation of " add or deletion customer charge tables of data " be the user open an account or cancellation in carry out, therefore execute the operation of " upgrading the customer charge tables of data " at the memory database server after, the memory database server can carry out data synchronization with the physical database server, can adopt the synchronous mode of full dose this moment, " the customer charge tables of data " that be about to store in the memory database is synchronized in the physical database, but because the data of transmitting between memory database server and the physical database server are more, therefore can adopt the synchronous mode of increment (also becoming " things level " method of synchronization) that data and the alter mode of being revised at " customer charge tables of data " in this calling procedure sent to the physical database server, the physical database server is identical with the memory database server at the modification that " customer charge tables of data " done, and is equivalent to the physical database server and the memory database server has been carried out identical operations; During the user overhead information family, the operation that the physical database server can increase or delete at " customer charge tables of data ", this moment, the physical database server should carry out data synchronization with the memory database server, can adopt synchronous mode of full dose or the synchronous mode of increment, concrete synchronizing process repeats no more here.
Carry out data sync if adopt the synchronous mode of increment between physical database server and the memory database server, because the portfolio in the intelligent net system is very big, the operation of database server is more, for the data consistency that guarantees to store in physical database server and the memory database server, it is synchronous to carry out a full dose at the official hour point, for example every month the beginning of the month " customer charge tables of data " in the physical database server is synchronized in the memory database.
Step 23, indication memory database server is carried out aforesaid operations;
In the embodiment of the invention, one or more memory database servers can be set, if be provided with a plurality of, then every kind of memory database server is responsible for carrying out the operation at the business of at least a type, for example, the manageable intelligent network business of certain SCP in the intelligent net system comprises professional 1, professional 2, professional 3 and professional 4, wherein handling every kind when professional, operation at same type is carried out by the memory database server, the memory database server A is responsible for carrying out the operation a at professional 1 and professional 2, the memory database server B is responsible for carrying out the operation a at professional 3, and memory database server C is responsible for carrying out the operation a at professional 4, store the corresponding relation of the server identification of the type of service of intelligent network business and memory database server among this SCP, as shown in table 1:
Table 1:
Type of service Server identification
Professional 1 The memory database server A
Professional 2 The memory database server A
Professional 3 The memory database server B
Professional 4 Memory database server C
SCP determine have professional operation a carry out by the memory database server at intelligent network after, at first obtain the type of service of this intelligent network business, then according to the type of service that obtains, in the corresponding relation of the server identification of type of service and each memory database server, search the server identification of the memory database server of handling this intelligent network business, the memory database server executable operations a of the server identification correspondence that indication finds.
Step 24, indication physics database server is carried out aforesaid operations.
In the embodiment of the invention, one or more physical database servers can be set, if be provided with a plurality of, then every kind of physical database server is responsible for carrying out the operation at the business of at least a type, for example, the manageable intelligent network business of certain SCP in the intelligent net system comprises professional 1, professional 2, professional 3 and professional 4, wherein handling every kind when professional, operation at same type is carried out by the physical database server, physical database server D is responsible for carrying out the operation b at professional 1 and professional 2, physical database server E is responsible for carrying out the operation b at professional 3, and physical database server F is responsible for carrying out the operation b at professional 4, store the corresponding relation of the server identification of the type of service of intelligent network business and physical database server among this SCP, as shown in table 2:
Table 2:
Type of service Server identification
Professional 1 Physical database server D
Professional 2 Physical database server D
Professional 3 Physical database server E
Professional 4 Physical database server F
SCP determine have professional operation b carry out by the physical database server at intelligent network after, at first obtain the type of service of this intelligent network business, then according to the type of service that obtains, in the corresponding relation of the server identification of type of service and each physical database server, search the server identification of the physical database server of handling this intelligent network business, the server identification corresponding physical database server executable operations b that indication finds.
As shown in Figure 3, be the synoptic diagram that concerns between SCP in the embodiment of the invention and the database server, wherein comprise a plurality of SCP, a plurality of memory database server and a plurality of physical database server, each SCP links to each other with the physical database server with one or more memory database servers respectively, the intelligent network business that each SCP handles is carried out corresponding operating by the database server that links to each other when the needs database server is operated.
SCP how referred database server carries out corresponding operating and database server and how to carry out corresponding operating and repeat no more here.
In addition, can be in other memory devices with the data timed backup in memory database server and the physical database server, can not lose handling under the unusual situation data guaranteeing.
Provide more specifically embodiment below.
When if SCPW handles the VPMN call business, operation to " upgrading the customer charge tables of data " is carried out by the memory database server A, that is to say and store " customer charge tables of data " in the memory database server A, as shown in Figure 4, be database server method of controlling operation thereof specific implementation schematic flow sheet in the embodiment of the invention, its concrete processing procedure is as follows:
Step 41, SCPW receives the VPMN call business request that user A sends;
Step 42, SCPW determines needs database server to carry out the operation of " upgrading the customer charge tables of data " when handling the VPMN business;
Step 43, SCPW in the corresponding relation of action type and type of server, searches the type of server of the database server of execution " renewal customer charge tables of data " operation according to the action type of " upgrading the customer charge tables of data ";
Step 44, it is memory database server corresponding server type that SCPW judges the type of server that finds;
Step 45, SCPW indication be according to the type of service of VPMN call business, in the corresponding relation of the server identification of type of service and memory database server, searches the type of service corresponding server sign with the VPMN call business;
Step 46, it is the server identification of memory database server A that SCPW judges the server identification that finds;
Step 47, SCPW indication memory database server A is carried out the operation of " upgrading the customer charge tables of data ".
Accordingly, the embodiment of the invention proposes a kind of database server operating control device, and its structure comprises acquisition unit 51, determining unit 52 and indicating member 53 as shown in Figure 5, wherein:
Obtain unit 51, be used for when handling intelligent network business, acquisition needs the action type of the operation of database server execution;
Determining unit 52 is used for determining according to obtaining the action type that unit 51 obtains whether aforesaid operations need be carried out by the memory database server;
Indicating member 53 is used in definite result of determining unit 52 when being, indication memory database server is carried out aforesaid operations, and in definite result of determining unit 52 for not the time, indication physics database server is carried out aforesaid operations.
Preferably, determining unit 52 comprises that specifically first searches subelement, judgment sub-unit and definite subelement, wherein:
First searches subelement, is used in the corresponding relation of action type and type of server, searching the action type corresponding server type of acquisition according to obtaining the action type that unit 51 obtains;
Judgment sub-unit is used to judge that first searches whether the type of server that subelement finds is memory database server corresponding server type;
Determine subelement, be used in the judged result of judgment sub-unit when being, determine that aforesaid operations need be carried out by the memory database server, and in judged result for not the time, determine that aforesaid operations need be carried out by the physical database server.
Preferably, if the database server that determining unit 52 is determined is the memory database server, then indicating member 53 comprises that specifically obtaining subelement, second searches subelement and indication subelement, wherein:
Obtain subelement, be used to obtain the type of service of above-mentioned intelligent network business;
Second searches subelement, is used for according to obtaining the type of service that subelement obtains, and in the corresponding relation of the server identification of type of service and each memory database server, searches the server identification of the memory database server of handling above-mentioned intelligent network business;
The indication subelement is used to indicate the second memory database server of searching the server identification correspondence that subelement finds to carry out described operation.
Preferably, if above-mentioned intelligent network business is the VPMN call business, the action type of aforesaid operations is for upgrading the customer charge tables of data, and then the database server determined of determining unit 52 is the memory database server.
The embodiment of the invention also provides a kind of SCP, this SCP can but be not limited to comprise above-mentioned database server operating control device.
The embodiment of the invention also proposes a kind of memory database server, and its structure comprises receiving element 61 and operation execution unit 62 as shown in Figure 6, wherein:
Receiving element 61 is used to receive being used to that the database server operating control device sends indicate above-mentioned memory database server to carry out the Indication message of respective operations;
Operation execution unit 62 is used for carrying out above-mentioned respective operations after receiving element 61 receives above-mentioned Indication message.
Obviously, those skilled in the art can carry out various changes and modification to the present invention and not break away from the spirit and scope of the present invention.Like this, if of the present invention these are revised and modification belongs within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these changes and modification interior.

Claims (10)

1. a database server operation control system is characterized in that, comprises database server operating control device, physical database server and memory database server, wherein:
The database server operating control device, be used for when handling intelligent network business, acquisition needs the action type of the operation of database server execution, if according to the action type that obtains, determining described action need is carried out by the memory database server, then indicate the memory database server to carry out described operation, otherwise indication physics database server is carried out described operation;
Physical database server and memory database server are used for carrying out corresponding operation according to the indication of described database server operating control device respectively.
2. a database server method of controlling operation thereof is characterized in that, comprising:
When handling intelligent network business, acquisition needs the action type of the operation of database server execution;
If according to the action type that obtains, determine described action need and carry out by the memory database server, then indicate the memory database server to carry out described operation; Otherwise
Indication physics database server is carried out described operation.
3. database server method of controlling operation thereof as claimed in claim 2 is characterized in that, according to the action type that obtains, determines described action need and is carried out by the memory database server, specifically comprises:
According to the action type that obtains, in the corresponding relation of action type and type of server, search the action type corresponding server type of acquisition;
When judging the type of server that finds and be memory database server corresponding server type, determine that described action need carried out by the memory database server.
4. database server method of controlling operation thereof as claimed in claim 2 is characterized in that, indication memory database server is carried out described operation, specifically comprises:
Obtain the type of service of described intelligent network business;
According to the type of service that obtains, in the corresponding relation of the server identification of type of service and each memory database server, search the server identification of the memory database server of handling described intelligent network business;
The memory database server of the server identification correspondence that indication finds is carried out described operation.
5. database server method of controlling operation thereof as claimed in claim 2, it is characterized in that, if described intelligent network business is the VPMN call business, the action type of described operation is for upgrading the customer charge tables of data, and the database server of then determining is the memory database server.
6. a database server operating control device is characterized in that, comprising:
Obtain the unit, be used for when handling intelligent network business, acquisition needs the action type of the operation of database server execution;
Determining unit is used for determining according to obtaining the action type that the unit obtains whether described operation need be carried out by the memory database server;
Indicating member is used in definite result of described determining unit when being, indication memory database server is carried out described operation, and in definite result of described determining unit for not the time, indication physics database server is carried out described operation.
7. database server operating control device as claimed in claim 6 is characterized in that, described determining unit specifically comprises:
First searches subelement, is used in the corresponding relation of action type and type of server, searching the action type corresponding server type of acquisition according to obtaining the action type that the unit obtains;
Judgment sub-unit is used to judge that first searches whether the type of server that subelement finds is memory database server corresponding server type;
Determine subelement, be used in the judged result of judgment sub-unit when being, determine that described action need carried out by the memory database server, and in judged result for not the time, determine that described action need carried out by the physical database server.
8. database server operating control device as claimed in claim 6 is characterized in that, if the database server that determining unit is determined is the memory database server, then described indicating member specifically comprises:
Obtain subelement, be used to obtain the type of service of described intelligent network business;
Second searches subelement, is used for according to obtaining the type of service that subelement obtains, and in the corresponding relation of the server identification of type of service and each memory database server, searches the server identification of the memory database server of handling described intelligent network business;
The indication subelement is used to indicate the second memory database server of searching the server identification correspondence that subelement finds to carry out described operation.
9. a service control point is characterized in that, comprises the arbitrary database server operating control device in the claim 6~8.
10. a memory database server is characterized in that, comprising:
Receiving element is used to receive being used to that the database server operating control device sends indicate described memory database server to carry out the Indication message of respective operations;
Operation execution unit is used for carrying out described respective operations after receiving element receives described Indication message.
CN201010179159A 2010-05-19 2010-05-19 Database server operation control system, method and device Pending CN101833585A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201010179159A CN101833585A (en) 2010-05-19 2010-05-19 Database server operation control system, method and device
PCT/CN2010/075964 WO2011143851A1 (en) 2010-05-19 2010-08-13 Database server operation control system, method and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010179159A CN101833585A (en) 2010-05-19 2010-05-19 Database server operation control system, method and device

Publications (1)

Publication Number Publication Date
CN101833585A true CN101833585A (en) 2010-09-15

Family

ID=42717654

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010179159A Pending CN101833585A (en) 2010-05-19 2010-05-19 Database server operation control system, method and device

Country Status (2)

Country Link
CN (1) CN101833585A (en)
WO (1) WO2011143851A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102769667A (en) * 2012-06-29 2012-11-07 北京奇虎科技有限公司 Method, equipment and system for generating ID
CN103024077A (en) * 2012-12-28 2013-04-03 北京百度网讯科技有限公司 Schedule correlation information push method, schedule correlation information push system and server
CN103425684A (en) * 2012-05-18 2013-12-04 中兴通讯股份有限公司 Method and device for database operation
CN104408054A (en) * 2014-10-29 2015-03-11 深圳市金证科技股份有限公司 Database management system
CN107657458A (en) * 2016-08-23 2018-02-02 平安科技(深圳)有限公司 List acquisition methods and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040158550A1 (en) * 2003-01-16 2004-08-12 Jardin Cary Anthony System and method for cooperate database acceleration
CN101119414A (en) * 2007-09-19 2008-02-06 华为技术有限公司 Method and system to access database
CN101493826A (en) * 2008-12-23 2009-07-29 中兴通讯股份有限公司 Database system based on WEB application and data management method thereof

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100341288C (en) * 2002-04-26 2007-10-03 华为技术有限公司 Method of unifying accounts of intelligent network users
CN1992953A (en) * 2005-12-30 2007-07-04 中兴通讯股份有限公司 Method for implementing distributed HLR memory database

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040158550A1 (en) * 2003-01-16 2004-08-12 Jardin Cary Anthony System and method for cooperate database acceleration
CN101119414A (en) * 2007-09-19 2008-02-06 华为技术有限公司 Method and system to access database
CN101493826A (en) * 2008-12-23 2009-07-29 中兴通讯股份有限公司 Database system based on WEB application and data management method thereof

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103425684A (en) * 2012-05-18 2013-12-04 中兴通讯股份有限公司 Method and device for database operation
CN102769667A (en) * 2012-06-29 2012-11-07 北京奇虎科技有限公司 Method, equipment and system for generating ID
CN102769667B (en) * 2012-06-29 2015-01-28 北京奇虎科技有限公司 Method, equipment and system for generating ID
CN103024077A (en) * 2012-12-28 2013-04-03 北京百度网讯科技有限公司 Schedule correlation information push method, schedule correlation information push system and server
CN104408054A (en) * 2014-10-29 2015-03-11 深圳市金证科技股份有限公司 Database management system
CN104408054B (en) * 2014-10-29 2017-10-31 深圳市金证科技股份有限公司 A kind of data base management system
CN107657458A (en) * 2016-08-23 2018-02-02 平安科技(深圳)有限公司 List acquisition methods and device

Also Published As

Publication number Publication date
WO2011143851A1 (en) 2011-11-24

Similar Documents

Publication Publication Date Title
KR101994021B1 (en) File manipulation method and apparatus
US11500832B2 (en) Data management method and server
CN104008111B (en) A kind of memory management method and device of data
CN106844397B (en) Task transmission method, device and system based on sub-base and sub-table
CN103180852A (en) Distributed data processing method and apparatus
CN106354729B (en) Graph data processing method, device and system
CN109213699A (en) A kind of metadata management method, system, equipment and computer readable storage medium
US8898677B2 (en) Data arrangement calculating system, data arrangement calculating method, master unit and data arranging method
CN103544153A (en) Data updating method and system based on database
CN109144791A (en) Data conversion storage method, apparatus and data management server
WO2019047441A1 (en) Communication optimization method and system
CN106055622A (en) Data searching method and system
CN101833585A (en) Database server operation control system, method and device
CN111722918A (en) Service identification code generation method and device, storage medium and electronic equipment
CN110677462A (en) Access processing method, system, device and storage medium for multi-block chain network
CN103701653B (en) The processing method of a kind of interface hot plug configuration data and network configuration server
CN105718319B (en) A kind of memory pool domain analytic method and memory pool device
CN105320676A (en) Customer data query service method and device
CN106250501B (en) Report processing method and reporting system
CN110162396A (en) Method for recovering internal storage, device, system and storage medium
CN105260244A (en) Task scheduling method and device for distributed system
CN103678577A (en) Method and device for updating data
CN106815318B (en) Clustering method and system for time sequence database
CN105930100B (en) A kind of implementation method optimizing usim card file read-write speed and frequency
CN108681578B (en) Business data storage method, device, server and storage medium

Legal Events

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

Application publication date: 20100915