- Case 1: With and Without Index
- Case 2: Compare Single Column Index Access path
- Case 3: Concatenated Index
- Case 4: Bitmap Index Access
- Case 5: Index Only Access
- Case 6: Bitmap Index only Access
- Case 7: B*Tree index only Access
- Case 8: Function based index
- Oracle Database 11g Enterprise Edition with access to the Tuning and Diagnostic management packs and with the sample schema installed.
- Oracle SQL Developer 3.2.
- Download Oracle SQL Developer 3.2 here.
Introduction
In this tutorial you will use the Optimizer Access Paths for the following cases (scenarios):
Hardware and Software Requirements
The following is a list of hardware and software requirements:
Prerequisites
Note: For best results, use Firefox or Chrome browsers to view this tutorial.
The first step to using the optimizer access path is to create a database connection.
Perform the following steps to create a database connection:
To view the difference in performance when using an index, versus when not, perform the following steps:
To compare single column index access, perform the following steps:
To view the performance of a query using concatenated index, perform the following statements:
To view the performance of a query using bitmap index, perform the following statements:
To view the performance of a query using only index access, perform the following statements:
To view the performance of a query using only bitmap index access, perform the following statements:
To view the performance of a query using only bitmap index access, perform the following statements:
To view the performance of a query using only function based index, perform the following statements:
No comments:
Post a Comment