PRELOADMEMBERNAMESPACE

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

Syntax

PRELOADMEMBERNAMESPACE TRUE | FALSE

Description

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

Example

PRELOADMEMBERNAMESPACE FALSE 

See Also

PRELOADALIASNAMESPACE