Hi,
I'm confused a bit trying to decicde right tablespace extent size.
My config:
8 POWER5 CPU's
32 Gb RAM
os AIX 5.3
db2 v8
For storage I use IBM FAST700 model 1742 SAN.
My storage config:
RAID-5 array (10 disks) for data
RAID-1 array (2 disks) for db logs
Segment Size 64Kb (what is "segment size" strip? stripe?)
Every source I read states that I should set tablespace extent size equal to or multiple of RAID stripe size.
!! BUT term 'stripe' varies depending on source I read.
According to IBM:
"The amount of contiguous data on each spindle in a RAID array is known as a “strip” and the amount of data across the array that comprises all the strips in a single array is called a “stripe”."
Source:
http://download.boulder.ibm.com/ibmd...rage_1008I.pdf
So in my case stripe size would be 64 x 9 = 576 Kb
But other sources state that stripe is simply amount of data put on single disk in RAID array. According to this my stripe size would be 64 Kb.
So I should choose my extent size according to piece of data put on single disk in array or according to sum of all 'strips' per RAID-5 array minus one ?
I have some large tablespace(120Gb) already configured with extent size of 64 Kb on disk I mentioned before (RAID-5 array (10 disks) ) - so it's eficient or not ?
thanks
Vilius