ZODB.Architecture.DB.__init__

Documentation
A DB Object is created by calling DB class with a storage object. Keyword arguments may be provided to specify certain storage options.
Parameters
TypeNameDefaultDocumentation
Storage Interfacestorage  
PyIntpool_size7The number of Connections in the pool of non-version Connections.
PyIntcache_size400The target cache size for non-version Connections.
PyIntcache_deactivate_after60Target number of seconds after which objects that haven't been deleted are considered to be candidates for removal from the cache.
PyIntversion_pool_size3The number of Connections in the pool of version Connections.
PyIntversion_cache_size100version_cache_size
PyIntversion_cache_deactivate_after10Target number of seconds after which objects that haven't been deleted are considered to be candidates for removal from the cache.