Collects statistics for the query optimizer.
-- Analyze a specific table ANALYZE table_name;
Statistics are used by the cost-based optimizer to choose efficient query plans.