Describe in brief about oracle database tuning.

来源:互联网 发布:淘宝行业排名怎么上去 编辑:程序博客网 时间:2024/05/11 00:06

Oracle includes many performance tuning enhancements like:

  • Automatic Performance Diagnostic and Tuning Features
  • Automatic Shared Memory Management - Automatic Shared Memory Management puts Oracle in control of allocating memory within the SGA
  • Wait Model Improvements - A number of views have been updated and added to improve the wait model.
  • Automatic Optimizer Statistics Collection - gathers optimizer statistics using a scheduled job called GATHER_STATS_JOB
  • Dynamic Sampling - enables the server to improve performance
  • CPU Costing - default cost model for the optimizer (CPU+I/O), with the cost unit as time
  • Optimizer Hints
  • Rule Based Optimizer Obsolescence - No more used
  • Tracing Enhancements - End to End Application Tracing which allows a client process to be identified via the client identifier rather than the typical session id
  • SAMPLE Clause Enhancements
  • Hash Partitioned Global Indexes

 

原创粉丝点击