Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Whats the benefit of dbms_stats over analyze?

Answer Posted / Neetu Sinha

DBMS_STATS offers several benefits over ANALYZE:

1. Automatic sampling: DBMS_STATS collects statistics based on a sample of data blocks, which reduces the I/O overhead and improves performance compared to full-table scans performed by ANALYZE.

2. Customizable sampling method: You can configure the sampling method (e.g., DBMS_STATS.SET_SAMPLING) according to your specific requirements, unlike with ANALYZE which uses a fixed block sampling method.

3. Automatic gathering of statistics for index-organized tables and materialized views.

4. Dynamic performance tuning: DBMS_STATS can be scheduled as part of a database maintenance job to ensure that statistics are always up-to-date, helping to maintain optimal query performance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to put more than 1000 values into an oracle in clause?

1099


How to write a left outer join with the where clause in oracle?

1142


What is oracle latest version?

1165


How to use values from other tables in update statements using oracle?

1144


How to start an oracle instance?

1091


Design database draw er diagram for a certain scenario ?

4641


Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com

1938


How to select all columns of all rows from a table in oracle?

1114