惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
量子位
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
Google DeepMind News
Google DeepMind News
小众软件
小众软件
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - TJDLUT's .Net Space

主机主要论坛 新分了一个TSO ID 或いはHost ID EV606A 用户中心 - 博客园 JCL里面直接编译PLI,不用通过SCLM 主机里面的Timestamp格式相关的讨论。 用Sort将1 Record 1 Month 转换成 1 Record 12 Month 格式。 判断Symbolic Value,根据Symbolic Value不同,JCL中执行不同步骤。 VSAM INTRODUTION CREATE DISTINCT TYPE An Introduction to LDAP 目录服务中LDAP的基本模型 政府横向业务整合模型研究 UML 中的一些关系与图例 几个经典的面向流程的组织模型[理论文] 业务流程管理综述 基于工作流程系统日志生成业务流程模型 Petri Net 工具下载地址。 解决水晶报表登陆失败的方案 每个开发人员现在应该下载的十种必备工具
DB2 Buffer-Pool
TJDLUT's .Net Space · 2008-12-08 · via 博客园 - TJDLUT's .Net Space

A buffer pool is an area of storage in memory into which database pages (containing table rows or index entries) are temporarily read and changed. The purpose of the buffer pool is to improve database system performance. Data can be accessed much faster from memory than from a disk. Therefore, the fewer times the database manager needs to read from or write to a disk, the better the performance. The configuration of one or more buffer pools is the single most important tuning area, since it is here that most of the data manipulation takes place for applications connected to the database (excluding large objects and long field data).

By default, applications use the buffer pool called IBMDEFAULTBP, which is created when the database is created. The DB2 database configuration parameter BUFFPAGE controls the size of a buffer pool when the value of NPAGES is -1 for that buffer pool in the SYSCAT.BUFFERPOOLS catalog table. Otherwise the BUFFPAGE parameter is ignored, and the buffer pool is created with the number of pages specified by the NPAGES parameter