Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / DB2 Topics / September 2008

Tip: Looking for answers? Try searching our database.

Self tuning bufferpool

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dunleav1 - 26 Sep 2008 19:26 GMT
In 9.1 and 9.5 (Linux 64 bit) when a buffer pool is set to self-
tuning, how are blocks configured in respect to blocked vs non-blocked
when self-tuning is set to on?

(ie) I have one bufferpool that is 16k that the IBMDEFAULTBP is shared
between all tablespaces.
The data tablespace has prefetch automatic set to on.
Ian - 26 Sep 2008 20:15 GMT
> In 9.1 and 9.5 (Linux 64 bit) when a buffer pool is set to self-
> tuning, how are blocks configured in respect to blocked vs non-blocked
[quoted text clipped - 3 lines]
> between all tablespaces.
> The data tablespace has prefetch automatic set to on.

STMM will not tune the size of the block-based area of a bufferpool.
dunleav1 - 29 Sep 2008 18:26 GMT
> > In 9.1 and 9.5 (Linux 64 bit) when a buffer pool is set to self-
> > tuning, how are blocks configured in respect to blocked vs non-blocked
[quoted text clipped - 5 lines]
>
> STMM will not tune the size of the block-based area of a bufferpool.
I can't seem to set a block based area in a bufferpool that is self
tuning.
I can't set a large initial size for the bufferpool area either. When
I set a size and recycle the database, the
initial size defaults back to 1000 16k when using self tuning.

Isn't it possible to allocate a larger initial bufferpool area, and to
use block-based bufferpools when using self tuning memory?
Ian - 29 Sep 2008 20:06 GMT
> I can't seem to set a block based area in a bufferpool that is self
> tuning.

create bufferpool bp
    size 100000 automatic
    numblockpages 1000
    pagesize 4096

> I can't set a large initial size for the bufferpool area either. When
> I set a size and recycle the database, the
> initial size defaults back to 1000 16k when using self tuning.

alter bufferpool yourbp size 100000 automatic numblockpages 1000

Keep in mind, DB2 may reduce the size of the bufferpool if it doesn't
see demand for it.

> Isn't it possible to allocate a larger initial bufferpool area, and to
> use block-based bufferpools when using self tuning memory?

Yes.  But as I said, the number of block pages is fixed when the
bufferpool is allocated.  So, while STMM may grow (and shrink) the
size of the page-based area of the bufferpool, the block-based
area will remain fixed.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.