Hi All,
We are working on a DWH environment and every time we need to get the actual number of rows from a table. But the problem is the table has large number of rows and
doing a select count (*) from huge_table is taking tooooo long.
Is there any way to get the actual or atleast closed to the actual number of rows from a table via DBA views aside from dba_tables.num_rows or dba_indexes.num_rows ?
Thanks!
We are working on a DWH environment and every time we need to get the actual number of rows from a table. But the problem is the table has large number of rows and
doing a select count (*) from huge_table is taking tooooo long.
Is there any way to get the actual or atleast closed to the actual number of rows from a table via DBA views aside from dba_tables.num_rows or dba_indexes.num_rows ?
Thanks!