|
Thanks Alan - So if the system is generating it - would I be correctin
saying that there is an sql insert statement that was run and thesystem
needs to generate a unique key value for this identity column so DB2takes
over to get the highest value so it can then insert the new record?had
I guess the other way of asking is this normal activity? I.e. - if I
NO tables that where created with an identity key column - will DB2still
perform this type of check before it does an insert and would I stillsee
these same types of sql statements being generated. I'm really tryingto
determine if I need to chase this from a possible performance issueGoodyear
standpoint.
Thanks in advance,
Terry Bullard - Applications Programmer Analyst
"Contains Confidential and/or Proprietary Information.
May Not Be Copied or Disseminated Without Express Consent of The
Tire & Rubber Company."<rpg400-l@xxxxxxxxxxxx>
From: Alan Campin <alan0307d@xxxxxxxxx>
To: "RPG programming on the IBM i / System i"
Date: 02/01/2011 01:41 PMthe
Subject: Re: iSeries SQL and identity columns
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
Yes, it is system generated. It looks like the system is querying to
determine if the table has an identity key. You should be able to run
same query but you could also use Ops Nav and generate SQL for allyour
tables and just query for identity key.have
On Tue, Feb 1, 2011 at 11:16 AM, <terry_bullard@xxxxxxxxxxxx> wrote:
Hello All,
Have been having some performance issues with web pages hitting our
iSeries. Set up SQL Exit program to be able to capture/log odbc sql
statements. Looking in my log file - the overwhelming log entries
= ?the following sql statement.identity_generation
SELECT identity_generation FROM QSYS2/SYSCOLUMNS WHERE
is not null AND column_name = ? AND table_name = ? AND table_schema
From
I have never seen a statement use the identity_generation field.
increment"what I can tell from IBM's website - this is a col you can add when
creating a sql table and is used to support a type of "auto
keyNavigator)
value?
So - a couple of questions? Is there a way (perhaps with Ops
columnto find a list of all tables that have this identity_generation
soAny
I can backtrack to see what web pages are being called?developers
Also - is this a system generated statement? I ask because the
who have written most of our web pages are telling me they don'trecognize
this either???
Know this is not much to go on but it's what I have at the time.
mailingthoughts would be greatly appreciated.....Goodyear
Thanks
Terry Bullard - Applications Programmer Analyst
"Contains Confidential and/or Proprietary Information.
May Not Be Copied or Disseminated Without Express Consent of The
Tire & Rubber Company."
--
This is the RPG programming on the IBM i / System i (RPG400-L)
listlist
To post a message email: RPG400-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
This is the RPG programming on the IBM i / System i (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.