Book Contents

Book Index

Next Topic

Home

Automatic Replication of Unsegmented Projections

Refer to the CREATE PROJECTION command in the SQL Reference Manual for detailed information about using unsegmented projections.

Vertica requires an exact, non-segmented copy of each dimension table superprojection on each node. You can accomplish this using a single CREATE PROJECTION command for each dimension table. The UNSEGMENTED ALL NODES syntax automatically creates a unsegmented projection on each node in the database.

Automatically replicated projections are named:

projection-name_node-name

where projection-name is the name specified in the CREATE PROJECTION statement and node-name is the name of a node in the database. The list of nodes is based on a snapshot of the nodes defined at command execution time. To view a list of the nodes in a database, use the View Database command in the Administration Tools.

For example, if the:

The automatically replicated projections have the names ABC_NODE01, ABC_NODE02, and ABC_NODE03.