Specifies the path of a directory to be used as the location of temporary files. The files created to back in-memory access method databases will be created relative to this path. These temporary files can be quite large, depending on the size of the database.
The syntax of the entry in
the DB_CONFIG File is a single line
with the string set_tmp_dir
, one or more whitespace characters, and the directory name.
For more information, see DB_ENV->set_tmp_dir().