An olap query optimization method in memory-flash hybrid storage mode
A hybrid storage and query optimization technology, applied in the input/output process of data processing, special data processing applications, instruments, etc., can solve the problems of OLAP storage optimization without memory, the combination of query processing optimization technology, and the inclusion of flash, etc. Performance gap, overall cost reduction, effect of reducing demand
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0033] like figure 2 As shown, flash-aware is reflected in the optimization of the OLAP query algorithm to push the access to the metric attributes stored on the flash to the end, and convert the sequential scanning of the fact table into a random method with a low selection rate for the metric attributes of the fact table according to the selection vector. access, reducing the latency of accessing metric properties on flash.
[0034] Step 2) Take the following query command as an example:
[0035] SELECT c_nation, s_nation, sum(l_revenue), sum(l_price)
[0036] FROM customer, line order, supplier
[0037] WHERE lo_custkey=c_custkey
[0038] and lo_suppkey=s_suppkey
[0039] and c_region='AMERICA'
[0040] and s_region='ASIA'
[0041] group by c_nation, s_nation;
[0042] The query command needs to connect the fact table lineorder with the dimension tables customer and supplier, and then calculate the cumulative sum of the fact table measurement columns l_revenue and l...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


