Identifying Problems with One Transaction Running Slow (Informix)
Use
This procedure tells you how to identify problems that only affects certain users. If the problem affects all users, see
Identifying Problems with All Transactions Running Slow (Informix).The normal method is to use the SQL and ABAP trace facilities to trace the transaction that is causing difficulties. Most transaction-specific performance problems are due to inefficient SQL statements or ABAP coding. The trace facilities can almost always help you identify these problems.
This procedure explains how to identify performance problems due to:
Procedure
Sometimes it is difficult to find long running SQL statements due to the following:
For more information, see
Sometimes a transaction doing collective processing or a mass data input transaction sends a large number of posting requests on related objects, causing each to wait on locks held by the others.
For more information, see
Sometimes indexes can get lost as a result of handling errors in copy or reorganization operations. This can cause a severe performance degradation for statements designed to use the index. To determine if any indexes are missing,