Analyze Database |
Previous Index Next How To Use |
This will execute the ANALYZE SQL statement for the database.
The server will collect statistics about the contents of the tables in the database, the query planner can then use these statistics to determine the most efficient execution plan for queries.
The output of the command is displayed in the window.
Output of the ANALYZE statement
|