Hi,
I have some tables wuth millions of records and my functions perform some queries on them. I need to improve the duration of these querires an i need to know wich is actually the best way to perform statistics on those tables, with ANALYZE TABLE or with DBMS_STATS.gather_table_stats ?
Best regards,
Nuno