CN114153518A - Autonomous capacity expansion and reduction method for cloud native MySQL cluster - Google Patents

Autonomous capacity expansion and reduction method for cloud native MySQL cluster Download PDF

Info

Publication number
CN114153518A
CN114153518A CN202111240484.3A CN202111240484A CN114153518A CN 114153518 A CN114153518 A CN 114153518A CN 202111240484 A CN202111240484 A CN 202111240484A CN 114153518 A CN114153518 A CN 114153518A
Authority
CN
China
Prior art keywords
resource
trigger threshold
database
performance
threshold
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
CN202111240484.3A
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.)
State Grid Jiangsu Electric Power Co Ltd
Jiangsu Electric Power Information Technology Co Ltd
Information and Telecommunication Branch of State Grid Jiangsu Electric Power Co Ltd
Original Assignee
State Grid Jiangsu Electric Power Co Ltd
Jiangsu Electric Power Information Technology Co Ltd
Information and Telecommunication Branch of State Grid Jiangsu Electric Power 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 State Grid Jiangsu Electric Power Co Ltd, Jiangsu Electric Power Information Technology Co Ltd, Information and Telecommunication Branch of State Grid Jiangsu Electric Power Co Ltd filed Critical State Grid Jiangsu Electric Power Co Ltd
Priority to CN202111240484.3A priority Critical patent/CN114153518A/en
Publication of CN114153518A publication Critical patent/CN114153518A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • 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
    • G06F16/211Schema design and management

Landscapes

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

Abstract

The invention discloses a method for autonomously expanding and reducing capacity of a cloud native MySQL cluster, which comprises the following steps: collecting a plurality of resource indexes of container resources and a plurality of performance indexes of a database; if the resource index exceeds the preset resource threshold range, modifying the resource limit of the container resource based on the resource index, and adjusting the performance parameters of the database; and if the performance index exceeds the pre-configured performance threshold range, automatically modifying the resource limit of the container resource or automatically adjusting the number of nodes of the database cluster based on the performance index. The invention solves the technical problems that when the database cluster needs capacity expansion and capacity reduction in the related technology, a user needs to manually adjust resource configuration and database parameter configuration, and a great deal of energy and time are consumed by the user.

Description

Autonomous capacity expansion and reduction method for cloud native MySQL cluster
Technical Field
The invention relates to the technical field of database control, in particular to a method for autonomously expanding and reducing capacity of a cloud native MySQL cluster.
Background
The MySQL database is one of the most popular open-source relational databases at present, and has been widely recognized for its stability, ease of use, and high performance. However, due to the open source property and the very flexible use mode, the user is difficult to ensure the environment to be uniform and the version to be consistent in the database architecture and use, one-key deployment cannot be realized, and the capacity expansion and the capacity reduction often need to consume a great deal of energy and time of the user. Kubernets is taken as a current mainstream container technology-based distributed architecture scheme, convenient arrangement such as stateless application deployment, capacity expansion and the like is mature, but the support for stateful application such as a database is limited.
At present, the original stateful set of Kubernetes supports state application, MySQL replication can be realized through certain configuration optimization, but the configuration is complex and the expansibility is poor. After a user creates a MySQL cluster and fixes a cluster architecture, if an application suddenly increases a MySQL cluster request, a performance bottleneck exists in the existing MySQL cluster, at this time, resource configuration needs to be manually adjusted or capacity expansion is needed, timeliness is low, and the cluster performance bottleneck is possibly aggravated by temporary capacity expansion.
Disclosure of Invention
In view of the above problems, an object of the present invention is to provide a method for autonomously expanding capacity and reducing capacity of a cloud native MySQL cluster, so as to solve the technical problem that a user needs to manually adjust resource configuration and manually adjust database parameter configuration when a database cluster expands capacity and reduces capacity, which consumes a lot of time.
The purpose of the invention is realized by the following technical scheme:
a cloud native MySQL cluster autonomous capacity expansion and reduction method is characterized by comprising the following steps:
1) collecting a plurality of resource indexes of container resources and a plurality of performance indexes of a database; setting a first trigger threshold and a second trigger threshold for each resource index to be tested, wherein the first trigger threshold and the second trigger threshold are critical range thresholds of the resource index to be tested, and the first trigger threshold is larger than the second trigger threshold; configuring a resource threshold range based on the first trigger threshold and the second trigger threshold; setting a third trigger threshold and a fourth trigger threshold for each performance index to be tested, wherein the third trigger threshold and the fourth trigger threshold are critical range thresholds of the performance index to be tested, and the third trigger threshold is greater than the fourth trigger threshold; configuring a performance threshold range based on the third trigger threshold and a fourth trigger threshold;
2) if the resource index exceeds the preset resource threshold range, modifying the resource limit of the container resource based on the resource index, and adjusting the performance parameters of the database;
3) and if the performance index exceeds the pre-configured performance threshold range, automatically modifying the resource limit of the container resource or automatically adjusting the number of nodes of the database cluster based on the performance index.
Further, the step of modifying the resource limit of the container resource based on the resource index and adjusting the performance parameter of the database includes: and modifying the resource limit of the container resource based on the resource index and the preset resource change proportion.
Further, automatically modifying resource limits of the container resources or automatically adjusting the number of nodes of the database cluster based on the performance indicators includes: judging whether the residual node resources meet the capacity expansion requirement or not; if the residual node resources do not meet the capacity expansion requirement, triggering an exclusive mode, wherein in the exclusive mode, the target service instance using the container resources singly occupies all available container resources; migrating other service instances to other database clusters or deleting the other service instances.
Acquiring a capacity reduction node; executing cluster capacity reduction by adopting the capacity reduction node; updating the configuration of the middleware cluster, the database service and the high-availability component; and updating the cluster information in the management library to finish the capacity reduction operation of the database.
The method comprises the steps of collecting a plurality of resource indexes of container resources and a plurality of performance indexes of a database, modifying resource limits of the container resources based on the resource indexes and adjusting performance parameters of the database if the resource indexes exceed a preset resource threshold range, and automatically modifying the resource limits of the container resources or automatically adjusting the number of nodes of a database cluster based on the performance indexes if the performance indexes exceed the preset performance threshold range.
According to the invention, when the change of the database cluster load (corresponding container resource index and performance index) exceeds the threshold, user intervention is not required, the configured threshold and the management resource are compared according to the cluster type and the load condition, and database cluster expansion or contraction is automatically realized, so that the change of the database cluster load demand can be responded, and the efficiency of database cluster expansion and contraction can be improved, thereby solving the technical problem that a user needs to manually adjust resource configuration and database parameter configuration when the database cluster needs to expand and contract in the related technology, and a great deal of energy and time are consumed by the user.
Drawings
FIG. 1 is a flow chart of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention can be applied to database containerization cluster service, and provides an autonomous capacity expansion and reduction method based on different dimensional loads, which is compatible with a plurality of versions of MySQL mirror images and a plurality of architectures (single instance, master-slave copy, MGR single master and MGR multi-master), for MySQL containerization clusters managed under a Kubernets platform.
The capacity expansion and reduction in the invention not only includes the increase (capacity expansion) and limitation (capacity reduction) of container resources (such as CPU, memory, disk and IO), but also includes the increase and reduction of MySQL cluster node number, database performance indexes (such as connection number, concurrent thread number, TPS and QPS) and the increase and reduction of custom resources.
According to the embodiment of the invention, when the MySQL cluster load change exceeds the threshold, user intervention is not needed, the configured threshold is compared according to the cluster type and the load condition, and cluster expansion or contraction is automatically realized according to the resources managed by kubernates, so that the MySQL cluster load change can be responded in time, and the MySQL cluster load demand and the lower resource use demand can be balanced. Depending on providing more accurate node control scheduling, the controller selects the capacity expansion and reduction strategies of different dimensions of the MySQL cluster, and balance of resource use and service response is achieved.
The present invention will be described with reference to examples.
Examples
FIG. 1 is a general flow diagram of the present invention, the method comprising the steps of:
1) first, a plurality of resource indicators of container resources and a plurality of performance indicators of a database are collected.
2) And if the resource index exceeds the preset resource threshold range, modifying the resource limit of the container resource based on the resource index, and adjusting the performance parameters of the database.
When the resource index of the container source exceeds the preset resource threshold range, the limitation of the container resource is adjusted based on the resource index, and the corresponding parameter of the database is automatically adjusted.
3) And if the performance index exceeds the pre-configured performance threshold range, automatically modifying the resource limit of the container resource or automatically adjusting the number of nodes of the database cluster based on the performance index.
That is, when the performance index of the database exceeds the pre-configured performance threshold range, the resource limit of the container is automatically adjusted based on the performance index or the database cluster is automatically scaled (embodied as automatically adjusting the number of nodes of the database cluster).
Through the steps, a plurality of resource indexes of the container resources and a plurality of performance indexes of the database can be collected firstly, if the resource indexes exceed the preset resource threshold range, the resource limit of the container resources is modified based on the resource indexes, the performance parameters of the database are adjusted, and if the performance indexes exceed the preset performance threshold range, the resource limit of the container resources is automatically modified based on the performance indexes or the number of nodes of the database cluster is automatically adjusted. In the embodiment, when the change of the database cluster load (corresponding container resource index and performance index) exceeds the threshold, user intervention is not needed, the configured threshold and the management resources are compared according to the cluster type and the load condition, and cluster expansion or capacity reduction is automatically realized, so that the change of the database cluster load demand can be responded, and the efficiency of database cluster expansion and capacity reduction can be improved, thereby solving the technical problem that a user needs to manually adjust resource configuration and database parameter configuration when the database cluster needs to expand and reduce the capacity in the related technology, and a great deal of energy and time are consumed by the user.
When the autonomous capacity expansion and capacity reduction of the database container cluster is realized, a capacity expansion and capacity reduction judgment threshold value needs to be configured.
Before collecting a plurality of resource indexes of container resources and a plurality of performance indexes of a database, the control method comprises the following steps: determining a plurality of resource indexes to be tested of the container resource and a plurality of performance indexes to be tested of a plurality of databases; setting a first trigger threshold and a second trigger threshold for each resource index to be detected, wherein the first trigger threshold and the second trigger threshold are critical range thresholds of the resource index to be detected, and the first trigger threshold is larger than the second trigger threshold; configuring a resource threshold range based on the first trigger threshold and the second trigger threshold; setting a third trigger threshold and a fourth trigger threshold for each performance index to be tested, wherein the third trigger threshold and the fourth trigger threshold are critical range thresholds of the performance index to be tested, and the third trigger threshold is larger than the fourth trigger threshold; configuring a performance threshold range based on the third trigger threshold and the fourth trigger threshold.
The MySQL cluster is configured with the capacity expansion and capacity reduction threshold value, the capacity expansion and capacity reduction threshold value can be configured when the MySQL cluster is deployed, and the capacity expansion and capacity reduction threshold value can be configured after the cluster is deployed. Currently, the method supports the threshold based on container resource indexes (CPU, memory, disk, IO), database performance indexes (connection number, concurrent thread number, TPS, QPS) and self-defined resources.
The multiple resource metrics of the container resource to be tested include, but are not limited to: CPU, memory, disk, IO; the multiple measured performance indicators of the database include, but are not limited to: connection number, concurrent thread number, TPS, QPS.
A first trigger threshold and a second trigger threshold set for each resource index to be detected, where the first trigger threshold may be an expansion threshold (i.e., an upper threshold) of the resource index, and the second trigger threshold may be a contraction threshold (i.e., a lower threshold) of the resource index; a third trigger threshold and a fourth trigger threshold set for each performance index to be measured, where the third trigger threshold may be an expansion threshold (i.e., an upper threshold) of the performance index to be measured, and the fourth trigger threshold may be a contraction threshold (i.e., a lower threshold) of the performance index to be measured.
After the container resource index, the database performance index, and the custom resource threshold are set, an expansion/contraction action and a change ratio need to be set, a threshold is triggered for the change of the container resource, a resource limit is modified by default, a resource change ratio is set as a preset ratio parameter by default (for example, the resource change ratio is set as 10% by default), and an exclusive mode can be set. For the triggering threshold value of the change of the database resources, the resource limit is modified preferentially by default, and then the database cluster architecture is adjusted, for example, the expansion of 1 master 2 slave is 1 master 3 slave, and the like.
A plurality of resource indicators for the container resource and a plurality of performance indicators for the database are collected.
In this embodiment, the container-exporter may be relied on to collect each resource index of the container resource, and the mysqld-exporter may be relied on to collect each performance index of the MySQL database. Optionally, in this embodiment, an Operator listener component may also be used to obtain configured threshold indicator data (partial indicator) from the collected data, compare the current MySQL cluster resource configuration, and check whether to trigger the threshold.
And if the resource index exceeds the preset resource threshold range, modifying the resource limit of the container resource based on the resource index, and adjusting the performance parameters of the database.
Modifying resource limits of the container resources based on the resource indicators and adjusting performance parameters of the database, comprising: and modifying the resource limit of the container resource based on the resource index and the preset resource change proportion.
For the container resource index change triggering threshold, Mysqld-operator defaults to rounding and modifying resource limitation according to a resource change proportion, if the residual resource of the bottom-layer physical machine node is not enough for capacity expansion, an exclusive mode may be triggered, and other service instances are migrated or deleted (configured according to instances) to complete the capacity expansion.
And if the performance index exceeds the pre-configured performance threshold range, automatically modifying the resource limit of the container resource or automatically adjusting the number of nodes of the database cluster based on the performance index. The method comprises the following steps: judging whether the residual node resources meet the capacity expansion requirement or not; if the residual node resources do not meet the capacity expansion requirement, triggering an exclusive mode, wherein in the exclusive mode, the target service instance using the container resources singly occupies all available container resources; migrating other service instances to other database clusters or deleting other service instances.
And for the change triggering threshold of the database performance index, the container resource limit is preferably modified by a Mysqld-operator calculation and expansion mode. If the database cluster needs to be adjusted, the adjustment mode and the number of changed nodes can be calculated, single-instance support adjustment is master-slave and MGR, and the master-slave and MGR support adjustment of the number of nodes. For example, in a cluster with master-slave replication, if the QPS trigger threshold needs to be expanded, different numbers of slave nodes may need to be added to complete expansion.
And when the MySQL cluster expansion and capacity reduction is required for the change of the database performance index, the Mysqld-operator calculates the capacity reduction node according to the number of the managed instances on the node and the vacant resource of the node. And selecting the node for capacity expansion by the kube-scheduler according to an algorithm, wherein if the node currently managed by the kube-schedules is insufficient or the vacant resource of the node is insufficient, the capacity expansion fails.
Through the embodiment, the MySQL containerized cluster managed under the Kubernets platform can be subjected to an autonomous capacity expansion and reduction method compatible with multiple versions of MySQL mirror images and multiple architectures (single instance, master-slave copy, MGR single master and MGR multiple masters), based on different dimensionality loads, so that the cluster capacity expansion or reduction is autonomously realized, and the change of the MySQL cluster load demand can be timely responded.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (3)

1. A cloud native MySQL cluster autonomous capacity expansion and reduction method is characterized by comprising the following steps:
1) collecting a plurality of resource indexes of container resources and a plurality of performance indexes of a database; setting a first trigger threshold and a second trigger threshold for each resource index to be tested, wherein the first trigger threshold and the second trigger threshold are critical range thresholds of the resource index to be tested, and the first trigger threshold is larger than the second trigger threshold; configuring a resource threshold range based on the first trigger threshold and the second trigger threshold; setting a third trigger threshold and a fourth trigger threshold for each performance index to be tested, wherein the third trigger threshold and the fourth trigger threshold are critical range thresholds of the performance index to be tested, and the third trigger threshold is greater than the fourth trigger threshold; configuring a performance threshold range based on the third trigger threshold and a fourth trigger threshold;
2) if the resource index exceeds the preset resource threshold range, modifying the resource limit of the container resource based on the resource index, and adjusting the performance parameters of the database;
3) and if the performance index exceeds the pre-configured performance threshold range, automatically modifying the resource limit of the container resource or automatically adjusting the number of nodes of the database cluster based on the performance index.
2. The method according to claim 1, wherein in step 2), modifying resource limitations of container resources based on resource indicators and adjusting performance parameters of the database includes: and modifying the resource limit of the container resource based on the resource index and the preset resource change proportion.
3. The method according to claim 1, wherein the step 3) includes: judging whether the residual node resources meet the capacity expansion requirement or not; if the residual node resources do not meet the capacity expansion requirement, triggering an exclusive mode, wherein in the exclusive mode, the target service instance using the container resources singly occupies all available container resources; migrating other service instances to other database clusters or deleting the other service instances.
CN202111240484.3A 2021-10-25 2021-10-25 Autonomous capacity expansion and reduction method for cloud native MySQL cluster Pending CN114153518A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111240484.3A CN114153518A (en) 2021-10-25 2021-10-25 Autonomous capacity expansion and reduction method for cloud native MySQL cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111240484.3A CN114153518A (en) 2021-10-25 2021-10-25 Autonomous capacity expansion and reduction method for cloud native MySQL cluster

Publications (1)

Publication Number Publication Date
CN114153518A true CN114153518A (en) 2022-03-08

Family

ID=80458792

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111240484.3A Pending CN114153518A (en) 2021-10-25 2021-10-25 Autonomous capacity expansion and reduction method for cloud native MySQL cluster

Country Status (1)

Country Link
CN (1) CN114153518A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115185774A (en) * 2022-07-11 2022-10-14 河北平普数政科技有限公司 Automatic database based on open source technology

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017028697A1 (en) * 2015-08-17 2017-02-23 阿里巴巴集团控股有限公司 Method and device for growing or shrinking computer cluster
CN109446032A (en) * 2018-12-19 2019-03-08 福建新大陆软件工程有限公司 The method and system of the scalable appearance of Kubernetes copy
CN109783577A (en) * 2019-01-05 2019-05-21 咪付(广西)网络技术有限公司 A kind of cloud database elastic telescopic method based on strategy
CN111274288A (en) * 2020-01-17 2020-06-12 腾讯云计算(北京)有限责任公司 Distributed retrieval method, device, system, computer equipment and storage medium
CN111796908A (en) * 2020-06-18 2020-10-20 聚好看科技股份有限公司 System and method for automatic elastic expansion and contraction of resources and cloud platform
CN111858257A (en) * 2020-07-28 2020-10-30 浪潮云信息技术股份公司 System and method for acquiring container cluster resource use data
CN112084098A (en) * 2020-10-21 2020-12-15 中国银行股份有限公司 Resource monitoring system and working method
CN112235383A (en) * 2020-10-09 2021-01-15 腾讯科技(深圳)有限公司 Container service cluster node scheduling method and device, server and storage medium
CN112286903A (en) * 2020-09-27 2021-01-29 苏州浪潮智能科技有限公司 Containerization-based relational database optimization method and device
CN112328456A (en) * 2021-01-04 2021-02-05 北京电信易通信息技术股份有限公司 Cluster resource monitoring system based on service discovery
CN112380009A (en) * 2020-11-12 2021-02-19 北京开物数智科技有限公司 Large data platform resource scheduling method based on docker elastic expansion
CN112506444A (en) * 2020-12-28 2021-03-16 南方电网深圳数字电网研究院有限公司 Kubernetes cluster-based expansion and contraction capacity control method and device and electronic equipment
CN112835685A (en) * 2021-03-31 2021-05-25 中国工商银行股份有限公司 Container memory adjusting method and device
CN113296929A (en) * 2020-06-29 2021-08-24 阿里巴巴集团控股有限公司 Resource matching method, device and system based on cloud computing

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017028697A1 (en) * 2015-08-17 2017-02-23 阿里巴巴集团控股有限公司 Method and device for growing or shrinking computer cluster
CN109446032A (en) * 2018-12-19 2019-03-08 福建新大陆软件工程有限公司 The method and system of the scalable appearance of Kubernetes copy
CN109783577A (en) * 2019-01-05 2019-05-21 咪付(广西)网络技术有限公司 A kind of cloud database elastic telescopic method based on strategy
CN111274288A (en) * 2020-01-17 2020-06-12 腾讯云计算(北京)有限责任公司 Distributed retrieval method, device, system, computer equipment and storage medium
CN111796908A (en) * 2020-06-18 2020-10-20 聚好看科技股份有限公司 System and method for automatic elastic expansion and contraction of resources and cloud platform
CN113296929A (en) * 2020-06-29 2021-08-24 阿里巴巴集团控股有限公司 Resource matching method, device and system based on cloud computing
CN111858257A (en) * 2020-07-28 2020-10-30 浪潮云信息技术股份公司 System and method for acquiring container cluster resource use data
CN112286903A (en) * 2020-09-27 2021-01-29 苏州浪潮智能科技有限公司 Containerization-based relational database optimization method and device
CN112235383A (en) * 2020-10-09 2021-01-15 腾讯科技(深圳)有限公司 Container service cluster node scheduling method and device, server and storage medium
CN112084098A (en) * 2020-10-21 2020-12-15 中国银行股份有限公司 Resource monitoring system and working method
CN112380009A (en) * 2020-11-12 2021-02-19 北京开物数智科技有限公司 Large data platform resource scheduling method based on docker elastic expansion
CN112506444A (en) * 2020-12-28 2021-03-16 南方电网深圳数字电网研究院有限公司 Kubernetes cluster-based expansion and contraction capacity control method and device and electronic equipment
CN112328456A (en) * 2021-01-04 2021-02-05 北京电信易通信息技术股份有限公司 Cluster resource monitoring system based on service discovery
CN112835685A (en) * 2021-03-31 2021-05-25 中国工商银行股份有限公司 Container memory adjusting method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115185774A (en) * 2022-07-11 2022-10-14 河北平普数政科技有限公司 Automatic database based on open source technology

Similar Documents

Publication Publication Date Title
CN109783218B (en) Kubernetes container cluster-based time-associated container scheduling method
CN110196851B (en) Data storage method, device, equipment and storage medium
CN111414233A (en) Online model reasoning system
US20120084788A1 (en) Complex event distributing apparatus, complex event distributing method, and complex event distributing program
US9733835B2 (en) Data storage method and storage server
WO2016128049A1 (en) Method for running a virtual machine
WO2015196686A1 (en) Data storage method and data storage management server
KR20200052403A (en) Data analysis system based on edge computing and method thereof
TW201702908A (en) Method and apparatus for flexible scheduling in a database system for reducing computation complexity during a database flexible scheduling process, and meanwhile achieving objects of saving resources as well as reducing scheduling cost
CN112395269B (en) MySQL high availability group building method and device
CN114385561A (en) File management method and device and HDFS system
CN111290699A (en) Data migration method, device and system
CN114153518A (en) Autonomous capacity expansion and reduction method for cloud native MySQL cluster
CN112118314B (en) Load balancing method and device
CN107943615B (en) Data processing method and system based on distributed cluster
CN104391735B (en) Virtualize dispatching method of virtual machine and system in all-in-one machine cluster
EP3479256B1 (en) Fabric encapsulated resilient storage
CN113961353A (en) Task processing method and distributed system for AI task
JP6744272B2 (en) Migration management device and migration management method
CN115525394A (en) Method and device for adjusting number of containers
CN112109919B (en) Loading point layout method for strength test
US11036439B2 (en) Automated management of bundled applications
CN113127289A (en) Resource management method based on YARN cluster, computer equipment and storage medium
CN113867649B (en) System and method for adaptive blockchain data storage plugin
CN117119058B (en) Storage node optimization method in Ceph distributed storage cluster and related equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination