Batch data query method and device
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- HUAWEI TECH CO LTD
- Publication Date
- 2016-06-15
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The embodiment of the present invention relates to data warehouse query optimization technology, in particular to a batch data query method and device. Background technique
[0002] At present, representative big data query systems (such as: Hive, Shark, Impala) all use a single query statement as the basic unit of parsing and optimization. The basic query processing flow is as follows: First, parse the read single query statement into a tree The logical query plan tree of the structure, and then, by selecting and implementing the algorithm for each operator of the logical query plan tree, and determining the execution order of these operators, the logical query plan tree is converted into a physical query plan, and finally, the query execution engine Execute the physical query plan and output the query result.
[0003] A key performance of a big data query system is query efficiency. At present, the commonly used method to improve the query efficienc...