Database Performance Tuning with Partitioning | Database Journal

Database Performance Tuning with Partitioning

May 18, 2010
1 minute read

Partitioning of a database to optimize performance has
been around for a long time.  Oracle first introduced partitioning in 1997. 
With Oracle Database 11g, Release 2 partitioning is even easier.

The idea behind partitioning is to separate your data
and store it based on a partitioning criteria.  By doing this you can separate
your data on different storage devices.  This can help lead to having older data
in your database, on cheaper storage media, and help with archiving of data.

This white paper talks about a number of
different aspects of partitioning Oracle Databases.  Learn more about partition
strategies and extensions provided with Oracle Database 11g release 2. 
Partitioning is an easy way to improve performance by spreading out your
database I/O across multiple disk spindles.    Read this white paper to
understand partitioning so you can optimize your Oracle database. 

Database Journal Logo

DatabaseJournal.com publishes relevant, up-to-date and pragmatic articles on the use of database hardware and management tools and serves as a forum for professional knowledge about proprietary, open source and cloud-based databases--foundational technology for all IT systems. We publish insightful articles about new products, best practices and trends; readers help each other out on various database questions and problems. Database management systems (DBMS) and database security processes are also key areas of focus at DatabaseJournal.com.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.