What is a partitioned table?

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 is a partitioned table?

Rating:

A partitioned table is a table that is broken down into smaller and more manageable pieces called partitions. Usually, a table is partitioned if it contains a very large amount of data. A table is partitioned on the basis of values in a column or set of columns known as partition key. Each partition of a partitioned table is allocated a segment and can be managed individually. All partitions of a partitioned table share the same logical attributes. For example, all partitions share the same column and constraint definitions. However, each partition can have different physical attributes. For example, each partition can be stored in a separate tablespace that can have different storage parameters.

All partitions of a partitioned table can be stored in the same tablespace. However, storing partitions in separate tablespaces on separate disks reduces the possibility of data loss and enhances the performance of queries and other operations on the table. Moreover, storing partitions in separate tablespaces allows independent back up and recovery of each partition.

Several operations on a partitioned table can be performed concurrently by assigning different parallel execution servers to different partitions of the table.


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.