Computing Engine
摘要
The database computing engine, also known as the database query engine, is responsible for processing database queries. Query processing is one of the most crucial features of a database and consists of query execution and query optimization. This chapter discusses the database query processing process, introduces the three models for database query execution and the main methods for database query optimization, and explores the practical application of the PolarDB query engine.