Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 6th, 2008, 03:55 PM
Mark A
Guest
 
Posts: n/a
Default Maximum number of STRIPE SETS in a Tablespace

I have an OLTP database that has a tablespace that will start out at about 1
TB, but may grow to 75 TB's in size over the next 5 years. When I add new
containers (on a new mount point), I want to use the BEGIN NEW STRIPE SET
command to avoid rebalancing.

Anyone know the maximum number of STRIPE SET's that can be created for a
tablespace.


  #2  
Old August 6th, 2008, 04:05 PM
Mark A
Guest
 
Posts: n/a
Default Re: Maximum number of STRIPE SETS in a Tablespace

"Mark A" <nobody@nowhere.comwrote in message
news:YRimk.5707$IB6.3557@bignews8.bellsouth.net...
Quote:
>I have an OLTP database that has a tablespace that will start out at about
>1 TB, but may grow to 75 TB's in size over the next 5 years. When I add new
>containers (on a new mount point), I want to use the BEGIN NEW STRIPE SET
>command to avoid rebalancing.
>
Anyone know the maximum number of STRIPE SET's that can be created for a
tablespace.
Correction:

The maximum size of a large tablespace is 16 TB's, so even though my
database will grow to 75 TB's, I will be using multiple tablespaces to stay
under the 16 TB limit. But I still need to add a lot of STRIPE SETs over
time, and need to know the maximum number per tablespace.


  #3  
Old August 9th, 2008, 03:45 AM
Ajean
Guest
 
Posts: n/a
Default Re: Maximum number of STRIPE SETS in a Tablespace

On 8月6日, 下午10时56分, "Mark A" <nob...@nowhere.comwrote:
Quote:
"Mark A" <nob...@nowhere.comwrote in message
>
news:YRimk.5707$IB6.3557@bignews8.bellsouth.net...
>
Quote:
I have an OLTP database that has a tablespace that will start out at about
1 TB, but may grow to 75 TB's in size over the next 5 years. When I add new
containers (on a new mount point), I want to use the BEGIN NEW STRIPE SET
command to avoid rebalancing.
>
Quote:
Anyone know the maximum number of STRIPE SET's that can be created for a
tablespace.
>
Correction:
>
The maximum size of a large tablespace is 16 TB's, so even though my
database will grow to 75 TB's, I will be using multiple tablespaces to stay
under the 16 TB limit. But I still need to add a lot of STRIPE SETs over
time, and need to know the maximum number per tablespace.
OH,db2 has this limited?


How can we break it?


add another tablespace?


  #4  
Old August 9th, 2008, 03:55 AM
Mark A
Guest
 
Posts: n/a
Default Re: Maximum number of STRIPE SETS in a Tablespace

>"Ajean" <jean.luc.hu@gmail.comwrote in message
Quote:
>news:eb2c1b24-16d7-4f4c-b4cd->9f8507af7c5a@z6g2000pre.googlegroups.com...
>OH,db2 has this limited?
>How can we break it?
>add another tablespace?
I need to know how many time I can extend a tablespace by adding new
containers in a new stripe set to avoid rebalancing. I don't care about the
maximum tablespace size of 16TB, it is not relevant to my question.


  #5  
Old August 13th, 2008, 07:25 PM
kschlamb@ca.ibm.com
Guest
 
Posts: n/a
Default Re: Maximum number of STRIPE SETS in a Tablespace

On Aug 8, 10:47 pm, "Mark A" <nob...@nowhere.comwrote:
Quote:
Quote:
"Ajean" <jean.luc...@gmail.comwrote in message
news:eb2c1b24-16d7-4f4c-b4cd->9f8507af7__BEGIN_MASK_n#9g02mG7!__...__END_MASK_i ?a63jfAD$z__@z6g2000pre.googlegroups.com...
OH,db2 has this limited?
How can we break it?
add another tablespace?
>
I need to know how many time I can extend a tablespace by adding new
containers in a new stripe set to avoid rebalancing. I don't care about the
maximum tablespace size of 16TB, it is not relevant to my question.
Hi Mark,

There is in fact a limit but it is not a specific number of stripe
sets. The limit is on the size of the tablespace's map (which is
limited to about 44K in V9.1 and later). This map is made up of one
or more ranges (you can see this as part of a tablespace snapshot) and
generally you have one range per stripe set (if all of the containers
within a stripe set are the same size then there is only range; you
get more ranges if the containers have different sizes -- which is not
recommended).

The size of each individual range in a tablespace (and this is where
the 'it depends' part comes in) is based on the maximum number of
containers in any of the stripe sets in the tablespace (as an aside,
if you're creating multiple stripe sets then ideally you will have the
same number of containers in each stripe set, so as to give you
consistent striping across the tablespace).

I won't get into the specifics of the formula here but let's consider
an example where you have 4 containers per stripe set. In that case,
you'll be able to fit about 750 ranges (stripe sets, assuming one
range per stripe set) in the tablespace. If you have a specific
configuration in mind then let me know.

Hope that helps.

Kelly Schlamb
  #6  
Old August 14th, 2008, 12:55 AM
Mark A
Guest
 
Posts: n/a
Default Re: Maximum number of STRIPE SETS in a Tablespace

<kschlamb@ca.ibm.comwrote in message
news:410c7934-cf03-444f-a11a-d83b9867f022@25g2000hsx.googlegroups.com...
Quote:
Hi Mark,
>
There is in fact a limit but it is not a specific number of stripe
sets. The limit is on the size of the tablespace's map (which is
limited to about 44K in V9.1 and later). This map is made up of one
or more ranges (you can see this as part of a tablespace snapshot) and
generally you have one range per stripe set (if all of the containers
within a stripe set are the same size then there is only range; you
get more ranges if the containers have different sizes -- which is not
recommended).
>
The size of each individual range in a tablespace (and this is where
the 'it depends' part comes in) is based on the maximum number of
containers in any of the stripe sets in the tablespace (as an aside,
if you're creating multiple stripe sets then ideally you will have the
same number of containers in each stripe set, so as to give you
consistent striping across the tablespace).
>
I won't get into the specifics of the formula here but let's consider
an example where you have 4 containers per stripe set. In that case,
you'll be able to fit about 750 ranges (stripe sets, assuming one
range per stripe set) in the tablespace. If you have a specific
configuration in mind then let me know.
>
Hope that helps.
>
Kelly Schlamb
Thanks.


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles