idindex_flush_threshold
This value specifies the threshold for flushing the ID-index.
- Default Value
If the idindex_flush_threshold
option is not defined, the default value of 655360
is used.
- Example
-
idindex_flush_threshold=655360
- 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()