Available CategoriesAdobeMacromediaProgrammingSQLServer AdministrationNetworkingMicrosoft ProductsMac OSLinux systemsMobile devicesXMLCertificationMiscAvailable TutorialsMySQL pocket referenceSQL Bible OracleSql tuningDatabase design for mere mortalsMySQLPostgresqlMicrosoft SQL Server 2000Mastering Oracle SQLOracle PL SQL Language Pocket ReferenceOracle DBA guide to data warehousing and star schemasAdministrator's guide to sql server 2005Sql bible |
Chapter 10. Partitioning
Starting with Version 8.0, Oracle provided a means for breaking a table into multiple pieces while preserving the look and feel of a single table. Each piece is called a partition, and, although every partition must share the same columns, constraints, indexes, and triggers, each partition can have its own unique storage parameters. While administrators generally deal with individual partitions when allocating storage and performing backups, developers may choose to deal with either the entire table or with individual partitions.
|