TechTip: Processing SQL Statements

SQL
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Ever since the SQL Query Engine (SQE) was first introduced in V5R2, users have wanted to know how many of their SQL statements are being processed by this new engine as opposed to the Classic Query Engine (CQE).

The best tool for answering this question is the Detailed Database Monitor. You can initiate a database monitor collection by using the Start Database Monitor (STRDBMON) command or by using the Detailed SQL Performance Monitor in iSeries Navigator. The iSeries Navigator interface will invoke the STRDBMON command on your behalf. (For more information on the database monitor tool, see the new Redbook SQL Performance Diagnosis on IBM DB2 Universal Database for iSeries.)

Once the Detailed Database Monitor data has been collected and written to an output file, you can run the following SQL statement from any interface to get a count of how many statements were processed by CQE versus SQE:

SELECT qqc16 as "N = CQE", COUNT(*)
FROM mylibname/mydbmon
WHERE qqrid = 3014
GROUP BY qqc16

Here's an example of what will be returned by this query. In this case, 1958 SQL statements were processed by the SQL Query Engine, and just 97 statements were executed by the Classic Query Engine.

http://www.mcpressonline.com/articles/images/2002/Which%20DB2%20EngineV4--07280600.jpg

After finding out that not all of your SQL statements are processed by SQE, the next step is determining why some SQL requests were routed to CQE. Run the following query against your Detailed Database Monitor collection to list the SQL statements processed by CQE and the reasons why CQE was used.

SELECT x.qqjnum, x.qqucnt, y.QVC43 as "Reason for CQE", x.qq1000
FROM mylibname/mydbmon x, mylibname/mydbmon y
WHERE x.qqjfld = y.qqjfld
AND x.qqrid = 1000
AND x.qqc21 IN ('SI','OP','IN','UP','DL')
AND x.qqucnt <> 0
AND y.qqrid = 3014
AND y.qqc16 = 'N'
ORDER BY qqjnum, qqucnt

Here's an example of the output that can be returned by this analysis query. The last column contains the SQL statement text, and the column next to that shows the reason code for CQE being used.


http://www.mcpressonline.com/articles/images/2002/Which%20DB2%20EngineV4--07280602.jpg

In this example, "XL" means that the SQL statement required data to be translated. Data translation can occur in several situations, such as running the UPPER and LOWER scalar functions or applying a sort sequence to the character comparisons and sorting operations done by SQL. SQE does not yet support data translation. For an explanation of all the CQE reason codes, please reference DB2 Universal Database for iSeries Database Performance and Query Optimization.

Kent Milligan is a DB2 Technology Specialist on IBM's ISV Enablement team for System i. He spent the first seven years at IBM as a member of the DB2 development team in Rochester. He can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..

Kent Milligan
Kent Milligan is a Senior Db2 for i Consultant in the IBM Lab Services Power Systems Delivery Practice.  Kent has over 25 years of experience as a Db2 for IBM i consultant and developer working out of the IBM Rochester lab. Prior to re-joining the DB2 for i Lab Services practice in 2020, Kent spent 5 years working on healthcare solutions powered by IBM Watson technologies. Kent is a sought-after speaker and author on Db2 for i & SQL topics.
BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$

Book Reviews

Resource Center

  •  

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: