What are index-organized tables (IOT)?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

What are index-organized tables (IOT)?

Rating:

Index-organized tables are used for storing table data in sorted order. The rows in index-organized tables are stored in a primary key sorted order of the B-Tree index structure. This is unlike the heap organization method that is generally adopted by a simple table structure where the rows are stored in the order of their insertion. In an index-organized table structure, the index actually stores the row data instead of containing a pointer to the location of the row data. This mechanism enhances the performance of queries by retrieving the rows faster than the conventional row storage mechanisms such as heap organization method. Data storage in index-organized tables is done in a typical inverted-tree structure with the leaves storing the actual data. The primary advantage of using index-organized tables is that the rows dynamically adjust themselves in case of row insertions, to maintain the sorted order. In this way, the performance enhancement by using IOT is retained.


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.