WO2019165996A1 - 数据分区拆分方法、装置、服务器及存储介质 - Google Patents
数据分区拆分方法、装置、服务器及存储介质 Download PDFInfo
- Publication number
- WO2019165996A1 WO2019165996A1 PCT/CN2019/076507 CN2019076507W WO2019165996A1 WO 2019165996 A1 WO2019165996 A1 WO 2019165996A1 CN 2019076507 W CN2019076507 W CN 2019076507W WO 2019165996 A1 WO2019165996 A1 WO 2019165996A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- split
- splitting
- data partition
- data
- policy
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
Definitions
- the present application relates to the field of storage technologies, and in particular, to a data partition splitting method, apparatus, server, and storage medium.
- Region refers to the smallest unit of distributed storage in Hbase (a distributed storage system).
- Hbase includes a large number of HRegionservers (servers for storing and managing data partitions, hereinafter referred to as servers), and different data partitions can be distributed on different servers.
- HRegionservers servers for storing and managing data partitions, hereinafter referred to as servers
- different data partitions can be distributed on different servers.
- HRegionservers servers for storing and managing data partitions, hereinafter referred to as servers
- the amount of data stored in the data partition will gradually become larger as the data is continuously inserted.
- the server needs to split the data partition to distribute the data partition. The amount of data.
- the server Whenever the server starts, it will load the pre-stored configuration file to obtain the split policy in the configuration file. During the running process, the server always splits each data partition of each data table in Hbase based on the split policy. Minute. When the developer needs to update the splitting policy, the splitting policy in the configuration file can be updated, and the server is restarted. When the server is restarted, the configuration file is loaded again, and the splitting strategy in the configuration file is obtained, thereby obtaining the updated splitting. According to the split strategy, the server will split each data partition based on the updated split strategy during this run.
- the server Whenever the splitting policy is updated, the server must be restarted to run based on the updated splitting policy, causing the server to be interrupted, and the actual efficiency of updating the splitting policy is low.
- the embodiment of the present application provides a data partition splitting method, device, server, and storage medium, which can solve the problem that the efficiency of updating the splitting strategy in the related art is low.
- the technical solution is as follows:
- a data partition splitting method comprising:
- the data partition to be split is split.
- the method provided by the embodiment of the present application provides a method for dynamically loading a splitting policy.
- the splitting policy carried by the splitting policy update command is loaded and executed, thereby being based on the splitting
- the splitting strategy splits the data partition. Since the updated splitting policy takes effect in the current running process, the server does not need to be restarted, which avoids the interruption of the service and greatly improves the efficiency of updating the splitting strategy.
- the method before the splitting the data partition to be split based on the splitting strategy, the method further includes:
- Each data partition of each data table that has been stored is obtained as the data partition to be split.
- the splitting of the data partition to be split based on the splitting strategy includes:
- split validity period refers to a date range for splitting the data partition; when the current date belongs to the split validity period, the data partition to be split is split; and / or,
- the splitting of the data partition to be split based on the splitting strategy includes:
- non-separable data partition information in the splitting policy, where the non-splitable data partition information is used to indicate a non-splitable data partition;
- the data partition to be split does not belong to the non-separable data partition, the data partition to be split is split.
- the splitting of the data partition to be split based on the splitting strategy includes:
- the preset data volume is a maximum value of data amount allowed to be stored in one data partition
- the data partition to be split is split.
- the splitting strategy is used to indicate a splitting starting point of the data partition, and the splitting the data partition to be split based on the splitting strategy includes at least one of the following:
- the splitting policy indicates the head of the data partition to be split
- the splitting is started before the head of the data partition to be split
- the splitting policy indicates the tail of the data partition to be split
- the splitting is started after the tail of the data partition to be split
- the splitting policy indicates the middle position of the data partition to be split
- the splitting is started from the middle position of the data partition to be split.
- the method before the splitting the data partition to be split based on the splitting strategy, the method further includes:
- the splitting of the data partition to be split based on the splitting strategy includes:
- Obtaining a historical splitting instruction in the splitting policy where the historical splitting instruction is used to indicate that the data partition to be split is split according to the number of splits of the data partition in the historical running process;
- the historical split instruction obtains the number of splits of the data partition during the historical running process, and obtains the historical split share; divides the data partition to be split into the historical split number of sub-data partitions; or
- a data partition splitting apparatus comprising:
- a receiving module configured to receive a splitting policy update command, where the splitting policy update command carries at least a splitting policy
- a parsing module configured to parse the splitting policy update instruction, to obtain the splitting strategy
- Loading a module configured to load the splitting strategy
- a split module is configured to split the data partition to be split based on the splitting strategy.
- the device further includes:
- An obtaining module configured to acquire a data table identifier carried in the split policy update instruction, and obtain each data partition in the data table corresponding to the data table identifier as the data partition to be split; or, obtain Each data partition of each data table stored is used as the data partition to be split.
- the splitting module is configured to obtain a split validity period in the splitting strategy, where the split validity period refers to a date range for splitting a data partition;
- the split validity period refers to a date range for splitting a data partition;
- the split time segment in the split strategy is obtained; when the current time point belongs to the split time segment, the split is to be split.
- the data partition is split.
- the splitting module is configured to obtain non-separable data partition information in the splitting policy, where the non-splitable data partition information is used to indicate a non-separable data partition; When the data partition to be split does not belong to the non-separable data partition, the data partition to be split is split.
- the splitting module is configured to acquire a preset amount of data in the splitting strategy, where the preset data volume is a maximum value of data allowed to be stored in one data partition; When the amount of data stored in the split data partition reaches the preset data amount, the data partition to be split is split.
- the splitting strategy is used to indicate a splitting starting point of the data partition, and the splitting module is configured to perform at least one of the following:
- the splitting policy indicates the head of the data partition to be split
- the splitting is started before the head of the data partition to be split
- the splitting policy indicates the tail of the data partition to be split
- the splitting is started after the tail of the data partition to be split
- the splitting policy indicates the middle position of the data partition to be split
- the splitting is started from the middle position of the data partition to be split.
- the splitting module is further configured to acquire a split point instruction in the splitting strategy; and determine, according to the split point instruction, a split starting point indicated by the splitting policy .
- the splitting module is configured to obtain a historical splitting instruction in the splitting strategy, where the historical splitting instruction is used to indicate the number of splits of the data partition based on the historical running process. Splitting the data partition to be split; acquiring the number of splits of the data partition during the historical running process according to the historical split instruction, obtaining the historical split number; and splitting the data partition to be split Splitting the number of sub-data partitions for the history; or acquiring the number of splits in the splitting strategy, and splitting the data partition to be split into the split sub-data partitions.
- a server comprising a processor and a memory, the memory storing at least one instruction loaded by the processor and executed to implement the first aspect and the first aspect described above Any of the possible data partitioning methods in the design.
- a fourth aspect provides a computer readable storage medium having stored therein at least one instruction loaded by a processor and executed to implement the first aspect and any one of the possible aspects of the first aspect The data partition split method in .
- FIG. 1 is a flowchart of a data partition splitting method provided by an embodiment of the present application.
- FIG. 2 is a flowchart of a data partition splitting method provided by an embodiment of the present application.
- FIG. 3 is a schematic diagram of a data partition splitting method provided by an embodiment of the present application.
- FIG. 4 is a schematic diagram of a data partition splitting method provided by an embodiment of the present application.
- FIG. 5 is a schematic diagram of a data partition splitting method according to an embodiment of the present application.
- FIG. 6 is a schematic structural diagram of a storage service module according to an embodiment of the present disclosure.
- FIG. 7 is a schematic structural diagram of a management service module according to an embodiment of the present application.
- FIG. 8 is a schematic structural diagram of a data partition splitting apparatus according to an embodiment of the present application.
- FIG. 9 is a schematic structural diagram of a server according to an embodiment of the present application.
- Hbase is a distributed storage system used to store data in a massively structured manner.
- the system architecture of Hbase includes a large number of Clients (clients), a large number of HRegionservers (servers), and HMasters (master nodes), where the server is Hbase.
- clients clients
- servers HRegionservers
- HMasters master nodes
- each server can store and manage large numbers of data partitions.
- each data table (table) can include n data partitions, and different data partitions can be distributed on different servers to ensure load balancing of the servers.
- Hbase hotspot problem refers to a large number of clients accessing one or a few servers of Hbase, causing a problem that a small number of servers have too many read/write requests and excessive load, while other servers have small load imbalance. If the data volume of a certain data partition in a server is large, the data partition is likely to become a hot data partition, which causes hot problems in the server. Therefore, the server needs to split the data partition in time and accurately to avoid hotspot problems.
- Split storm It means that the amount of data in a large number of data partitions in Hbase is too large, causing the server to face the situation of splitting a large number of data partitions. Because each time the process of splitting the data partition brings a certain business burden to the server, when the split storm is faced, the service burden of the server is too heavy, which easily affects the performance of the server. Therefore, the split storm should be avoided.
- FIG. 1 is a flowchart of a data partition splitting method provided by an embodiment of the present application. Referring to FIG. 1, the method includes:
- the method before the splitting of the data partition to be split based on the splitting strategy, the method further includes:
- the splitting of the data partition to be split based on the splitting strategy includes:
- the split validity period refers to a date range for splitting the data partition; when the current date belongs to the split validity period, the data partition to be split is split; and/or ,
- the splitting of the data partition to be split based on the splitting strategy includes:
- non-separable data partition information in the splitting policy, where the non-splitable data partition information is used to indicate a non-splitable data partition;
- the data partition to be split does not belong to the non-separable data partition, the data partition to be split is split.
- the splitting of the data partition to be split based on the splitting strategy includes:
- the preset data volume is a maximum amount of data allowed to be stored in one data partition
- the data partition to be split is split.
- the splitting strategy is used to indicate a splitting starting point of the data partition, and the splitting data partition is split based on the splitting strategy, including at least one of the following:
- the splitting policy indicates the head of the data partition to be split
- the splitting is started before the head of the data partition to be split
- the splitting policy indicates the tail of the data partition to be split
- the splitting is started after the tail of the data partition to be split
- the splitting policy indicates the middle position of the data partition to be split
- the splitting is started from the middle position of the data partition to be split.
- the method before the splitting of the data partition to be split based on the splitting strategy, the method further includes:
- the split start point indicated by the split strategy is determined.
- the splitting of the data partition to be split based on the splitting strategy includes:
- the historical split instruction is used to indicate that the data partition to be split is split based on the number of splits of the data partition during the historical running process; based on the historical split instruction Obtaining the number of splits of the data partition during the historical running process, and obtaining the historical split share; splitting the data partition to be split into the historical split number of sub-data partitions; or
- the server only loads the configuration file at startup to obtain the splitting policy, and the server does not reload the configuration file during the running process, but fixedly splits the data partition according to the splitting strategy obtained at startup. , poor flexibility.
- the server if the developer wants to update the splitting policy, the server must be restarted after updating the splitting policy in the server's configuration file to ensure that the server loads and runs the updated configuration file again when it restarts.
- the updated splitting strategy will not take effect at this time, which will cause the business to be interrupted, and the efficiency of updating the splitting strategy is very low.
- the processing logic of the server loading and splitting strategy is improved, and a method for dynamically loading the splitting strategy is designed: whenever the server obtains the splitting policy update instruction, it will load and run the splitting.
- the split policy is carried in the policy update command, so that the data partition is split based on the updated split policy. That is, the updated split policy takes effect during the running process, and the server does not need to be restarted to avoid service interruption.
- the efficiency of the update split strategy is improved, and a method for dynamically loading the splitting strategy is designed: whenever the server obtains the splitting policy update instruction, it will load and run the splitting.
- the split policy is carried in the policy update command, so that the data partition is split based on the updated split policy. That is, the updated split policy takes effect during the running process, and the server does not need to be restarted to avoid service interruption.
- the embodiment of the present application can be applied to the scenario where the server splits the data partition in the HBase.
- the method provided by the embodiment of the present application can dynamically configure the splitting strategy of the data partition, and the process of adding and updating the splitting policy can be completed online. Without a power failure to restart. Further, the server can flexibly adjust the splitting strategy online in the face of different business needs, greatly improving flexibility.
- FIG. 2 is a flowchart of a data partition splitting method according to an embodiment of the present application.
- the execution subject of the embodiment of the present invention is a server. Referring to FIG. 2, the method includes:
- the server receives a split policy update instruction.
- the server may receive the split policy update command during the running process. Specifically, the server may provide an interface for updating the split policy. When the split policy is passed to the interface of the update split policy, the server receives the Go to the split strategy update directive.
- the interface for the update split policy can be called addTableDescriptor.
- the split policy update command carries at least the split policy for the content of the split policy update command.
- the split policy update command may also carry the split policy identifier, the data table identifier, and the like.
- the split policy ID is used to identify the corresponding split policy. It can be the name and number of the split policy. It can be defined as the variable spiltname.
- the data table identifier is used to uniquely determine the corresponding data table, which may be the name, number, etc. of the data table, and may be defined as a variable tablename.
- the split policy update command is used to update the split policy that the server has stored, which can be used to newly add a split policy to the server, or replace the existing split policy of the server with split.
- the split strategy carried by the policy update directive is used to update the split policy that the server has stored, which can be used to newly add a split policy to the server, or replace the existing split policy of the server with split.
- Splitting strategy refers to the strategy of splitting the data partition, which may include at least a split validity period, a split time period, non-split data partition information, a preset data amount, a split point instruction, and a split number.
- the concept and function of the split validity period are detailed in the following step 204.
- the concept and function of the split time period are as follows in step 205.
- the concept and function of the non-split data partition information are as follows: Step 206: Preset data amount
- the concept and function are detailed in the following step 207.
- the concept and function of the split point instruction and the number of split copies are as follows in step 208.
- the server parses the split policy update command, obtains a split policy, and loads the split policy.
- the server When the server obtains the split policy update command, it can parse the split policy update command, obtain the split policy carried by the split policy update command, load the split policy into the memory, and run based on the split policy to perform as follows.
- the operations in steps 203 to 208 are implemented to perform the function of splitting the data partition.
- the split policy can be stored persistently, for example, the split policy is stored in the HDFS (Hadoop Distributed File System) to ensure that the split policy can be loaded from the HDFS at the next startup.
- HDFS Hadoop Distributed File System
- the server may store a correspondence between the split policy identifier and the splitting policy, where each splitting policy is a splitting policy that is stored by the server.
- the server may query the correspondence between the splitting policy identifier and the splitting policy based on the splitting policy identifier, and when the corresponding relationship is queried in the corresponding relationship, Indicates that the split policy corresponding to the split policy ID is stored locally. If the split policy of the local storage is updated, the server replaces the split policy of the local storage with the split policy carried by the split policy update command.
- splitting policy If the splitting policy is not queried in the corresponding relationship, it indicates that the splitting policy corresponding to the splitting policy identifier is not stored locally, and the new splitting policy needs to be stored, and the server stores the splitting carried by the splitting policy update command. The policy is divided and the split policy identifier in the split policy update command is stored correspondingly.
- the server determines a data partition to be split.
- the data partition to be split can be determined, so that the data partition to be split is subsequently split.
- each data partition stored by the server may belong to a corresponding data table, and each data table may have a data table identifier, and the split policy update instruction may carry the data table identifier, the server The data table identifier carried in the split policy update instruction may be obtained, and each data partition in the data table corresponding to the data table identifier is obtained as a data partition to be split.
- the server may store a correspondence between the data table identifier and the splitting policy, so that the splitting policy corresponding to the data table may be determined by the corresponding relationship when the server is restarted.
- the scope of the splitting policy in the configuration file stored by the server is the entire Hbase, that is, the server uniformly splits a large number of data partitions of a large number of data tables based on the same splitting policy, and has strong limitations. Not flexible.
- each splitting policy may be one or more data tables.
- the data partition may be based only on the data partition.
- the split strategy splits the data partitions outside the data partition based on the split strategy, which improves the accuracy of the split data partition.
- the server may simultaneously load and run multiple splitting policies, and split the data partitions according to the corresponding splitting strategy for each data table, for example, split the data partition in the data table 1 based on the splitting strategy A, The data partition in the data table 2 is split based on the splitting strategy B, thereby realizing the multi-granular configuration splitting strategy, greatly improving the flexibility, and being able to satisfy the fine-grained control of the splitting strategy of each data table. demand.
- split policy update command can also be identified by the default data table, and the server can directly obtain each data partition of each stored data table as the data partition to be split.
- the server determines that the current date belongs to a split validity period in the splitting policy.
- the splitting strategy may include a split validity period, and the split validity period refers to a date range in which the data partition is split.
- the server may obtain the split validity period in the split strategy, determine whether the current date belongs to the split validity period, and determine that the data partition to be split may be performed when the current date belongs to the split validity period. If the split is performed, the following step 204 is continued, and when the current date is not part of the split validity period, the split data partition is not split.
- the split strategy carries the split validity period from November 8, 2017 to November 12, 2017. If the current date is November 11, 2017, the server will split based on the split strategy. The current date is October 8, 2017, and the server does not split based on the split strategy.
- the server can implement the function of periodically performing the splitting policy by running the splitting policy with the split validity period: the server can determine in real time whether the current date belongs to the split validity period in the process of running the splitting policy, so as to determine the current Split the data partition when the date belongs to the split validity period.
- the server may start a timer, set the date of the timer to a start date of the split validity period, and automatically split the split data partition when the current date reaches the start date of the split validity period.
- the split validity period can include various accuracy, for example, it can be accurate to the year, month, and day, or to the year and month, or to the date.
- the server can use the Z day of X year Y month as the split validity period, assuming that the split validity period includes X year Y month, the server can split each day of X year Y month as the split.
- Validity period assuming that the split validity period includes Y month Z day, the server can use the Z day of the Y month of each year as the split validity period.
- the following technical effects can be achieved by designing the splitting strategy including the split validity period, and designing the server to split the data partition when determining that the current date belongs to the split validity period:
- the server can determine whether to split the data partition based on the split strategy based on the current date and the split validity period, instead of fixing the split strategy once, it is based on the split
- the split strategy splits the data partition.
- the developer can set the split validity period in the split strategy according to the business requirements.
- the server runs the split strategy to split the data partition, it can ensure that the date of the split data partition meets the service requirements.
- the timeliness of splitting the data partition is guaranteed: in the implementation, the developer can preset a future date range as the split validity period, and import the splitting policy carrying the split validity period to the server, and the server runs the When splitting the strategy, it will have a periodic function.
- the data partition is not split based on the splitting strategy.
- the data partition is automatically split. Therefore, the developer does not need to temporarily import the splitting strategy.
- the timeliness of splitting data partitions is more efficient.
- the server is a server associated with the shopping application
- the data in the data partition stored by the server is consumption records, preferential information, commodity information, and the like, and a large number of clients may appear in consideration of the double eleven.
- the server will not split the data partition based on the split strategy before November 11
- the data partition is automatically split based on the splitting strategy to ensure that the data partitions are split in time to avoid hot issues caused by data proliferation in the data partition.
- the server determines that the current time point belongs to a split time period in the splitting policy.
- the splitting policy may include a splitting time period, where the splitting time period refers to a time point range for splitting the data partition.
- the server may obtain the splitting policy.
- the split time period determines whether the current time point belongs to the split time period. When the current time point belongs to the split time period, the data partition to be split is split, and then the following step 205 is continued, but the current date is not When it belongs to the split time period, the split data partition is not split.
- the splitting policy carries a split time period of 20:00-22:00. If the current time point is 12:00, the server does not split based on the split policy. If the current time point is 21: 00, based on the split strategy for splitting.
- the server can perform the function of periodically performing the splitting policy by running the splitting policy with the splitting time period: the server can determine in the real-time whether the current time point belongs to the splitting time segment in the process of running the splitting policy, so that the server can Split the data partition when it is determined that the current time point belongs to the split time period.
- the server may start a timer, and set a timing time point to a starting time point of the splitting time period, and when the current time point reaches the starting time point of the splitting time period, during the running of the timer The server will split the split data partition.
- the splitting time period is included in the design splitting strategy, and the design server splits the data partition when determining that the current time point belongs to the splitting time segment, and the following technical effects can be achieved:
- the server can determine whether to split the data partition based on the splitting strategy according to the current time point and the splitting time period, and does not fixedly run the splitting strategy once. Split the data partition based on the split strategy. At the same time, the developer can set the split time period in the split strategy according to the business requirements. When the server runs the split strategy to split the data partition, it can ensure that the time point of splitting the data partition meets the service requirements.
- the developer can preset a certain time period that has not been reached as the split time period, and import the splitting strategy carrying the split time period to the server.
- the server runs the splitting policy, it will have a timing function.
- the data partition is not split based on the splitting strategy.
- the splitting time period is reached at the current time, the data partition is automatically split. Therefore, the developer does not need to temporarily import.
- the split strategy improves the timeliness of split data partitions and is more efficient.
- the server is a server associated with the shopping application
- the data in the data partition stored by the server is data of consumption records, preferential information, commodity information, etc.
- the shopping application plans to launch an activity in the early morning, which can be preset in the early morning.
- the time period is the split time period
- the server will not split the data partition based on the split strategy during the day and other non-early time periods.
- the data is automatically partitioned based on the split strategy. Splitting is performed to ensure that data partitions are split in time to avoid hot issues caused by data proliferation in data partitions.
- the server determines that the data partition to be split does not belong to the non-splitable data partition indicated by the splitting policy.
- the splitting policy may include non-separable data partition information, and the non-split data partition information is used to indicate a non-splitable data partition.
- the server may obtain the non-separable data partition information in the splitting policy, and determine whether the data partition to be split belongs to the non-splitable data indicated by the non-splitable data partition information. Partition, when the data partition to be split does not belong to the non-separable data partition, proceed to the following step 207 to split the data partition to be split, and the data partition to be split belongs to non-separable data. When partitioning, do not split the split data partition.
- the non-separable data partition information may be a list, an array, or a set. Of course, other data structures in the programming language may also be used.
- the non-split data partition information may include an identifier of the non-separable data partition to indicate that the data partition cannot be split. Data partition.
- non-splitable data partition indicated by the non-split data partition information may be one or more.
- the splittable data partition information carried by the splitting policy indicates the data partition 1 to the data partition. 8. If the data partition to be split is data partition 5, the server does not split based on the split policy. If the data partition to be split is data partition 10, the server splits based on the split policy.
- the design splitting strategy includes non-separable data partition information
- the design server determines that the data partition to be split does not belong to the non-separable data partition, and then splits the data partition, which can achieve the following technical effects:
- the server can determine whether to split a data partition according to the non-separable data partition information, and does not split all data partitions in a fixed manner, and has high flexibility.
- the developer can customize the non-separable data partition information in the splitting policy according to the business requirements, and ensure that the split object can meet the business requirements when the server splits the data partition according to the non-separable data partition information.
- the server determines that the data volume of the data partition to be split reaches a preset data amount.
- the splitting policy may include a preset data amount, where the preset data volume is a maximum amount of data that is allowed to be stored in one data partition.
- the server may obtain a pre-prepared in the splitting policy. Set the amount of data, and obtain the amount of data stored in the data partition to be split, determine whether the amount of data reaches the preset amount of data, and when the amount of data reaches the preset amount of data, split the data partition, and then continue to execute In the following step 207, when the data volume does not reach the preset data amount, the split data partition is not split.
- the splitting strategy includes a preset amount of data of 100M. If the data partition stores 10M of data, the server does not split the data partition based on the splitting strategy. If the data partition stores 150M of data. , the data partition is split based on the split strategy.
- each step is sequentially performed in the order of step 204-step 205-step 206-step 207.
- each step may be sequentially performed in any order, for example, according to Each step is performed in the order of step 207-step 206-step 204-step 205.
- step 204 to step 207 may be performed in any combination to confirm that the data partition to be split can be split.
- the server may perform only one or more of steps 204 to 207, that is, perform the following steps. 208.
- step 204 to step 207 are only optional steps.
- the server may also perform step 203, that is, step 208.
- the server splits the data partition to be split based on the splitting strategy.
- the split data partition can be split based on the splitting strategy to obtain multiple sub-data partitions, thereby distributing the data partition to be split through multiple sub-data partitions. The amount of data.
- the process of splitting the data partition to be split may specifically include the following steps 1 to 3:
- Step 1 Determine the number of splits based on the split strategy.
- the splitting policy can indicate the number of splits to be split into data partitions.
- the split number refers to the number of sub-data partitions obtained after splitting.
- the server can be based on splitting.
- the strategy determines the number of splits to ensure that the number of split data partitions is the number of splits.
- the splitting strategy may include splitting the number of copies, and the server may obtain the number of splits in the splitting strategy to split the data partition to be split into split sub-data partitions.
- the splitting strategy may include a historical split instruction, and the historical split instruction is used to indicate that the data partition is split based on the number of splits of the data partition during the historical running process, and the server may obtain the split.
- the historical split instruction in the strategy based on the historical split instruction, obtains the number of splits of the data partition during the historical running process, obtains the historical split share, and uses the historical split share as the split of the split data partition. The number of shares to split the data partition to be split into the historical split number of sub-data partitions.
- the server For the process of obtaining the historical split number based on the historical split instruction, the server records the split number of the current split record in the historical split record each time the data partition is split, and after obtaining the historical split instruction You can query the historical split record to get the historical split number.
- the historical split instruction may carry a historical date
- the server may query the historical split record based on the historical date, and obtain the number of split data partitions in the historical split record in the historical split record to obtain a historical split share.
- the historical split instruction may carry December 12, 2016, and the server obtains the number of splits on December 12, 2016 as M, and M as the historical split share.
- the historical split instruction may carry a historical date range
- the server may query the historical split record based on the historical date range, and obtain the number of splits per day in the historical date range in the historical split record, and obtain multiple splits.
- the number of parts is divided, and the average of the plurality of split parts is calculated as the historical split number.
- the historical split instruction can carry December 2016, the server obtains the number of splits per day in December 2016, obtains 31 split copies, and calculates the average of the 31 split copies. The average is taken as the historical split number.
- Step 2 Determine a split starting point based on the splitting strategy.
- the splitting policy may indicate a splitting starting point of the data partition
- the server may determine a splitting starting point based on the splitting strategy, so as to split the data partition to be split from the splitting starting point.
- the split start point indicated by the split point instruction may include at least one of a header of the data partition, an intermediate of the data partition, and a tail of the data partition.
- the splitting strategy may include a split point instruction, and the splitting strategy may indicate a splitting starting point of the data partition by using a split point instruction, and when the splitting strategy includes a split point instruction, the server You can get the split point instruction in the split strategy to determine the split start point indicated by the split point instruction to split the data partition to be split from the split start point.
- the split point instruction may carry the split point identifier, and the server may determine the split start point indicated by the split point instruction by using the split point identifier. For example, when the split point instruction carries “top”, the split may be determined. The split start point indicated by the split point instruction is the head of the data partition. When the split point instruction carries "middle”, it can be determined that the split start point indicated by the split point instruction is the middle of the data partition, when the split point instruction When carrying "bottom”, you can determine that the split start point indicated by the split point instruction is the end of the data partition.
- Step 3 Based on the number of splits and the starting point of the split, the data partition to be split is split.
- the splitting of the data partition to be split is also different, and the process of splitting the data partition to be split based on the splitting starting point may include the following design (1) to At least one of the design (3), for example, may perform any one of the following design (1) to design (3), or perform any combination of any of the following designs (1) to (3) For example, a two-two combination, a combination of the three, and the like are not limited in this embodiment.
- the server can split before the head of the data partition. Specifically, a data gap may exist between any two adjacent data partitions.
- the server determines to split the head of the data partition to be split, the data partition to be split and the to-be-split may be obtained.
- the data gap between the previous data partitions of the data partition is split from any location of the data gap.
- the data partition to be split is Region2, and the number of splits is 3.
- the server splits the Region2, the data gap between Region2 and Region1 can be split into sub-Region1. And Region2, and Region2 as the sub-Region3 after splitting, to get 3 split data partitions: child Region1, child Region2, and child Region3.
- the server can start splitting from the middle of the data partition to be split. Specifically, the server may obtain the first row and the last row of the data partition to be split, calculate the middle row of the data partition to be split according to the first row and the last row, and start splitting from the middle row, for example, assuming a data partition to be split. For lines 100 through 201, the server can calculate the 150th line of the intermediate behavior, starting from line 150, and getting the sub-data partitions of lines 100-150 and the data partitions of lines 151-201.
- the data partition to be split is Region2, and the number of splits is 3.
- the server performs intermediate splitting on Region2, it can be split into two from the middle of Region2, and two are split.
- the equal child Region is the child Region1 and the child Region2.
- the split is started after the tail of the data partition. Specifically, after the server determines that the tail of the data partition to be split is to be split, the data gap between the data partition to be split and the next data partition of the data partition to be split may be obtained, from the data gap. Split at any location.
- the data partition to be split is Region2, and the number of splits is 4.
- the server performs tail splitting on Region2, the data gap between Region2 and Region3 can be split into sub-Region1.
- the server can count the number of split sub-data partitions in real time, when the split sub-data is When the number of partitions has not reached the number of splits, the splitting is continued. When the number of split sub-data partitions has reached the split number, the data partition is split, and finally the split sub-data is obtained. Partition.
- this embodiment expands the split mode and greatly improves the flexibility: the traditional Hbase fixedly takes the middle position of the data partition to be split as the split starting point, and The embodiment adds a head splitting method and a tail splitting method, which expands the user's selection space.
- the user can set the head splitting mode, the intermediate splitting mode, and the tail splitting mode in the splitting strategy according to actual business requirements. In either case, when the server splits based on the splitting strategy, it can ensure that the split starting point meets the actual business requirements.
- two virtual function modules may be added to the server: a storage service module and a management service module, and the two virtual function modules interact to perform each step in the running process.
- the structure of the storage service module is shown in Figure 6.
- the storage service module is used to provide the storage service function.
- the storage service module can be used to cache the split policy and write the split policy to the HDFS.
- the storage service module can delete the splitting policy from the HDFS.
- the query and the splitting policy are obtained, the storage service module can obtain the splitting policy from the HDFS.
- Schematic diagram of the management service module is shown in Figure 7.
- the management service module is used to provide a management service interface, such as an interface for adding a split policy, an interface for deleting a split policy, an interface for obtaining a split policy, and an interface for completing a split function. And through the call storage service module to complete the creation, deletion, query and other functions of the split strategy data.
- the method provided by the embodiment of the present application provides a method for dynamically loading a splitting policy.
- the splitting policy carried by the splitting policy update command is loaded and executed, thereby being based on the splitting
- the splitting strategy splits the data partition. Since the updated splitting policy takes effect in the current running process, the server does not need to be restarted, which avoids the interruption of the service and greatly improves the efficiency of updating the splitting strategy.
- splitting strategy including split validity period, split time period, non-split data partition information, preset data amount, split point instruction, split number of copies, etc.
- FIG. 8 is a schematic structural diagram of a data partition splitting apparatus according to an embodiment of the present application.
- the apparatus includes: a receiving module 801, a parsing module 802, a loading module 803, and a splitting module 804.
- the receiving module 801 is configured to receive a splitting policy update command, where the splitting policy update command carries at least a splitting policy;
- the parsing module 802 is configured to parse the splitting policy update command to obtain the splitting strategy
- a loading module 803, configured to load the splitting strategy
- the splitting module 804 is configured to split the data partition to be split based on the splitting strategy.
- the device further includes:
- Obtaining a module configured to obtain a data table identifier carried by the split policy update instruction, and obtain each data partition in the data table corresponding to the data table identifier as the data partition to be split; or, obtain each stored Each data partition of the data table serves as the data partition to be split.
- the splitting module 804 is configured to obtain a split validity period in the splitting strategy, where the split validity period refers to a date range in which the data partition is split; the current date belongs to the split During the validity period, the data partition to be split is split; and/or, the split time period in the split strategy is obtained; when the current time point belongs to the split time period, the data partition to be split is split. .
- the splitting module 804 is configured to obtain non-separable data partition information in the splitting policy, where the non-splitable data partition information is used to indicate a non-separable data partition; When the data partition of the subnet does not belong to the non-separable data partition, the data partition to be split is split.
- the splitting module 804 is configured to obtain a preset data amount in the splitting strategy, where the preset data volume is a maximum value of data allowed to be stored in one data partition; when to be split When the amount of data stored in the data partition reaches the preset data amount, the data partition to be split is split.
- the splitting strategy is further used to indicate a splitting starting point of the data partition, and the splitting module 804 is configured to perform at least one of the following:
- the splitting policy indicates the head of the data partition to be split
- the splitting is started before the head of the data partition to be split
- the splitting policy indicates the tail of the data partition to be split
- the splitting is started after the tail of the data partition to be split
- the splitting policy indicates the middle position of the data partition to be split
- the splitting is started from the middle position of the data partition to be split.
- the splitting module 804 is further configured to obtain a split point instruction in the splitting policy; and according to the split point instruction, determine a split starting point indicated by the splitting strategy.
- the splitting module 804 is configured to obtain a historical split instruction in the splitting policy, where the historical split instruction is used to indicate that the number of splits of the data partition is based on the historical running process.
- the data partition to be split is split; based on the historical split instruction, the number of splits of the data partition during the historical running process is obtained, and the historical split number is obtained; the data partition to be split is split into the historical split.
- FIG. 9 is a schematic structural diagram of a server according to an embodiment of the present application.
- the server 900 may generate a large difference due to different configurations or performances, and may include one or more central processing units (CPUs) 901 and one or More than one memory 902, wherein the memory 902 stores at least one instruction that is loaded and executed by the processor 901 to implement a data partition splitting method as follows:
- the data partition to be split is split.
- the processor is further configured to:
- Each data partition of each data table that has been stored is obtained as the data partition to be split.
- the processor is configured to execute:
- split validity period refers to a date range for splitting the data partition; when the current date belongs to the split validity period, the data partition to be split is split; and / or,
- the processor is configured to execute:
- non-separable data partition information in the splitting policy, where the non-splitable data partition information is used to indicate a non-splitable data partition;
- the data partition to be split does not belong to the non-separable data partition, the data partition to be split is split.
- the processor is configured to execute:
- the preset data volume is a maximum value of data amount allowed to be stored in one data partition
- the data partition to be split is split.
- the splitting policy is further used to indicate a splitting starting point of the data partition, and the processor is configured to perform at least one of the following:
- the splitting policy indicates the head of the data partition to be split
- the splitting is started before the head of the data partition to be split
- the splitting policy indicates the tail of the data partition to be split
- the splitting is started after the tail of the data partition to be split
- the splitting policy indicates the middle position of the data partition to be split
- the splitting is started from the middle position of the data partition to be split.
- the processor is further configured to:
- the processor is configured to execute:
- Obtaining a historical splitting instruction in the splitting policy where the historical splitting instruction is used to indicate that the data partition to be split is split according to the number of splits of the data partition in the historical running process;
- the historical split instruction obtains the number of splits of the data partition during the historical running process, and obtains the historical split share; divides the data partition to be split into the historical split number of sub-data partitions; or
- the server may also have components such as a wired or wireless network interface, a keyboard, and an input/output interface for input and output.
- the server may also include other components for implementing the functions of the device, and details are not described herein.
- a computer readable storage medium storing a computer program, such as a memory storing a computer program, the computer program being executed by the processor to implement data partitioning performed by a server in the above embodiment Split method.
- the computer readable storage medium may be a read-only memory (ROM), a random access memory (RAM), a compact disc read-only memory (CD-ROM), Tapes, floppy disks, and optical data storage devices.
- a person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium.
- the storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims (25)
- 一种数据分区拆分方法,其特征在于,所述方法包括:接收拆分策略更新指令,所述拆分策略更新指令至少携带拆分策略;解析所述拆分策略更新指令,得到所述拆分策略;加载所述拆分策略;基于所述拆分策略,对待拆分的数据分区进行拆分。
- 根据权利要求1所述的方法,其特征在于,所述基于所述拆分策略,对待拆分的数据分区进行拆分之前,所述方法还包括:获取所述拆分策略更新指令携带的数据表标识;获取所述数据表标识对应的数据表中的每个数据分区,作为所述待拆分的数据分区;或,获取已存储的每个数据表的每个数据分区,作为所述待拆分的数据分区。
- 根据权利要求1所述的方法,其特征在于,所述基于所述拆分策略,对待拆分的数据分区进行拆分,包括:获取所述拆分策略中的拆分有效期,所述拆分有效期是指对数据分区进行拆分的日期范围;在当前日期属于所述拆分有效期时,对所述待拆分的数据分区进行拆分;和/或,获取所述拆分策略中的拆分时间段;在当前时间点属于所述拆分时间段时,对所述待拆分的数据分区进行拆分。
- 根据权利要求1所述的方法,其特征在于,所述基于所述拆分策略,对待拆分的数据分区进行拆分,包括:获取所述拆分策略中的不可拆分数据分区信息,所述不可拆分数据分区信息用于指示不可拆分的数据分区;当所述待拆分的数据分区不属于所述不可拆分的数据分区时,对所述待拆分的数据分区进行拆分。
- 根据权利要求1所述的方法,其特征在于,所述基于所述拆分策略,对待拆分的数据分区进行拆分,包括:获取所述拆分策略中的预设数据量,所述预设数据量为允许一个数据分区存储的数据量的最大值;当所述待拆分的数据分区存储的数据量达到所述预设数据量时,对所述待拆分的数据分区进行拆分。
- 根据权利要求1所述的方法,其特征在于,所述拆分策略还用于指示数据分区的拆分起始点,所述基于所述拆分策略,对待拆分的数据分区进行拆分,包括以下至少一项:当所述拆分策略指示所述待拆分的数据分区的头部时,从所述待拆分的数据分区的头部之前开始拆分;当所述拆分策略指示所述待拆分的数据分区的尾部时,从所述待拆分的数据分区的尾部之后开始拆分;当所述拆分策略指示所述待拆分的数据分区的中间位置时,从所述待拆分的数据分区的中间位置开始拆分。
- 根据权利要求6所述的方法,其特征在于,所述基于所述拆分策略,对待拆分的数据分区进行拆分之前,所述方法还包括:获取所述拆分策略中的拆分点指令;根据所述拆分点指令,确定所述拆分策略指示的拆分起始点。
- 根据权利要求1所述的方法,其特征在于,所述基于所述拆分策略,对待拆分的数据分区进行拆分,包括:获取所述拆分策略中的历史拆分指令,所述历史拆分指令用于指示基于历史运行过程中数据分区的拆分份数对所述待拆分的数据分区进行拆分;基于所述历史拆分指令,获取历史运行过程中数据分区的拆分份数,得到历史拆分份数;将所述待拆分的数据分区拆分为所述历史拆分份数个子数据分区;或,获取所述拆分策略中的拆分份数,将所述待拆分的数据分区拆分为所述拆分份数个子数据分区。
- 一种数据分区拆分装置,其特征在于,所述装置包括:接收模块,用于接收拆分策略更新指令,所述拆分策略更新指令至少携带拆分策略;解析模块,用于解析所述拆分策略更新指令,得到所述拆分策略;加载模块,用于加载所述拆分策略;拆分模块,用于基于所述拆分策略,对待拆分的数据分区进行拆分。
- 根据权利要求9所述的装置,其特征在于,所述装置还包括:获取模块,用于获取所述拆分策略更新指令携带的数据表标识;获取所述数据表标识对应的数据表中的每个数据分区,作为所述待拆分的数据分区;或, 获取已存储的每个数据表的每个数据分区,作为所述待拆分的数据分区。
- 根据权利要求9所述的装置,其特征在于,所述拆分模块,用于获取所述拆分策略中的拆分有效期,所述拆分有效期是指对数据分区进行拆分的日期范围;在当前日期属于所述拆分有效期时,对所述待拆分的数据分区进行拆分;和/或,获取所述拆分策略中的拆分时间段;在当前时间点属于所述拆分时间段时,对所述待拆分的数据分区进行拆分。
- 根据权利要求9所述的装置,其特征在于,所述拆分模块,用于获取所述拆分策略中的不可拆分数据分区信息,所述不可拆分数据分区信息用于指示不可拆分的数据分区;当所述待拆分的数据分区不属于所述不可拆分的数据分区时,对所述待拆分的数据分区进行拆分。
- 根据权利要求9所述的装置,其特征在于,所述拆分模块,用于获取所述拆分策略中的预设数据量,所述预设数据量为允许一个数据分区存储的数据量的最大值;当所述待拆分的数据分区存储的数据量达到所述预设数据量时,对所述待拆分的数据分区进行拆分。
- 根据权利要求9所述的装置,其特征在于,所述拆分策略还用于指示数据分区的拆分起始点,所述拆分模块,用于执行以下至少一项:当所述拆分策略指示所述待拆分的数据分区的头部时,从所述待拆分的数据分区的头部之前开始拆分;当所述拆分策略指示所述待拆分的数据分区的尾部时,从所述待拆分的数据分区的尾部之后开始拆分;当所述拆分策略指示所述待拆分的数据分区的中间位置时,从所述待拆分的数据分区的中间位置开始拆分。
- 根据权利要求14所述的装置,其特征在于,所述拆分模块,还用于获取所述拆分策略中的拆分点指令;根据所述拆分点指令,确定所述拆分策略指示的拆分起始点。
- 根据权利要求9所述的装置,其特征在于,所述拆分模块,用于获取所述拆分策略中的历史拆分指令,所述历史拆分指令用于指示基于历史运行过程中数据分区的拆分份数对所述待拆分的数据分区进行拆分;基于所述历史拆分指令,获取历史运行过程中数据分区的拆分份数,得到历史拆分份数;将所 述待拆分的数据分区拆分为所述历史拆分份数个子数据分区;或,获取所述拆分策略中的拆分份数,将所述待拆分的数据分区拆分为所述拆分份数个子数据分区。
- 一种服务器,其特征在于,所述服务器包括处理器和存储器,所述存储器中存储有至少一条指令,所述指令由所述处理器加载并执行以实现如下方法:接收拆分策略更新指令,所述拆分策略更新指令至少携带拆分策略;解析所述拆分策略更新指令,得到所述拆分策略;加载所述拆分策略;基于所述拆分策略,对待拆分的数据分区进行拆分。
- 根据权利要求17所述的服务器,其特征在于,所述处理器还用于执行:获取所述拆分策略更新指令携带的数据表标识;获取所述数据表标识对应的数据表中的每个数据分区,作为所述待拆分的数据分区;或,获取已存储的每个数据表的每个数据分区,作为所述待拆分的数据分区。
- 根据权利要求17所述的服务器,其特征在于,所述处理器用于执行:获取所述拆分策略中的拆分有效期,所述拆分有效期是指对数据分区进行拆分的日期范围;在当前日期属于所述拆分有效期时,对所述待拆分的数据分区进行拆分;和/或,获取所述拆分策略中的拆分时间段;在当前时间点属于所述拆分时间段时,对所述待拆分的数据分区进行拆分。
- 根据权利要求17所述的服务器,其特征在于,所述处理器用于执行:获取所述拆分策略中的不可拆分数据分区信息,所述不可拆分数据分区信息用于指示不可拆分的数据分区;当所述待拆分的数据分区不属于所述不可拆分的数据分区时,对所述待拆分的数据分区进行拆分。
- 根据权利要求17所述的服务器,其特征在于,所述处理器用于执行:获取所述拆分策略中的预设数据量,所述预设数据量为允许一个数据分区存储的数据量的最大值;当所述待拆分的数据分区存储的数据量达到所述预设数据量时,对所述待拆分的数据分区进行拆分。
- 根据权利要求17所述的服务器,其特征在于,所述拆分策略还用于指示数据分区的拆分起始点,所述处理器用于执行以下至少一项:当所述拆分策略指示所述待拆分的数据分区的头部时,从所述待拆分的数据分区的头部之前开始拆分;当所述拆分策略指示所述待拆分的数据分区的尾部时,从所述待拆分的数据分区的尾部之后开始拆分;当所述拆分策略指示所述待拆分的数据分区的中间位置时,从所述待拆分的数据分区的中间位置开始拆分。
- 根据权利要求22所述的服务器,其特征在于,所述处理器还用于执行:获取所述拆分策略中的拆分点指令;根据所述拆分点指令,确定所述拆分策略指示的拆分起始点。
- 根据权利要求17所述的服务器,其特征在于,所述处理器用于执行:获取所述拆分策略中的历史拆分指令,所述历史拆分指令用于指示基于历史运行过程中数据分区的拆分份数对所述待拆分的数据分区进行拆分;基于所述历史拆分指令,获取历史运行过程中数据分区的拆分份数,得到历史拆分份数;将所述待拆分的数据分区拆分为所述历史拆分份数个子数据分区;或,获取所述拆分策略中的拆分份数,将所述待拆分的数据分区拆分为所述拆分份数个子数据分区。
- 一种计算机可读存储介质,其特征在于,所述存储介质中存储有至少一条指令,所述指令由处理器加载并执行以实现如权利要求1至权利要求8中任一项所述的数据分区拆分方法中所执行的操作。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810166045.4 | 2018-02-28 | ||
CN201810166045.4A CN110209431B (zh) | 2018-02-28 | 2018-02-28 | 数据分区拆分方法及装置 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2019165996A1 true WO2019165996A1 (zh) | 2019-09-06 |
Family
ID=67778670
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/076507 WO2019165996A1 (zh) | 2018-02-28 | 2019-02-28 | 数据分区拆分方法、装置、服务器及存储介质 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN110209431B (zh) |
WO (1) | WO2019165996A1 (zh) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112905596B (zh) * | 2021-03-05 | 2024-02-02 | 北京中经惠众科技有限公司 | 数据处理的方法、装置、计算机设备以及存储介质 |
CN113722763A (zh) * | 2021-09-10 | 2021-11-30 | 北京沃东天骏信息技术有限公司 | 数据处理方法及装置 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101170452A (zh) * | 2007-11-30 | 2008-04-30 | 中国电信股份有限公司 | 增强管理能力的内容分发网络业务提供点系统及所属网络 |
CN101577936A (zh) * | 2008-05-09 | 2009-11-11 | 华为技术有限公司 | 一种通信系统中业务转发控制方法、系统和设备 |
CN104270390A (zh) * | 2014-10-23 | 2015-01-07 | 东南大学 | 基于IPv6的IPSec嵌入式防火墙的系统及其操作方法 |
CN105868421A (zh) * | 2016-06-12 | 2016-08-17 | 浪潮通用软件有限公司 | 一种数据管理方法及装置 |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8042148B2 (en) * | 2006-02-07 | 2011-10-18 | Cisco Technology, Inc. | System and method for enforcing policy in a communication network |
CN105915633B (zh) * | 2016-06-02 | 2019-12-10 | 北京百度网讯科技有限公司 | 自动化运维系统和方法 |
-
2018
- 2018-02-28 CN CN201810166045.4A patent/CN110209431B/zh active Active
-
2019
- 2019-02-28 WO PCT/CN2019/076507 patent/WO2019165996A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101170452A (zh) * | 2007-11-30 | 2008-04-30 | 中国电信股份有限公司 | 增强管理能力的内容分发网络业务提供点系统及所属网络 |
CN101577936A (zh) * | 2008-05-09 | 2009-11-11 | 华为技术有限公司 | 一种通信系统中业务转发控制方法、系统和设备 |
CN104270390A (zh) * | 2014-10-23 | 2015-01-07 | 东南大学 | 基于IPv6的IPSec嵌入式防火墙的系统及其操作方法 |
CN105868421A (zh) * | 2016-06-12 | 2016-08-17 | 浪潮通用软件有限公司 | 一种数据管理方法及装置 |
Also Published As
Publication number | Publication date |
---|---|
CN110209431B (zh) | 2021-04-27 |
CN110209431A (zh) | 2019-09-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20220075641A1 (en) | Tenant-controlled cloud updates | |
US10459898B2 (en) | Configurable-capacity time-series tables | |
CN110196851B (zh) | 一种数据存储方法、装置、设备及存储介质 | |
US8108352B1 (en) | Data store replication for entity based partition | |
US9874924B1 (en) | Equipment rack power reduction using virtual machine instance migration | |
US8392482B1 (en) | Versioning of database partition maps | |
US9628438B2 (en) | Consistent ring namespaces facilitating data storage and organization in network infrastructures | |
US20200219028A1 (en) | Systems, methods, and media for distributing database queries across a metered virtual network | |
CN106775946B (zh) | 一种虚拟机快速创建方法 | |
CN104113597A (zh) | 一种多数据中心的hdfs数据读写系统及方法 | |
US20240061712A1 (en) | Method, apparatus, and system for creating training task on ai training platform, and medium | |
CN112365244B (zh) | 数据生命周期管理方法和装置 | |
CN114064414A (zh) | 一种高可用的集群状态监控方法及系统 | |
WO2019165996A1 (zh) | 数据分区拆分方法、装置、服务器及存储介质 | |
US11768856B2 (en) | Method, apparatus, and management node for managing data in partition table, and storage medium | |
JPWO2011158300A1 (ja) | 計算機システムおよびその更改方法 | |
CN110825704A (zh) | 一种读数据方法、写数据方法及服务器 | |
US10545909B2 (en) | Computing system management using shared memory | |
US10031777B2 (en) | Method and system for scheduling virtual machines in integrated virtual machine clusters | |
CN105760391A (zh) | 数据动态重分布的方法、数据节点、名字节点及系统 | |
Arrieta-Salinas et al. | Classic replication techniques on the cloud | |
JP7461468B2 (ja) | トランザクション管理方法およびシステム | |
CN115982101B (zh) | 基于多机房副本放置策略的机房数据迁移方法与装置 | |
CN115470303B (zh) | 一种数据库访问方法、装置、系统、设备及可读存储介质 | |
CN113312328B (zh) | 控制方法、数据处理方法、数据访问方法及计算设备 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19761366 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19761366 Country of ref document: EP Kind code of ref document: A1 |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19761366 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 12.03.2021) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19761366 Country of ref document: EP Kind code of ref document: A1 |