Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Fragmentation Guidelines >

Planning a Fragmentation Strategy

A fragmentation strategy consists of two parts:

To formulate a fragmentation strategy
  1. Decide on your primary fragmentation goal, which should depend, to a large extent, on the types of applications that access the table.
  2. Make the following decisions based on your primary fragmentation goal:
    • Whether to fragment the table data, the table index, or both
    • What the ideal distribution of rows or index keys is for the table
  3. Choose either an expression-based or round-robin distribution scheme:
    • If you choose an expression-based distribution scheme, you must then design suitable fragment expressions.
    • If you choose a round-robin distribution scheme, the database server determines which rows to put into a specific fragment.

    For more information, see Designing a Distribution Scheme.

  4. To complete the fragmentation strategy, you must decide on the number and location of the fragments:
    • The number of fragments depends on your primary fragmentation goal.
    • Where you locate fragments depends on the number of disks available in your configuration.

When you plan a fragmentation strategy, be aware of these space and page issues:

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]