Execution Plans


The optimizer creates the execution plan prior statement execution. The database follows the execution plan in a step-by-step manner. The Optimizer translates the SQL statement to an executable program, in form of an execution plan, very much like a compiler translates source code into an executable.

The execution plan is the first place to look at if the execution takes too long. The following section explains how to retrieve and read an execution plan in various databases.

Recent Questions at Ask.Use-The-Index-Luke.com

0
votes
1
answer
277
views

Updating multiple rows using a subquery in SQL

Jan 08 at 09:52 Jan 26
subquery update sql
1
vote
1
answer
210
views

Should 'id' (the primary key) be included in an index

Jan 03 at 15:24 Jan 26
index include
0
votes
1
answer
227
views

Best index for a multiple join-tables and filter

Jan 03 at 14:31 Markus Winand ♦♦ 216
index join where