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.
You indicate a number of records in each table in your model.
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.
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 Creating an Index.