Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Computing database size [Table of Contents] Customizing scripts

WarehouseArchitect - User's Guide

[-] Part 3 WarehouseArchitect Model
[-] Chapter 22: Database Creation and Modification
[-] Configuring tablespace and storage

Configuring tablespace and storage

Tablespace and storage indicate the physical location of database objects (tables and indexes). The definition of tablespace and storage is DBMS-specific. Different DBMS use different terms for tablespace and storage.

The terms tablespace and storage both refer to named partition that stores tables and indexes. Tablespace refers to a partition in a database. Storage refers to a partition on a storage device.

For some DBMS, a tablespace can use a declared storage in its definition.

Sample tablespace and storage commands

The following table lists commands that implement PowerDesigner tablespace and storage options in a selection of DBMS:

DBMS

Tablespace

Storage

Allbase

CREATE DBEFILESET

CREATE DBEFILE

DB2

CREATE TABLESPACE

CREATE STOGROUP

Oracle 5

CREATE SPACE

Not applicable

Oracle 6 or 7

CREATE TABLESPACE

Storage structure

RDB 4 to 6

CREATE STORAGE MAP

CREATE STORAGE AREA

SQLBase

Not applicable

CREATE STOGROUP

Sybase System 10

System 11

SQL Server

Not applicable

SP-ADDSEGMENT

SQL Anywhere

Watcom 3 or 4

CREATE DBSPACE

Not applicable




Tablespace or storage not applicable

When tablespace or storage options are not applicable for a DBMS, you do not have access to the corresponding Database menu item.


Defining tablespace and storage

The lists of tablespace and storage options offers pre-defined parameters for each DBMS where applicable. The lists show default values and value lists for certain parameters which correspond to the recommended values for the DBMS.

For information on tablespace and storage options for a particular DBMS, see its reference manual.

Previewing tablespace and storage commands

You can preview tablespace and storage commands before you generate them.


Computing database size [Table of Contents] Customizing scripts