At a glance
- A query is a request for data from a database.
- Optimization is the math used to find the fastest way to get that data.
- The database creates an execution plan, which is like a step-by-step map.
- Poor plans lead to slow apps and high costs.
Aris is a Contributor focused on the accuracy of statistical estimators and their impact on query graph analysis. He frequently audits how different database engines handle complex subqueries and the resulting execution plan variances.
View all articles →
Indexing Strategies and Physical Access Paths
All rights reserved to analyzequery.com
Statistics and Cardinality Estimation
All rights reserved to analyzequery.com
Statistics and Cardinality Estimation
All rights reserved to analyzequery.com