Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table 6-6 Information displayed in the Plan tab

 

Columns    Description

...

ColumnsDescription
Image AddedClick to launch the SQL tab with the selected entity, to continue your analysis of the selected statement or batch.
Entity Name (such as Statement)

...

Displays the name of the entity.
Database

...

Identifies the database on which the statement or batch is run.

...

User

Displays one of the Sybase users by whom this statement was executed.

If this statement is not part of a stored procedure, this user will be used as parsing user when explaining this batch.

Most Recent

...

PlanIndicates the last time the access path of the statement or batch was changed.
Last Show

...

PlanIndicates the last time the statement or batch was explained.
Cost

...

Indicates the total estimated cost of the statement's or batch's execution.
Table

...

ScanIndicates whether a table scan was performed in the execution plan (applicable to Statement entity only).
Clustered Index

...

ScanIndicates whether a clustered index scan was performed in the execution plan (applicable to Statement entity only).
Clustered Index

...

SeekIndicates whether a clustered index seek was performed in the execution plan (applicable to Statement entity only).
Index

...

ScanIndicates whether an index scan was performed in the execution plan (applicable to Statement entity only).
Index

...

SeekIndicates whether an index seek was performed in the execution plan (applicable to Statement entity only).
Table

...

LookupIndicates that a table lookup operation was performed in the execution plan (applicable to Statement entity only).

...

SortIndicates whether a sort operation was performed in the execution plan (applicable to Statement entity only).
Merge

...

JoinIndicates whether a merge join operation was performed in the execution plan (applicable to Statement entity only).

...

JoinIndicates that a join (other than merge join) operation was performed in the execution plan (applicable to Statement entity only).
Nested Loops

...

JoinIndicates whether a nested loops join operation was performed in the execution plan (applicable to Statement entity only).
Parallel

...

AccessIndicates whether a parallel access operation was performed in the execution plan (applicable to Statement entity only).
Show Plan

...

ErrirShows the error that occurred during the last explain process.

Collapsed Statement and Collapsed Batch entities Association area

The following tabs are displayed in the Association area of the Collapsed Statement and Collapsed Batch entities:

...