When modifying base settings, you can set the repository mode to one of the following.
Repository Mode | Description |
---|---|
Standard (large) | Fields are qualified with the process name, making each field name unique, which can easily inflate the repository and use large amounts of memory. |
Lean | The process-name qualification is not used, and therefore only one occurrence of a given field will exist. This can result in both a significant memory savings and less processing time to cycle through a much smaller field list. This is the default. |