Is this the fastest way to get a total count on a table with 30mil records:

select /*+ ROWID */ count(*) as "TOTAL" from
MINIAL.CHARGES

This query took 10 minutes!!!