select count(*) VERY slow!
movilogoMay 16 2009 — edited May 17 2009The table has only 8 columns and 5 way partitioned.
It was fine till it had 550 million rows [Oracle 11g + Windows XP Pro]. Select count(*) from table used to take ~ 500 seconds.
When records count reached 600 million, suddenly looks like database hit a brick wall. Now even select count(*) runs for whopping 2800 seconds!!
What went wrong by just adding 50 million extra records??
Thanx.