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 2012/05/10 00:26:50 UTC

[Db-derby Wiki] Update of "HintsAndTips" by StanleyBradbury

Dear Wiki user,

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

The "HintsAndTips" page has been changed by StanleyBradbury:
http://wiki.apache.org/db-derby/HintsAndTips?action=diff&rev1=27&rev2=28

  || ListKeyIndexes  || Data dictionary query to list the index names support Primary and Foreign Keys ||
  || ListTableColumns || How to list information about the columns in a table ||
  || ListTableNames || Data dictionary query to return table names and schemas ||
+ || ListFileNamesOfTables || How to determine which table belongs to which file in SEG0 (java function included) ||
  || LockDebugging || Hints on debugging a locking situation (deadlock or lock timeout) ||
  || LogStamentTextMsgs || Reading {{{logStatementText}}} messages to find the compile and execution times of a statement||
  || PerformanceDiagnosisTips || Initial steps to help track down performance problems between Derby releases ||