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

📄 dbsizes.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: dbsizes.so,v 10.27 2005/02/24 20:51:50 bostic Exp $])m4_ref_title(Access Methods,    Database limits, database @limits, am_misc/stability, am_misc/diskspace)m4_p([dnlThe largest database file that m4_db can handle depends on the page sizeselected by the application.  m4_db stores database file page numbers asunsigned 32-bit numbers and database file page sizes as unsigned 16-bitnumbers.  Using the maximum database page size of 65536, this results ina maximum database file size of m4_sup(2, 48) (256 terabytes).  Theminimum database page size is 512 bytes, which results in a minimummaximum database size of m4_sup(2, 41) (2 terabytes).])m4_p([dnlThe largest database file m4_db can support is potentially further limitedif the host system does not have filesystem support for files larger thanm4_sup(2, 32), including the ability to seek to absolute offsets withinthose files.])m4_p([dnlThe largest key or data item that m4_db can support is m4_sup(2, 32),or more likely limited by available memory.  Specifically, while key anddata byte strings may be of essentially unlimited length, any one ofthem must fit into available memory so that it can be returned to theapplication.  As some of the m4_db interfaces return both key and dataitems to the application, those interfaces will require that anykey/data pair fit simultaneously into memory.  Further, as the accessmethods may need to compare key and data items with other key and dataitems, it may be a requirement that any two key or two data items fitinto available memory.  Finally, when writing applications supportingtransactions, it may be necessary to have an additional copy of any dataitem in memory for logging purposes.])m4_p([dnlThe maximum Btree depth is 255.])m4_page_footer

⌨️ 快捷键说明

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