📄 db_config.so
字号:
m4_comment([$Id: db_config.so,v 10.3 2004/11/18 01:57:39 bostic Exp $])define(M4PAGELOCAL, DB_CONFIG)m4_ref_title(Environment, DB_CONFIG configuration file, [DB_CONFIG, database environment @configuration], env/error, env/naming)m4_p([dnlAlmost all of the configuration information that can be specified tom4_ref(DbEnv) methods can also be specified using a configuration file.If a file named m4_ref(DB_CONFIG) exists in the database home directory,it will be read for lines of the format m4_bold([NAME VALUE]).])m4_p([dnlOne or more whitespace characters are used to delimit the two parts ofthe line, and trailing whitespace characters are discarded. All emptylines or lines whose first character is a whitespace or hash(m4_bold([#])) character will be ignored. Each line must specify boththe NAME and the VALUE of the pair. The specific NAME VALUE pairs aredocumented in the manual for the corresponding methods (for example,the m4_ref(dbenv_set_data_dir) documentation includes NAME VALUE pairinformation m4_db administrators can use to configure locations fordatabase files).])m4_p([dnlThe m4_ref(DB_CONFIG) configuration file is intended to allow databaseenvironment administrators to customize environments independent ofapplications using the environment. For example, a databaseadministrator can move the database log and data files to a differentlocation without application recompilation. In addition, because them4_ref(DB_CONFIG) file is read when the database environment is opened,it can be used to overrule application configuration done before thattime. For example a database administrator could override thecompiled-in application cache size to a size more appropriate for aspecific machine.])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -