Home | Previous Page | Next Page   Appendix B. How SQL Queries Are Executed > When Parallel Processing Occurs >

Parallel Execution of UPDATE STATISTICS

The database server executes the SQL statement UPDATE STATISTICS in two phases. The optimizer first scans the table, then sorts the result.

For more information about efficient use of UPDATE STATISTICS, see Create and Maintain Data-Distribution Statistics.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]