Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unexplained pause in Obj-Browse

SA-5023

Summary


While running through a performance investigation the developers had observed 3 queries that were taking approximately 800 ms to complete (above the default 500 ms watermark).

Root Cause


When examining these three queries in tracer all were shown to have completed within milliseconds.
Additionally, examination of the SQL being generated confirmed that this was only building a query against a single table and the queries were returning only a small amount of records or zero records. Also the underlying tables only contained a small amount of data.

As the granularity of the problem was only showing a delay when calling Obj-Browse, in order to help pinpoint where the delay was, the method was converted to a Java method. The technique used was to view the java for the activity that was calling Obj-Browse, and extract out the portion of the java that was built to perform the Obj-Browse actions.
Next a new Java step was added into the activity and then the java contents were pasted in.
Once this was verified as working, the code was then interlaced with oLog.infoForced statements and the steps that called the activity were re-run.

Examination of the resultant oLog statements in the PegaRULES log was showing that the delay was appearing when calling the code below: -


                  java.util.SortedSet ss = aPgDB.getColumnsForUndefinedTable( 
                          dbName, catalogName, schemaName, tbName); 




Resolution


The database/schema that was being used for the three classes was defined by a JDBC Url (Data-Admin-DB-Name).
The performance of the queries was shown to have improved by converting the Data-Admin-DB-Name entry to use a connection pooled data source.

Published January 31, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice