Method and system for OLAP to automatically create and write MQ data
A technology for automatic creation and data, applied in the field of data processing, can solve problems such as strong limitations, low flexibility and scalability, and achieve the effect of reducing intermediate links, reducing system redundancy, and improving system robustness
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
specific Embodiment
[0051] Specific examples provided according to the present invention are as follows:
[0052] SELECT
[0053] toFloat64OrZero(planPutNum) AS planPutNum,
[0054] toFloat64OrZero(actualPutNum) AS actualPutNum,
[0055] (actualPutNum / planPutNum)AS prodPlanAchieveRate,
[0056] FROM OLAP_M
[0057] WHERE customerId = 'XXX';
[0058] In this example, the toFloat64OrZero function is used to change the original data type of the planPutNum field in the OLAP_M table to the Float64 type, the value of the prodPlanAchieveRate field is calculated through the actualPutNum and planPutNum field values, and the WHERE is used to filter the composite customerId='XXX' data.
[0059] Step A5: Automatically create the OLAP_Distributed table according to the OLAP_MQ table information in step A3. Specifically, according to the information of the OLAP_Entity table, the OLAP cluster information creates the distributed mapping table of OLAP_Entity by concatenating the table sql.
[0060] The data ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
