Index Work

How does index work? How to check whether Index is pickup?

Questions by sarikagopan

Showing Answers 1 - 3 of 3 Answers

z_ashwini

  • Jan 13th, 2012
 

Indexes are created for better performance of the DB ; for faster retrival of data from DB.
There are diffierent types of indexes...
(1) B tree index
(2) Bitmap map index
(3) Function based index
(4) Key compressed Index
(5) Unique index

For more information on Indexes Pls refer :http://docs.oracle.com/cd/B14117_01/server.101/b10759/statements_5010.htm

All of the indexes work in a different fashion since they are different from each other.

You can know whether the indexes are used or not by DB statistics and Execution Plan.

Best Regards,
Ash

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions