SAP HANA Query Automatic Optimization
Table statistics are metadata collected about the data distribution and volume within database tables, which the query optimizer uses to generate efficient query execution plans. Developers work with table statistics to understand and influence how the database engine selects join strategies, index usage, and access paths when processing ABAP SQL queries.