Chapter 10 Generating a Database from a PDM
You can estimate the size of a database for all the tables in the model or for only selected tables throughout the model.
You obtain an estimate based on the following elements:
Estimation depends on parameters like DBMS type, physical options, column data types, indexes and keys. The estimation formula used in this feature proceeds from the DBMS documentation.
The estimated database size for a column is based on the following:
The estimate of the database size includes all indexes including primary key indexes, foreign key indexes, alternate key indexes and database-specific indexes such as IQ join indexes.
Automatic index constraints
The automatic indexing of keys is DBMS specific. If the target database supports the automatic indexing of keys, the resulting database size estimation includes these indexes.
The size of a tablespace associated with a table is estimated by default, and is displayed as a total of the following:
For more information on how to associate a tablespace with an index or table, see section Creating an Index in chapter Building Physical Diagrams.
Data storage options are DBMS specific. You define data storage options supported by the target database. These are included in the estimate of database size.
Copyright (C) 2005. Sybase Inc. All rights reserved. |