PRELOADALIASNAMESPACE

Applies only to aggregate storage databases. Determines whether the namespace for alias names is preloaded at database startup.

Syntax

PRELOADALIASNAMESPACE TRUE | FALSE

Description

PRELOADALIASNAMESPACE determines whether the namespace for alias names is preloaded at database startup. Preloading the namespace may improve performance but uses additional memory. The alias namespace is used to search for an alias by name. The search occurs during data load, during report and spreadsheet queries, and during MDX queries.

Example

PRELOADALIASNAMESPACE FALSE 

See Also

PRELOADMEMBERNAMESPACE