Hi Peter,
Quote:
- What sense do the EnvironmentConfig settings wrt. caching make if I
can make the same settings in the DatabaseConfig? At first glance it
seems redundant- where is the difference? |
In general, if you have defined your own environment then you would NOT
set the same parameter setting at the database level. You could set
them at the database level if you are not working with your own
Berkeley DB environment.
Because databases opened within Berkeley DB environments use the cache
specified to the environment, it is an error to attempt to set a cache
in a database created within an environment.
Ron