To use memory efficiently,
the default output for the schema is a view. The
Create
output as a view check box on the
Output tab
is selected by default to create a view. If you clear the check box,
then the output is a table.
When the output is a
view, the rows are created from the original tables when the view
is accessed. This is the main advantage of a view because it does
not create the entire output table and hold it all in memory.
If you clear the
Create
output as a view check box to create a table from the
star schema, then the system must have enough available memory to
store the table. If the system runs out of memory while running the
star schema, the memory that was used for the output table is freed,
and you receive an error message.
If
you use SAS LASR Analytic Server tables for input to the schema,
then the output table for the star schema must use the same library.