Hi,
I just wanted to know which one is faster,is it count(*) on a table or count(pk_col)(primary key or index column).

I feel count(pk_col) should be faster, correct me if I am wrong and explain this concept

Badrinath