idindex_flush_threshold_on_close
This value specifies the threshold for flushing the ID-index when the last database user closes the database.
- Default Value
If the idindex_flush_threshold_on_close
option is not defined, the default value of 163840
is used.
- Example
-
idindex_flush_threshold_on_close=163840
- 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()