This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Hello
This situation needs investigations. Measurements FreezeFrame and Strobe show this problem. Assembler code is different.
About this issue, we made the same test today
Our tests show that nothing has changed with cobol 6.3 (Build Level info P220105 )
a table with 47 000 000 rows
1 cursor and 10.000.000 fetchs
58 columns / hosts-variables / indicators
same program compiled with pre-processor and coprocessor
3 x 2 runs : pre-processor / coprocessor / pre-processor / coprocessor / pre-processor / coprocessor (to ovoid db2 bufferisation bargain).
The test shows that the DB2 coprocessor is always 10% CPU more expensive as the DB2 pre-processor
What is your recommendations about this problem ? Thank you
Would it be possible to have information on the Cobol compiler's guidelines on this topic, and timeframes for implementation?
The current operation of the DB2 coprocessor is a real obstacle to its adoption in our company.
Thank you.
Just to close the loop on this RFE, the DB2 coprocessor won't be changed to act like the DB2 pre-processor; but we will take an action item to improve the COBOL compilers handling of the DB2 coprocessor generated code.
Our tests show that the DB2 coprocessor is 10% CPU more expensive as the DB2 pre-processor (and 10% elpased too) :
- 1 cursor and 5.000.000 fetchs
- 35 columns / hosts-variables / indicators
- same program compiled with pre-processor and coprocessor
- 3 x 2 runs : pre-processor / coprocessor / pre-processor / coprocessor / pre-processor / coprocessor (to ovoid db2 bufferisation bargain).
We would like to have more information about the performance compared between preprocessor and coprocessor.
The performance aspect is currently an obstacle to the adoption of the coprocessor.
We would like to have more information about the performance compared between preprocessor and coprocessor.
The performance aspect is currently an obstacle to the adoption of the coprocessor.
Thank you for submitting this RFE.
We currently have test cases where the DB2 coprocessor performs better than the DB2 pre-processor in regards to SQL calls.
We do not plan to change the current DB2 SQL coprocessor methodology.
Hi,
The impact of several SQL statements prepared but not executed over millions of SQL statments systematically prepared identically is not of the same order of magnitude.
A solution combining the two requirements might be:
- A SQLDA dedicated to each SQL statement (like pre-compiler).
- Filling the SQLDA at the first execution of this SQL statement (like coprocessor).
- No new resolution of addresses in SQLDA on subsequent execution, except for hosts-variables addressed by registers BLL, BLF or BLV.
Kind regards
Denis FALLAI
The Preprocessor generated code initializes sql-plists of all (!) SQL statements contained in a program at program initialization. This is disadvantageous when programs contain many sql statements which are not executed every time the program is called, especially in a CICS environment.
Therefore I favor the strategy of the coprocessor to defer the initialization of the plists.