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

📄 btstat.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: btstat.so,v 1.12 2003/10/18 19:16:15 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 3.1: DB-__GT__stat,,    upgrade.3.1/dup, upgrade.3.1/sysmem)m4_p([dnlFor Btree database statistics, the m4_refT(dbh_stat) fieldm4_arg(bt_nrecs) has been removed, replaced by two fields:m4_arg(bt_nkeys) and m4_arg(bt_ndata).  The m4_arg(bt_nkeys) field returnsa count of the unique keys in the database.  The m4_arg(bt_ndata) fieldreturns a count of the key/data pairs in the database.  Neither exactlymatches the previous value of the m4_arg(bt_nrecs) field, which returneda count of keys in the database, but, in the case of Btree databases,could overcount as it sometimes counted duplicate data items as uniquekeys.  The application should be searched for any uses of them4_arg(bt_nrecs) field and the field should be changed to be eitherm4_arg(bt_nkeys) or m4_arg(bt_ndata), whichever is more appropriate.])m4_p([dnlFor Hash database statistics, the m4_refT(dbh_stat) fieldm4_arg(hash_nrecs) has been removed, replaced by two fields:m4_arg(hash_nkeys) and m4_arg(hash_ndata).  The m4_arg(hash_nkeys) fieldreturns a count of the unique keys in the database.  Them4_arg(hash_ndata) field returns a count of the key/data pairs in thedatabase.  The new m4_arg(hash_nkeys) field exactly matches the previousvalue of the m4_arg(hash_nrecs) field.  The application should besearched for any uses of the m4_arg(hash_nrecs) field, and the fieldshould be changed to be m4_arg(hash_nkeys).])m4_p([dnlFor Queue database statistics, the m4_refT(dbh_stat) fieldm4_arg(qs_nrecs) has been removed, replaced by two fields:m4_arg(qs_nkeys) and m4_arg(qs_ndata).  The m4_arg(qs_nkeys) field returnsa count of the unique keys in the database.  The m4_arg(qs_ndata) fieldreturns a count of the key/data pairs in the database.  The newm4_arg(qs_nkeys) field exactly matches the previous value of them4_arg(qs_nrecs) field.  The application should be searched for any usesof the m4_arg(qs_nrecs) field, and the field should be changed to bem4_arg(qs_nkeys).])m4_page_footer

⌨️ 快捷键说明

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