Sunday, November 11, 2007

11g New Features - Performance

Direct NFS Client: This features implements NFS client as part of Oracle Database kernel. The primary benefits of this feature are improved performance and manageability. The Direct NFS Client improves I/O performance by incorporating Oracle-specific optimizations and eliminating the additional overhead traditionally found in operating system kernel mode implementation of NFS protocol. In addition, it simplifies configuration by eliminating the need to manually tune most of the NFS client parameters. Intelligent Cursor Sharing: This feature helps determine whether a cursor will be shared. For example, instead of blindly reusing an existing cursor with its plan, the optimizer takes ranges of safe values into account when evaluating cursor sharability. Cursor sharing has been enhanced to a more sophisticated sharing model. This enables you to leverage cursor sharing more commonly while preserving bind variable specific plan optimizations for shared statements. Enhanced Partition Pruning Capabilities: Partition pruning now uses bloom filtering instead of subquery pruning. While subquery pruning was activated on a cost-based decision and consumed internal (recursive) resources, pruning based on bloom filtering is activated all the time without consuming additional resources. The performance of partition pruning has been enhanced. Furthermore, partition pruning will be automatically activated for every join with a partitioned object. Cheers Vigneswaran

No comments: