cache_size
This setting sets the size of the runtime object cache. This function must be called prior to open a database with the handle. Cache will be increased as needed if requirements exceed the existing number of allocated objects.
- Default Value
- If the
cache_size
option is not defined, the default value of20000
is used.
- Example
-
cache_size=20000
- Database Configuration Options
This option key is associated with the RDM_DB handle (or RDM_CPP::Db for C++) and can be set using one of the following functions:
- SQLSetConnectAttr()
- rdm_dbSetOption()
- rdm_dbSetOptions()
- RDM_CPP::Db::SetOption()
- RDM_CPP::Db::SetOptions()