Previous Topic: Partitioning: Default ConfigurationNext Topic: Customize the DDL Scripts


Storage: Default Configuration

Note: When assigning storage to tables and indexes, SQL Server uses ‘File Groups’ while Oracle uses ‘Tablespaces’. In the following sections, the term ‘tablespace’ is used as a generic reference to either of these terms.

By default, the generated SQL scripts assume that four tablespaces will be created for use by CA DataMinder:

WGN

This tablespace holds all tables containing administration data, that is, user, group, machine, and policy data.

WGNIDX

This tablespace holds the indexes associated with the tables in the WGN tablespace.

WGNDATA

This tablespace holds all tables containing captured or imported event data, including event audit details, participants, and trigger data.

WGNDATAIDX

This holds the indexes associated with the tables in the WGNDATA tablespace.