Previous Topic: Interdependency of ADDDS ParametersNext Topic: BLOAD Control Statement


Calculating Cylinders for Your Database

There is no exact method for computing the number of cylinders required for a database. You can, however, use the formula in this section initially to calculate the number of cylinders to set aside for the database.

Note: The amount of space you actually require can vary significantly from the value you calculate. Use the STATUS control statement periodically to determine the actual space you use and adjust the number of cylinders accordingly.

Use the following formula to calculate cylinders for your database:

  1. Add the following numbers:
  2. Divide the sum of the preceding numbers by 250 and then round the result up to the next integer.
  3. If you plan to maintain detailed historical data (set the initialization parameter HDETAIL to YES), do the following:
  4. The value you calculate is the number of cylinders to use (do not use fewer than three cylinders).