pack_file_size
The pack is broken up into a number of pack files. The maximum for pack_file_size
is 2 GiB. The minimum for pack_file_size
is 10 MiB.
- Default Value
- If the
pack_file_size
option is not defined, the default value of2147483648
is used.
- Example
-
pack_file_size=2147483648
- 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()