This is the total size threshold the database engine tries to enforce for the .pack files in the database subdirectory. When the total size exceeds this value, the system will force vacuuming to free up space occupied by unused space in pack files. Performance will constantly be degraded when the database is exceeding the maximum because the system will is forced to vacuum all files in order to eliminate vacuumed files in the middle of a sequence of
.pack files.
pack_file_size
bytes less than the space allocated for the database storage. The database can continue to grow larger than db_size
but will constantly be vacuuming in an attempt to see if free space in the database can be found.If the db_size
option is not defined, the default value of 21474836480
is used.
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: