Previous Topic: Volumetrics in a Data ModelNext Topic: Define a Volumetrics Report


Calculate Table and Database Size

Use the Settings tab in the Volumetrics dialog to select each database table and assign estimates for initial and projected values, column properties, physical storage objects, and index types. Table size estimates are calculated in real time as you enter table, column, and physical storage information, and are useful for generating reports on future table and database growth.

Note: Ensure that your estimates are as accurate as possible because these estimates have the greatest effect on the calculated table size.

To calculate table and database size

  1. Click Volumetrics on the Tools menu.

    The Volumetrics dialog opens.

  2. Click the Settings tab and select the table in the Table list for which you want to apply calculation settings, complete the following fields as needed:
    Initial

    Lets you enter an initial number of records for the selected table.

    Max

    Lets you enter the maximum allowable number of records that the table is designed to hold. You can leave this field empty to achieve open-ended growth. This option is used along with the Grow By option to determine when a table will reach its designed record limit.

    Grow By

    Lets you enter the estimated number of records that you expect the table to grow per month. If you have a maximum record number in the Max Rows field, table growth will stop at that record number.

    Avg Width

    Lets you enter an estimated average width for the column. For example, if a variable width ADDRESS column is assigned a width of 50 characters, you can still enter 20 as the average character width of the column. The value automatically becomes the allocated width in the Alloc column.

    Note: If the Avg Width column is unavailable it means that the column datatype does not support variable width as defined by your target DBMS.

    Pct NULL

    Lets you enter a whole number to represent the estimated percentage of nulls used for the column. For example, you can estimate an optional ADDRESS 2 column having a width of 50 characters, to be NULL about 30 percent of the time.

    Note: If the Pct NULL column is unavailable it means that the column datatype does not support NULL assignments as defined by your target DBMS.

    Physical Object

    Lets you select a physical storage object and associate index types to include in the database calculation. You can select any of the following index types:

    PK

    Specifies to include primary key (PK) indexes in each calculation.

    FK

    Specifies to include foreign key (FK) indexes in each calculation.

    AK

    Specifies to include alternate key (AK) indexes in each calculation.

    IE

    Specifies to include inverse entry (IE) indexes in each calculation.

    Note: The file sizes for each index are automatically calculated when you enter values in the Initial, Max, and Grow By fields.

    Click OK.

    Table volumetrics are defined and the Volumetrics dialog closes.

More information:

Volumetrics in a Data Model

Define a Volumetrics Report

Set Volumetrics Database Parameters