Pre-partitioning method based on Internet of Vehicles Hbase time series data
A time series data and pre-partitioning technology, applied in the field of Internet of Vehicles, can solve problems such as high partition pressure, node performance degradation, and uneven resource allocation, achieve balanced resource allocation, solve disk I/O, and save storage space.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example
[0030] ① First, according to the total number of vehicles S planned in the initial stage of the project, analyze how many partitions P need to be created each month when creating tables in Hbase, and how many vehicles N are allocated to each partition to ensure that the performance standards of the project plan are met. Assume that S=100,000, N =200, take this as an example.
[0031] ②According to the above-defined RowKey generation rules of Hbase time series data, obtain the RowKey value of 100,000 vehicles at a certain point in time. Assuming that the project officially started operation in November 2019, take the vehicle id = 1, data reporting time = "2019-11-01 10:11:12.000" as an example to generate the RowKey value.
[0032] (1) round the vehicle id=1 to an integer (1-1) / 200=0, and then convert the value 0 into a 4-digit fixed-length hexadecimal value 0000;
[0033] (2) Obtain the year 2019 of the timestamp of the reported time and convert it into a 3-digit hexadecimal ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 

