Doc Map
Characteristic DescriptionAI CapabilitiesABO OptimizerIntelligent Cardinality EstimationUsage Guide
Usage Guide
- Set the GUC parameter default_statistics_target to an integer ranging from [-100, -1], which indicates the sampling rate.
- Use ANALYZE(([column_name,])) to collect data statistics and create models.
- Enter a query. If a statistical model is created on the equality query column involved in the query, the statistical model is automatically used to estimate the selection rate.
- When the intelligent statistics model is no longer needed, you can use ALTER TABLE [table_name] DELETE STATISTICS (([column_name,])) to collect statistics and delete the model.
For details about other methods, see sections ALTER TABLE and ANALYZE | ANALYSE.
Feedback