All Products
Search
Document Center

PolarDB:Computing pushdown

Last Updated:Mar 07, 2024

PolarDB for MySQL supports multiple storage engine types such as InnoDB and X-Engine. To improve the query execution efficiency, PolarDB for MySQL introduces the computing pushdown feature at the execution layer to perform operations within the storage engine layer without returning them to the computing layer. This reduces overheads related to unnecessary function invocations and format conversions and greatly improves the execution efficiency of analytical queries.