|
Hello All,Yes, identity column.
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 have
the following sql statement.
SELECT identity_generation FROM QSYS2/SYSCOLUMNS WHERE identity_generation
is not null AND column_name = ? AND table_name = ? AND table_schema = ?
I have never seen a statement use the identity_generation field. From
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 increment" key
value?
So - a couple of questions? Is there a way (perhaps with Ops Navigator)Launch run-sql-scripts tool from iNav and run these queries:
to find a list of all tables that have this identity_generation column so
I can backtrack to see what web pages are being called?
who have written most of our web pages are telling me they don't recognizeI highly doubt it. The query is part of the web app.
this either???
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.