Here are some terms from this module that may be new to you.
- bottleneck: Any impediment or obstacle that causes a performance slow down on a computer or network.
- data striping: Distribute a hot data file across numerous physical disks.
- hot disk: A disk that is having a disproportional amount of I/O compared to the other disks.
- iostat: A utility that provides a time measure of the amount of physical I/O that has been addressed to the disk devices.
- load balancing: The distribution of connections among Oracle listeners to ensure that incoming requests do not have to wait for a listener connection.
- logical volume striping: Striping a data file across numerous UNIX logical disk pieces.
- PCTFREE parameter: The Oracle table parameter that causes a data block to be un-linked from the freelist.
- RAID0+1: Also called RAID 10, it is a combination of mirroring and striping.
The next module explores tuning for OS memory usage.