Entering content frame

Process documentation Troubleshooting Locate the document in the library structure

Purpose

If the database system is taking too long to process an SQL statement, analyze your database.

Process Flow

..

       1.      You use the EXPLAIN statement to find out which search strategy the Optimizer is using for the SQL statement.

See EXPLAIN Statement

       2.      You check your database design.

See Concepts of the Database System, Database Design Tips

 

Leaving content frame