Entering content frame

Process documentation Troubleshooting Locate the document in the library structure

If the database system is taking too long to process an SQL statement, analyze your database and, if necessary, the way the SQL Optimizer is working.

Process Flow

..

       1.      Read the general information on searching for errors.

Concepts of the Database System, Troubleshooting

       2.      You can specifically analyze the SQL statements. You use the EXPLAIN statement, for example, to find out which search strategy the SQL Optimizer is using for the SQL statements.

EXPLAIN statement

       3.      Check your database design.

Concepts of the Database System, Database Design

See also:

SQL Optimizer

SQL Reference Manual, EXPLAIN Statement (explain_statement)

 

Leaving content frame