Meta Data Services Programming

Tuning the Database Schema of an Information Model

The repository engine stores data in a relational database. When you add an information model, the repository engine enlarges this database by creating new tables and columns to accommodate your tool information. Generally, each interface corresponds to a table, and each property corresponds to a column. When you populate your information model, the repository engine inserts rows into these tables.

You have some control over the database schema that accommodates your tool information. For example, you can:

See Also

Creating Type Information Programmatically

Information Model Creation Issues