You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2008/10/05 17:57:25 UTC

[Db-derby Wiki] Trivial Update of "StmtExecutionPlan" by BryanPendleton

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by BryanPendleton:
http://wiki.apache.org/db-derby/StmtExecutionPlan

The comment on the change is:
point to new page

------------------------------------------------------------------------------
  Interpreting the information in the Statment execution plan depends on various
  factors including the isolation level of the transaction, the type of result set
  and the type of statement (insert, update, delete or select.)
+ 
+ == Reading join ordering information from the execution plan ==
+ 
+ You can determine the QueryPlanJoinOrder by reading the plan output.
  
  == Reading lock information from the execution plan ==