Hi,
I'm executing a query on DB2 EE V7.2, which has more than 2 joins involving 3 tables. Surprisingly, if I fetch the column list, its execution time is less while if I simply replace the column list by count(*) it is taking almost 10 times the previous query. Ideally it should be the other way round !!
Any pointers to this problem ???