Hi I just want to aks whether you all can
confirm, that count(*)s from big tables are performance killers?!
I think so because a simple access by primary key takes virtually no time, while a count(*) takes 300ms.
thanks
confirm, that count(*)s from big tables are performance killers?!
I think so because a simple access by primary key takes virtually no time, while a count(*) takes 300ms.
thanks
Comment