Hi ,
I am using oracle 10g.
I have one table say Emp and that contains huge volume of data.
Now I wanted to select the count(*) from that data .
It takes long time to retrieve the data from that table .
Could you please suggest the alternative method for retitriving the count(*) without hampering the performance .
Thanks in advance .
I am using oracle 10g.
I have one table say Emp and that contains huge volume of data.
Now I wanted to select the count(*) from that data .
It takes long time to retrieve the data from that table .
Could you please suggest the alternative method for retitriving the count(*) without hampering the performance .
Thanks in advance .
Comment