simple select (1) on table is taking 8 min.
I am executing an select count(1) on a table. it has LOB colums having 3987086 rows.
I just need the count but its doing a full table scan on the table. How can i avoid it.
0