vacuum_write_chunk_size
Maximum write buffer size for background vacuuming operation
During vacuuming, the size of the chunks are written are written in the background. The value is in bytes.
- Default Value
If the vacuum_write_chunk_size
option is not defined, the default value of 65536
is used.
- Example
-
vacuum_write_chunk_size=65536
- 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