2012年2月27日,作者: 杰克·范瓦斯(Jack Vamvas)
这篇文章讨论了SORTHEAP DB2和固定页面 db2diag.log中的信息消息
FUNCTION: DB2 UDB, buffer pool services, sqlbKeepPagesPinned, probe:20 MESSAGE : ADM6071I The maximum number of pinned pages allowed concurrently was reached 在 buffer pool "MYBUF8K" (ID "2"). As a result performance may not be optimal. Increasing the SORTHEAP database configuration parameter may reduce the chances of this condition occurring 在 the future.
1) 该消息指的是 sqlbKeepPagesPinned 功能。
2) 该消息表明指定的缓冲池对于当前活动而言太小。
3) 这也表明高CPU使用率
4)推荐索引分析,重点是使用排序堆的索引,包括哈希表连接缓冲区,内存表中的动态位图
5)如果 SORTHEAP未设置为AUTOMATIC,如果使用大型排序,则提高级别。
Posted by: |