OptimizeClient
Parameter type: optional, dynamic
}clients
dimension.Organizations with many users can set this parameter to improve startup times for particular users. Users with many private objects can set this parameter to improve startup times. Currently, private objects include a user's private directory, private sandboxes, private subsets, and private views. Loading these private objects affects the database load and potentially the amount of memory that is consumed at startup. Depending on the number of users, the private objects, and the memory that each consumes, setting this parameter can improve database startup times.
OptimizeClient
can be set as follows:
- None = 0
- OperationsAdmin = 1
- Admin = 2
- All = 3
For example, to load all private objects for all users when Planning Analytics database starts up, you can set
OptimizeClient
to All:
OptimizeClient=3
The default setting is 0 (None).