Book Contents

Book Index

Next Topic

Home

The Physical Schema (Projections)

A physical schema consists of a set of projections used to store data on disk. The projections in the physical schema are based on the objects in the Logical Schema.

A projection is a special case of a materialized view that provides physical storage for data. A projection can contain some or all of the columns of one or more tables. A projection that contains all of the columns of a table is called a superprojection. A projection that joins one or more tables is called a pre-join projection. Most projections are used for ad-hoc query processing and K-safety but it is possible to have query-specific projections.

This section is primarily about using the Database Designer to create a physical schema design: a set of projections that provides K-Safety.

In This Chapter

Using the Database Designer

Writing Custom Projections