⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 h_nelem.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: h_nelem.so,v 10.12 2000/03/18 21:43:08 bostic Exp $])m4_ref_title(Access Methods,    Hash table size, @hash table size, am_conf/h_hash, am_conf/recno)m4_p([dnlWhen setting up the hash database, knowing the expected number of elementsthat will be stored in the hash table is useful.  This value can be usedby the Hash access method implementation to more accurately construct thenecessary number of buckets that the database will eventually require.])m4_p([dnlThe anticipated number of elements in the hash table can be specified bycalling the m4_refT(dbh_set_h_nelem).  If not specified, or set too low,hash tables will expand gracefully as keys are entered, although a slightperformance degradation may be noticed.  In order for the estimated numberof elements to be a useful value to m4_db, the m4_refT(dbh_set_h_ffactor)must also be called to set the page fill factor.])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -