Run-Time Tuning

Meta Data Services Programming

Meta Data Services Programming

Run-Time Tuning

The repository engine provides excellent performance for typical applications. Some of these optimizations, because they are generic in nature, may not be well tuned for certain applications and may even be detrimental to their performance. The repository engine allows run-time performance tuning that is specific to each application.

The IReposOptions interface has the following methods.

Method Description
SetOption Sets numerous options, all of which impact repository engine performance in some way. For more information about option values and descriptions, see IReposOptions Options Table.
GetOption Retrieves a current option value.
ResetOptions Resets all options to their default values.

See Also

IReposOptions Interface

Optimizing Repository Performance