Personal tools
You are here: Home DB2 DB2 UDB v9 How many Buffer Pools are Needed Z o/s How Many Buffer Pools are Needed Z o/s:
Navigation
Log in


Forgot your password?
 
Document Actions

How Many Buffer Pools are Needed Z o/s:

<!-- /* Font Definitions */ @font-face {font-family:Wingdings; panose-1:5 0 0 0 0 0 0 0 0 0; mso-font-charset:2; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:1627400839 -2147483648 8 0 66047 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-fareast-font-family:Calibri; mso-bidi-font-family:"Times New Roman";} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:.5in; mso-add-space:auto; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-fareast-font-family:Calibri; mso-bidi-font-family:"Times New Roman";} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0in; margin-right:0in; margin-bottom:0in; margin-left:.5in; margin-bottom:.0001pt; mso-add-space:auto; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-fareast-font-family:Calibri; mso-bidi-font-family:"Times New Roman";} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0in; margin-right:0in; margin-bottom:0in; margin-left:.5in; margin-bottom:.0001pt; mso-add-space:auto; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-fareast-font-family:Calibri; mso-bidi-font-family:"Times New Roman";} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {mso-style-priority:34; mso-style-unhide:no; mso-style-qformat:yes; mso-style-type:export-only; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:.5in; mso-add-space:auto; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-fareast-font-family:Calibri; mso-bidi-font-family:"Times New Roman";} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; mso-ascii-font-family:Calibri; mso-fareast-font-family:Calibri; mso-hansi-font-family:Calibri;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} /* List Definitions */ @list l0 {mso-list-id:1226187865; mso-list-type:hybrid; mso-list-template-ids:-1925558372 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 {mso-level-number-format:bullet; mso-level-text:; mso-level-tab-stop:none; mso-level-number-position:left; text-indent:-.25in; font-family:Symbol;} ol {margin-bottom:0in;} ul {margin-bottom:0in;} -->

How Many Buffer Pools are Needed Z o/s:

·         Restrict BP0 for Catalog and Other System Page sets

                        PGFIX Recommended

·         Sort and Work data sets (1 pool): usually BP7

                        PGFIX = YES

                        VPSEQT = 99 (IF solely used for Sort and Work data operations)

                        PGSTEAL = LRU

                        PGSTEAL! = FIFO (since sort merge operations would be severely impacted)

·         1 or more pools for “data in memory “Table space AND    Index space.

PGFIX = YES (IF I/O’s occur OR to prevent the paging of the pool under any circumstance due to high priority and small size)

PGFIX= NO (IF you do over sizing of the pool AND if all objects in the pool are primarily read only).

VPSEQT=0 (prevents the scheduling of a prefetch engine for the data that is already in the pool)

VPSEQT=100 (If you wish to prime the pool by selecting the whole table)

Set VPSEQT = 100 before the prime process and reset VPSEQT = 0 afterwards).

PGSTEAL = FIFO (If the read I/O rate is zero or minimal)

4KB pools for USER data

Separate Table spaces AND index spaces

Table space < Index space (As Table space is expected to have more asynchronous I/O than Index space)

Table Space pool’s VPSEQT > Index Space pool’s VPSEQT

40%-80%                                             20%-40%

·         If System Residency Time =    Random Page Residency Time=    Sequential Residency Time for most of the periods, then LOWER VPSEQT until the Threshold becomes effective.

·         Separate pools for LOB Table Spaces (due to different nature of GETPAGE and I/O activity)

·         Separate pools have to be used to prioritize one set of objects over other

·         It is necessary to separate out some objects due to special performance requirements and need to monitor access to the objects closely.

Security Awareness
Would you like your company to implement gamification into your security awareness program?





Polls