Page 1 of 1

Select query performance

PostPosted: Fri Jan 15, 2010 10:00 am
by vikranth
i heard that in netezza select count(1) from my_table works faster than select count(*) from my_table. is it true? In our scripts we are using select count(*), does select count(1) make a difference ???

Re: Select query performance

PostPosted: Wed Jan 27, 2010 3:03 pm
by superuser
i found the answer for you..http://netezzacommunity.com/message/3763 itseems there is no difference