Author |
Message |
Topic: Performance of Fetch First Row |
Jiten
Replies: 8
Views: 2818
|
Forum: Database Posted: Wed Jun 13, 2007 11:19 am Subject: Performance of Fetch First Row |
hi dbzTHEdinosauer,
I am using DB2 Version 8. If you could explain the usage of SELECT 1 WHERE EXISTS....actually I did not get it. Usage of Exists I know, it will stop after getting the first find ... |
Topic: Performance of Fetch First Row |
Jiten
Replies: 8
Views: 2818
|
Forum: Database Posted: Wed Jun 13, 2007 8:28 am Subject: Performance of Fetch First Row |
Hi Kolusu,
I do not have an Order By Clause. I am simply checking the exisiting of record in the table.
To add to the previous post, for one particular query, The COST reduced from 14564 to 4485 w ... |
Topic: Performance of Fetch First Row |
Jiten
Replies: 8
Views: 2818
|
Forum: Database Posted: Wed Jun 13, 2007 8:16 am Subject: Performance of Fetch First Row |
I have a program having many Single Select SQL queries, all having Fetch First Row. The Response time for the online program was near to 40 seconds. Someone suggested to Remove all of the Fetch First ... |
Topic: Identity Columns |
Jiten
Replies: 4
Views: 2325
|
Forum: Database Posted: Fri May 25, 2007 8:10 am Subject: @dbzTHEdinosauer |
I have found the Identity Column information in SYSIBM.SYSSEQUENCES and SYSIBM.SYSSEQUENCESDEP. But I am not sure if these tables existed before Version 8 release. As Identity Columns existed before V ... |
Topic: Identity Columns |
Jiten
Replies: 4
Views: 2325
|
Forum: Database Posted: Fri May 25, 2007 7:27 am Subject: Identity Columns |
I have a table with Identity Column Defined on it. I insert one row(the only row present) in the table and using the Identity_val_local Function get the latest value of Identity column(suppose 1000). ... |
|