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.
Note: If you choose to output as
a view, the memory usage size will display the value as if the star
schema was output as a table.
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, then 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.
When using tables from an SASHDAT library to create a star schema, the star schema
will fail to save if the SASHDAT
library path and the
tag of the LASR output library do not match. In this case, you will receive an error
message stating that the library path does not match the SAS LASR Analytic Server
tag. Try changing the output table to a
LASR library whose tag matches the SASHDAT library path. You can view the tag for the LASR library
in SAS Management Console. For more information, contact your administrator.