The document discusses Impala, a SQL query engine for Hadoop. It was created to enable low-latency queries on Hadoop data by using a new execution engine instead of MapReduce. Impala aims to provide high performance SQL queries on HDFS, HBase and other Hadoop data. It runs as a distributed service and queries are distributed to nodes and executed in parallel. The document covers Impala's architecture, query execution process, and its planner which partitions queries for efficient execution.