vacuum_percentage
Pack file vacuuming threshold
A pack file is subject to vacuuming when the data in use is below this threshold. A lower value may waste disk space. A higher value may do more writes. For performance reasons, you should not specify a value above 50 percent. Specifying a 0 value will disable vacuuming.
- Default Value
- If the
vacuum_percentage
option is not defined, the default value of20
is used.
- Example
-
vacuum_percentage=20
- 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()
- See also
- vacuuming