⌘+k ctrl+k
1.3 (stable)
Search Shortcut cmd + k | ctrl + k
ANALYZE Statement

The ANALYZE statement recomputes the statistics on DuckDB's tables.

Usage

The statistics recomputed by the ANALYZE statement are only used for join order optimization. It is therefore recommended to recompute these statistics for improved join orders, especially after performing large updates (inserts and/or deletes).

To recompute the statistics, run:

ANALYZE;
© 2025 DuckDB Foundation, Amsterdam NL
Code of Conduct Trademark Use