CN101169785A - Clustered database system dynamic loading balancing method - Google Patents

Clustered database system dynamic loading balancing method Download PDF

Info

Publication number
CN101169785A
CN101169785A CNA2007101144645A CN200710114464A CN101169785A CN 101169785 A CN101169785 A CN 101169785A CN A2007101144645 A CNA2007101144645 A CN A2007101144645A CN 200710114464 A CN200710114464 A CN 200710114464A CN 101169785 A CN101169785 A CN 101169785A
Authority
CN
China
Prior art keywords
database
statement
gateway
client
server
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
CNA2007101144645A
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.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Langchao Electronic Information Industry 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 Langchao Electronic Information Industry Co Ltd filed Critical Langchao Electronic Information Industry Co Ltd
Priority to CNA2007101144645A priority Critical patent/CN101169785A/en
Publication of CN101169785A publication Critical patent/CN101169785A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

The invention provides a dynamic load balancing method for a cluster database system. The method comprises determining the loading state of a database server according to a dynamic load balancing algorithm, transmitting a database sentence to the database server with the lowest load through a database gateway system, and returning the result back to a client-end. Different data synchronization mechanisms are executed according to different database sentences. For the database searching sentence, the database gateway directly returns the corresponding result back to the client-end; for the database updating sentence, the database gateway returns the corresponding result back to the client-end, records the state of the updating table, and then transmits the updating sentence to other database servers, to keep the data consistency in each database. On the basis of keeping the performance and the usability of the cluster based on database gateway (middleware), the invention effectively improves the overall resource utilization rate of the database cluster through the dynamic load balancing mechanism, and further improves the overall execution performance of the database.

Description

The dynamic load balancing method of clustered database system
1, technical field
The present invention relates to the computer communication technology field, specifically a kind of dynamic load balancing method of clustered database system.
2, technical background
For all databases, except writing down correct result, they all are faced with the challenge of four aspects: how to improve processing speed, availability of data, data security and data set scalability.Along with going deep into of IT application with wired, the quick growth of wireless network, electronic transaction is managed business and is had higher requirement in above four aspects.
A plurality of databases are associated in form data-base cluster together to reach above-mentioned target should be a very natural idea.Usually the data-base cluster technology adheres to the diplobiont architecture separately: based on the cluster of database engine with based on the cluster of DataBase Gateway (middleware).
Cluster based on database engine is more, and mostly the data base cluster system of large database manufacturer is this structure, as OracleRAC, and DB2 UDB, SQL Server Cluster or the like.Such cluster mainly is that the engine mechanism of dependence database self is carried out the executed in parallel to the data statement, it is better that the advantage of this cluster is exactly data integrity, manageability, if but node server communication is frequent, can have a strong impact on the performance of entire database.
The ICX-UDS of Parallel Computers company is a kind of cluster based on DataBase Gateway (middleware), and ICX is independent of database engine, can support the relevant database product of any kind.Its principal character is for query sentence of database, and DataBase Gateway can send to the background data base server to statement successively, plays effect of load balance; For the database update statement, DataBase Gateway can send to all background data base servers upgrading statement, to keep the data of database consistance.
The ICX DataBase Gateway is playing very big effect aspect whole execution performance of raising database and the availability, but still is short of to some extent on the utilization factor of resource.Such as adopting simple taking turn mode to send query sentence of database, the database server load that may produce is very high, and the also very idle situation of the database server that has.And also too simple for the processing of upgrading statement, the resource utilization of having wasted database server to a certain extent.
3, summary of the invention
The dynamic load balancing method that is used for clustered database system of the present invention is exactly on above-mentioned technical foundation, and how research improves resource utilization based on the cluster of DataBase Gateway (middleware) by dynamic load balancing mechanism.
A kind of dynamic load balancing method that is used for clustered database system of the present invention, be by the DataBase Gateway system, adopt the load state of dynamic load leveling algorithm judgment data storehouse server, send database statement then to the minimum database server of load, difference at database statement is carried out different data synchronization mechanisms, and the result is returned to client.
The DataBase Gateway system is the executive system that is independent of database internal feature relevant with the relevant database statement, the data consistency of being responsible for the link dynamic load balancing mechanism and keeping a plurality of database servers.
The dynamic load leveling algorithm is meant the loading condition of processor according to database server, internal memory, IO, and the load capacity of dynamic calculation database server is judged the minimum database server of load.
Difference at database statement is carried out different data synchronization mechanisms, is meant that for query sentence of database, DataBase Gateway directly returns to client to accordingly result; For the database update statement, after DataBase Gateway returned to client to accordingly result, the state of table changed in record, sends to other database servers upgrading statement then, to keep each data of database consistance.
The invention has the beneficial effects as follows on the basis that keeps based on advantages such as the performance of the cluster of DataBase Gateway (middleware) and availabilities, effectively pass through dynamic load balancing mechanism, improve the whole resource utilization of data-base cluster, further promoted the whole execution performance of database.
4, description of drawings
Accompanying drawing 1 is the database manipulation implementation synoptic diagram of dynamic load balancing mechanism.
5, embodiment
A kind of dynamic load balancing method that is used for clustered database system of the present invention, be by the DataBase Gateway system, load state according to dynamic load leveling algorithm judgment data storehouse server, send database statement to the minimum database server of load, and be responsible for the result is returned to client, and carry out different data synchronization mechanisms at the difference of database statement.
Here said DataBase Gateway, it is exactly the DataBase Gateway of the cluster based on DataBase Gateway (middleware) above-mentioned, it is a kind of executive system that is independent of the database internal feature, only relevant with the relevant database statement, be responsible for the data consistency that connects dynamic load balancing mechanism and keep a plurality of database servers.
When DataBase Gateway receives the database statement that client sends, can judge which database server load on backstage is minimum according to the dynamic load leveling algorithm.This dynamic load leveling algorithm is relevant with processor, internal memory, the IO even load situation of database server, draws by certain calculation mechanism.And the acquisition of processor, internal memory, IO even load is to collect and periodically send to DataBase Gateway by the agent software that is installed on the database server.
Simultaneously, DataBase Gateway can be at the difference of database statement and is carried out different data synchronization mechanisms.For query sentence of database, DataBase Gateway directly returns to client to accordingly result, because query statement can't destroy the data in the Database Systems, thereby does not need data sync.
And for the database update statement, DataBase Gateway is after returning to client to database server generation result, can change the state of showing (synchronous) by record, send to other database servers upgrading statement then, after all database server data are consistent, again the synchronous regime of change table is removed.
Embodiment
Accompanying drawing 1 has been described the concrete course of work of dynamic load balancing mechanism.In this example, 3 real database servers are adopted on the backstage, and the database software of same type, same version is installed.1 database client visits the database server on backstage by DataBase Gateway.
Operate in processor, internal memory, the IO even load situation of the Agent meeting dynamic collection server on each database server, and periodically send to DataBase Gateway (sending once) such as per 10 seconds.DataBase Gateway can calculate the loading condition of each database server in real time according to load-balancing algorithm, and adopts the weights mode to represent.Weights are low more, and the expression server load is low more.Such as at a time, the weights of database 1 are 10, and the weights of database 2 are 20, and the weights of database 3 are 30.
(step 1), kind that at first can judgment data storehouse statement is simple query sentence of database, still includes the renewal statement of operations such as deletion, insertion after DataBase Gateway receives database statement from client.If be query statement, can send to the minimum database of load 1 server (step 2) to this query statement, (step 3) can directly send to client (step 4) to accordingly result behind poll-final.
If what receive is the database update statement, at first DataBase Gateway can send to the minimum database of load 1 server (step 2) to this statement, and (step 3) can directly send to client (step 4) to accordingly result after upgrading end.Simultaneously, write down this statement which table has been done renewal, and mark the table synchronous regime of being upgraded (, to this table further operation will delay execution or send to database 1 if any statement this moment).Afterwards, the renewal statement of having carried out send to simultaneously database 2 and database 3 (step 5), pending data with EOS after, can send to DataBase Gateway (step 6) upgrading the result.At this moment, data sync is finished, and the mark of the table with synchronous regime is removed.

Claims (4)

1. the dynamic load balancing method of clustered database system, it is characterized in that: by the DataBase Gateway system, adopt the load state of dynamic load leveling algorithm judgment data storehouse server, send database statement then to the minimum database server of load, difference at database statement is carried out different data synchronization mechanisms, and the result is returned to client.
2. method according to claim 1, it is characterized in that the DataBase Gateway system is the executive system that is independent of database internal feature relevant with the relevant database statement, the data consistency of being responsible for the link dynamic load balancing mechanism and keeping a plurality of database servers.
3. method according to claim 1, it is characterized in that the dynamic load leveling algorithm, be meant the loading condition of processor according to database server, internal memory, IO, the load capacity of dynamic calculation database server is judged the minimum database server of load.
4. method according to claim 1 is characterized in that, carries out different data synchronization mechanisms at the difference of database statement, is meant that for query sentence of database, DataBase Gateway directly returns to client to accordingly result; For the database update statement, after DataBase Gateway returned to client to accordingly result, the state of table changed in record, sends to other database servers upgrading statement then, to keep each data of database consistance.
CNA2007101144645A 2007-11-21 2007-11-21 Clustered database system dynamic loading balancing method Pending CN101169785A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2007101144645A CN101169785A (en) 2007-11-21 2007-11-21 Clustered database system dynamic loading balancing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2007101144645A CN101169785A (en) 2007-11-21 2007-11-21 Clustered database system dynamic loading balancing method

Publications (1)

Publication Number Publication Date
CN101169785A true CN101169785A (en) 2008-04-30

Family

ID=39390413

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2007101144645A Pending CN101169785A (en) 2007-11-21 2007-11-21 Clustered database system dynamic loading balancing method

Country Status (1)

Country Link
CN (1) CN101169785A (en)

Cited By (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101827120A (en) * 2010-02-25 2010-09-08 浪潮(北京)电子信息产业有限公司 Cluster storage method and system
WO2011035608A1 (en) * 2009-09-23 2011-03-31 中兴通讯股份有限公司 Data query system and constructing method thereof and corresponding data query method
CN102053975A (en) * 2009-10-30 2011-05-11 国际商业机器公司 Database system and cross-database query optimization method
CN102207937A (en) * 2010-03-29 2011-10-05 华为技术有限公司 Database access method and system
CN102254031A (en) * 2011-08-03 2011-11-23 无锡浙潮科技有限公司 Batch processing request-based Microsoft SQL server database cluster
CN102426594A (en) * 2011-10-31 2012-04-25 沈文策 Method and system for operating database
CN102436468A (en) * 2011-09-14 2012-05-02 山东中创软件商用中间件股份有限公司 Load balancing method and system based on database cluster
CN102467508A (en) * 2010-11-04 2012-05-23 中兴通讯股份有限公司 Method for providing database service and database system
CN102571742A (en) * 2010-09-30 2012-07-11 瑞科网信科技有限公司 System and method to balance servers based on server load status
CN102682117A (en) * 2012-05-15 2012-09-19 浪潮电子信息产业股份有限公司 Method for quickly copying cluster data in database
CN102693291A (en) * 2012-05-15 2012-09-26 浪潮电子信息产业股份有限公司 Method for achieving SQL (structured query language) -Server load balance cluster
CN102810116A (en) * 2012-06-29 2012-12-05 安科智慧城市技术(中国)有限公司 Automatic routing and load balancing method and system based on database connection
CN101963969B (en) * 2009-07-22 2013-02-20 阿里巴巴集团控股有限公司 Method and database server for realizing load balancing in Oracle RAC (Real Application Cluster) system
CN103116655A (en) * 2013-03-06 2013-05-22 亿赞普(北京)科技有限公司 Clustered data query method, client side and system
CN104320455A (en) * 2014-10-23 2015-01-28 京信通信系统(中国)有限公司 Data dispatching method, server and system
US9270774B2 (en) 2011-10-24 2016-02-23 A10 Networks, Inc. Combining stateless and stateful server load balancing
US9386088B2 (en) 2011-11-29 2016-07-05 A10 Networks, Inc. Accelerating service processing using fast path TCP
US9497201B2 (en) 2006-10-17 2016-11-15 A10 Networks, Inc. Applying security policy to an application session
US9531846B2 (en) 2013-01-23 2016-12-27 A10 Networks, Inc. Reducing buffer usage for TCP proxy session based on delayed acknowledgement
US9544364B2 (en) 2012-12-06 2017-01-10 A10 Networks, Inc. Forwarding policies on a virtual service network
US9602442B2 (en) 2012-07-05 2017-03-21 A10 Networks, Inc. Allocating buffer for TCP proxy session based on dynamic network conditions
US9609052B2 (en) 2010-12-02 2017-03-28 A10 Networks, Inc. Distributing application traffic to servers based on dynamic service response time
US9705800B2 (en) 2012-09-25 2017-07-11 A10 Networks, Inc. Load distribution in data networks
CN107085539A (en) * 2017-04-27 2017-08-22 北京邮电大学 A kind of cloud Database Systems and cloud database resource dynamic adjusting method
CN107133332A (en) * 2017-05-11 2017-09-05 广州视源电子科技股份有限公司 Query task allocation method and device
US9843484B2 (en) 2012-09-25 2017-12-12 A10 Networks, Inc. Graceful scaling in software driven networks
US9900252B2 (en) 2013-03-08 2018-02-20 A10 Networks, Inc. Application delivery controller and global server load balancer
US9906422B2 (en) 2014-05-16 2018-02-27 A10 Networks, Inc. Distributed system to determine a server's health
US9942152B2 (en) 2014-03-25 2018-04-10 A10 Networks, Inc. Forwarding data packets using a service-based forwarding policy
US9942162B2 (en) 2014-03-31 2018-04-10 A10 Networks, Inc. Active application response delay time
US9960967B2 (en) 2009-10-21 2018-05-01 A10 Networks, Inc. Determining an application delivery server based on geo-location information
US9979801B2 (en) 2011-12-23 2018-05-22 A10 Networks, Inc. Methods to manage services over a service gateway
US9986061B2 (en) 2014-06-03 2018-05-29 A10 Networks, Inc. Programming a data network device using user defined scripts
US9992107B2 (en) 2013-03-15 2018-06-05 A10 Networks, Inc. Processing data packets using a policy based network path
US9992229B2 (en) 2014-06-03 2018-06-05 A10 Networks, Inc. Programming a data network device using user defined scripts with licenses
US10002141B2 (en) 2012-09-25 2018-06-19 A10 Networks, Inc. Distributed database in software driven networks
US10021174B2 (en) 2012-09-25 2018-07-10 A10 Networks, Inc. Distributing service sessions
US10038693B2 (en) 2013-05-03 2018-07-31 A10 Networks, Inc. Facilitating secure network traffic by an application delivery controller
US10044582B2 (en) 2012-01-28 2018-08-07 A10 Networks, Inc. Generating secure name records
CN108717384A (en) * 2018-05-18 2018-10-30 阿里巴巴集团控股有限公司 A kind of data back up method and device
US10129122B2 (en) 2014-06-03 2018-11-13 A10 Networks, Inc. User defined objects for network devices
CN108924879A (en) * 2018-06-22 2018-11-30 北京格瑞空间科技有限公司 A kind of load-balancing method for wireless internet of things
US10230770B2 (en) 2013-12-02 2019-03-12 A10 Networks, Inc. Network proxy layer for policy-based application proxies
USRE47296E1 (en) 2006-02-21 2019-03-12 A10 Networks, Inc. System and method for an adaptive TCP SYN cookie with time validation
US10243791B2 (en) 2015-08-13 2019-03-26 A10 Networks, Inc. Automated adjustment of subscriber policies
US10581976B2 (en) 2015-08-12 2020-03-03 A10 Networks, Inc. Transmission control of protocol state exchange for dynamic stateful service insertion
CN110866011A (en) * 2019-11-04 2020-03-06 金蝶软件(中国)有限公司 Data table synchronization method and device, computer equipment and storage medium
CN113282565A (en) * 2020-02-19 2021-08-20 广州虎牙科技有限公司 Data access method, device, scheduling equipment and storage medium
CN113761068A (en) * 2021-09-15 2021-12-07 虎彩印艺股份有限公司 Method for improving concurrent processing capacity of block chain network
WO2022222579A1 (en) * 2021-04-23 2022-10-27 焦点科技股份有限公司 Database middleware cluster-based high-availability client load balancing method

Cited By (79)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
USRE47296E1 (en) 2006-02-21 2019-03-12 A10 Networks, Inc. System and method for an adaptive TCP SYN cookie with time validation
US9497201B2 (en) 2006-10-17 2016-11-15 A10 Networks, Inc. Applying security policy to an application session
CN101963969B (en) * 2009-07-22 2013-02-20 阿里巴巴集团控股有限公司 Method and database server for realizing load balancing in Oracle RAC (Real Application Cluster) system
US8909666B2 (en) 2009-09-23 2014-12-09 Zte Corporation Data query system and constructing method thereof and corresponding data query method
WO2011035608A1 (en) * 2009-09-23 2011-03-31 中兴通讯股份有限公司 Data query system and constructing method thereof and corresponding data query method
CN102023997B (en) * 2009-09-23 2013-03-20 中兴通讯股份有限公司 Data query system, construction method thereof and corresponding data query method
US9960967B2 (en) 2009-10-21 2018-05-01 A10 Networks, Inc. Determining an application delivery server based on geo-location information
US10735267B2 (en) 2009-10-21 2020-08-04 A10 Networks, Inc. Determining an application delivery server based on geo-location information
CN102053975A (en) * 2009-10-30 2011-05-11 国际商业机器公司 Database system and cross-database query optimization method
US8768915B2 (en) 2009-10-30 2014-07-01 International Business Machines Corporation Database system and method of optimizing cross database query
CN101827120A (en) * 2010-02-25 2010-09-08 浪潮(北京)电子信息产业有限公司 Cluster storage method and system
CN102207937A (en) * 2010-03-29 2011-10-05 华为技术有限公司 Database access method and system
CN102571742A (en) * 2010-09-30 2012-07-11 瑞科网信科技有限公司 System and method to balance servers based on server load status
US9961135B2 (en) 2010-09-30 2018-05-01 A10 Networks, Inc. System and method to balance servers based on server load status
US10447775B2 (en) 2010-09-30 2019-10-15 A10 Networks, Inc. System and method to balance servers based on server load status
CN102571742B (en) * 2010-09-30 2016-07-06 瑞科网信科技有限公司 System and method based on server load state equalization server
CN102467508A (en) * 2010-11-04 2012-05-23 中兴通讯股份有限公司 Method for providing database service and database system
US9961136B2 (en) 2010-12-02 2018-05-01 A10 Networks, Inc. Distributing application traffic to servers based on dynamic service response time
US9609052B2 (en) 2010-12-02 2017-03-28 A10 Networks, Inc. Distributing application traffic to servers based on dynamic service response time
US10178165B2 (en) 2010-12-02 2019-01-08 A10 Networks, Inc. Distributing application traffic to servers based on dynamic service response time
CN102254031A (en) * 2011-08-03 2011-11-23 无锡浙潮科技有限公司 Batch processing request-based Microsoft SQL server database cluster
CN102436468A (en) * 2011-09-14 2012-05-02 山东中创软件商用中间件股份有限公司 Load balancing method and system based on database cluster
US10484465B2 (en) 2011-10-24 2019-11-19 A10 Networks, Inc. Combining stateless and stateful server load balancing
US9906591B2 (en) 2011-10-24 2018-02-27 A10 Networks, Inc. Combining stateless and stateful server load balancing
US9270774B2 (en) 2011-10-24 2016-02-23 A10 Networks, Inc. Combining stateless and stateful server load balancing
CN102426594A (en) * 2011-10-31 2012-04-25 沈文策 Method and system for operating database
CN102426594B (en) * 2011-10-31 2013-05-29 沈文策 Method and system for operating database
US9386088B2 (en) 2011-11-29 2016-07-05 A10 Networks, Inc. Accelerating service processing using fast path TCP
US9979801B2 (en) 2011-12-23 2018-05-22 A10 Networks, Inc. Methods to manage services over a service gateway
US10044582B2 (en) 2012-01-28 2018-08-07 A10 Networks, Inc. Generating secure name records
CN102682117B (en) * 2012-05-15 2016-09-21 浪潮电子信息产业股份有限公司 A kind of method of data-base cluster data quick copy
CN102682117A (en) * 2012-05-15 2012-09-19 浪潮电子信息产业股份有限公司 Method for quickly copying cluster data in database
CN102693291A (en) * 2012-05-15 2012-09-26 浪潮电子信息产业股份有限公司 Method for achieving SQL (structured query language) -Server load balance cluster
CN102810116B (en) * 2012-06-29 2015-01-07 安科智慧城市技术(中国)有限公司 Automatic routing and load balancing method and system based on database connection
CN102810116A (en) * 2012-06-29 2012-12-05 安科智慧城市技术(中国)有限公司 Automatic routing and load balancing method and system based on database connection
US9602442B2 (en) 2012-07-05 2017-03-21 A10 Networks, Inc. Allocating buffer for TCP proxy session based on dynamic network conditions
US9705800B2 (en) 2012-09-25 2017-07-11 A10 Networks, Inc. Load distribution in data networks
US10021174B2 (en) 2012-09-25 2018-07-10 A10 Networks, Inc. Distributing service sessions
US10516577B2 (en) 2012-09-25 2019-12-24 A10 Networks, Inc. Graceful scaling in software driven networks
US9843484B2 (en) 2012-09-25 2017-12-12 A10 Networks, Inc. Graceful scaling in software driven networks
US10002141B2 (en) 2012-09-25 2018-06-19 A10 Networks, Inc. Distributed database in software driven networks
US10862955B2 (en) 2012-09-25 2020-12-08 A10 Networks, Inc. Distributing service sessions
US10491523B2 (en) 2012-09-25 2019-11-26 A10 Networks, Inc. Load distribution in data networks
US9544364B2 (en) 2012-12-06 2017-01-10 A10 Networks, Inc. Forwarding policies on a virtual service network
US9531846B2 (en) 2013-01-23 2016-12-27 A10 Networks, Inc. Reducing buffer usage for TCP proxy session based on delayed acknowledgement
CN103116655B (en) * 2013-03-06 2017-10-24 亿赞普(北京)科技有限公司 Company-data querying method, client and system
CN103116655A (en) * 2013-03-06 2013-05-22 亿赞普(北京)科技有限公司 Clustered data query method, client side and system
US9900252B2 (en) 2013-03-08 2018-02-20 A10 Networks, Inc. Application delivery controller and global server load balancer
US11005762B2 (en) 2013-03-08 2021-05-11 A10 Networks, Inc. Application delivery controller and global server load balancer
US10659354B2 (en) 2013-03-15 2020-05-19 A10 Networks, Inc. Processing data packets using a policy based network path
US9992107B2 (en) 2013-03-15 2018-06-05 A10 Networks, Inc. Processing data packets using a policy based network path
US10038693B2 (en) 2013-05-03 2018-07-31 A10 Networks, Inc. Facilitating secure network traffic by an application delivery controller
US10305904B2 (en) 2013-05-03 2019-05-28 A10 Networks, Inc. Facilitating secure network traffic by an application delivery controller
US10230770B2 (en) 2013-12-02 2019-03-12 A10 Networks, Inc. Network proxy layer for policy-based application proxies
US9942152B2 (en) 2014-03-25 2018-04-10 A10 Networks, Inc. Forwarding data packets using a service-based forwarding policy
US9942162B2 (en) 2014-03-31 2018-04-10 A10 Networks, Inc. Active application response delay time
US10257101B2 (en) 2014-03-31 2019-04-09 A10 Networks, Inc. Active application response delay time
US10686683B2 (en) 2014-05-16 2020-06-16 A10 Networks, Inc. Distributed system to determine a server's health
US9906422B2 (en) 2014-05-16 2018-02-27 A10 Networks, Inc. Distributed system to determine a server's health
US9986061B2 (en) 2014-06-03 2018-05-29 A10 Networks, Inc. Programming a data network device using user defined scripts
US10129122B2 (en) 2014-06-03 2018-11-13 A10 Networks, Inc. User defined objects for network devices
US10880400B2 (en) 2014-06-03 2020-12-29 A10 Networks, Inc. Programming a data network device using user defined scripts
US9992229B2 (en) 2014-06-03 2018-06-05 A10 Networks, Inc. Programming a data network device using user defined scripts with licenses
US10749904B2 (en) 2014-06-03 2020-08-18 A10 Networks, Inc. Programming a data network device using user defined scripts with licenses
CN104320455A (en) * 2014-10-23 2015-01-28 京信通信系统(中国)有限公司 Data dispatching method, server and system
CN104320455B (en) * 2014-10-23 2018-05-01 京信通信系统(中国)有限公司 A kind of data distributing method, server and system
US10581976B2 (en) 2015-08-12 2020-03-03 A10 Networks, Inc. Transmission control of protocol state exchange for dynamic stateful service insertion
US10243791B2 (en) 2015-08-13 2019-03-26 A10 Networks, Inc. Automated adjustment of subscriber policies
CN107085539A (en) * 2017-04-27 2017-08-22 北京邮电大学 A kind of cloud Database Systems and cloud database resource dynamic adjusting method
CN107085539B (en) * 2017-04-27 2019-12-10 北京邮电大学 cloud database system and dynamic cloud database resource adjustment method
CN107133332A (en) * 2017-05-11 2017-09-05 广州视源电子科技股份有限公司 Query task allocation method and device
CN107133332B (en) * 2017-05-11 2020-10-16 广州视源电子科技股份有限公司 Query task allocation method and device
CN108717384A (en) * 2018-05-18 2018-10-30 阿里巴巴集团控股有限公司 A kind of data back up method and device
CN108924879A (en) * 2018-06-22 2018-11-30 北京格瑞空间科技有限公司 A kind of load-balancing method for wireless internet of things
CN110866011A (en) * 2019-11-04 2020-03-06 金蝶软件(中国)有限公司 Data table synchronization method and device, computer equipment and storage medium
CN110866011B (en) * 2019-11-04 2022-11-08 金蝶软件(中国)有限公司 Data table synchronization method and device, computer equipment and storage medium
CN113282565A (en) * 2020-02-19 2021-08-20 广州虎牙科技有限公司 Data access method, device, scheduling equipment and storage medium
WO2022222579A1 (en) * 2021-04-23 2022-10-27 焦点科技股份有限公司 Database middleware cluster-based high-availability client load balancing method
CN113761068A (en) * 2021-09-15 2021-12-07 虎彩印艺股份有限公司 Method for improving concurrent processing capacity of block chain network

Similar Documents

Publication Publication Date Title
CN101169785A (en) Clustered database system dynamic loading balancing method
CN102523285B (en) Storage caching method of object-based distributed file system
CN102638584B (en) Data distributing and caching method and data distributing and caching system
CN101354726B (en) Method for managing memory metadata of cluster file system
CN102521269B (en) Index-based computer continuous data protection method
CN102904887B (en) The method of data synchronization of a kind of Web client and server and system
CN101510209B (en) Method, system and server for implementing real time search
CN102904949B (en) Replica-based dynamic metadata cluster system
CN110147407B (en) Data processing method and device and database management server
CN103310000B (en) Metadata management method
EP2485150A1 (en) Meta-information sharing distributed database system in virtual single memory storage
CN102053982A (en) Method and equipment for managing database information
CN103944958A (en) Wide area file system and implementation method
CN103631820B (en) The metadata management method and equipment of distributed file system
CN102855239A (en) Distributed geographical file system
CN103473696A (en) Method and system for collecting, analyzing and distributing internet business information
CN103390041A (en) Method and system for providing data service based on middleware
CN101620609A (en) Multi-tenant data storage and access method and device
CN104050276A (en) Cache processing method and system of distributed database
CN106934048A (en) Online data moving method, agent node
CN101046806B (en) Search engine system and method
US8380663B2 (en) Data integrity in a database environment through background synchronization
CN113220795B (en) Data processing method, device, equipment and medium based on distributed storage
CN103617199A (en) Data operating method and data operating system
CN103902548B (en) A kind of system and method and registration, ticket booking, net purchase system for accessing database

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication