VSAM DB2 and number of extent
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: VSAM DB2 and number of extent
Well, I did analyze the listcat and the result is 163 extents with a total of 87375 tracks.
Re: VSAM DB2 and number of extent
Yes of course and that is the problem.
We would like to get less extent for DB2 perfomance.
For example this DB2 VSAM has the same size and only 22 extents :
We would like to get less extent for DB2 perfomance.
For example this DB2 VSAM has the same size and only 22 extents :
Code: Select all
DBDCL.CFS.DBRL.TKSL.J0001.A002 87375 ? 22
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: VSAM DB2 and number of extent
vsam extent consolidation ???
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: VSAM DB2 and number of extent
Back in the days before RAID type DASD, multiple extents had a potential performance impact because they often required unproductive movement of the the disk's access mechanism.
With RAID type DASD, in a technical sense, this is no longer true. The RAID mechanism scatters your data all over the physical media in ways you cannot control regardless of the extent definition. In any event, opening the data usually loads the data into the RAID controller's cache memory, so no additional I/O to the RAID device's physical media is required.
The primary advantage of reducing DASD extents is it forces the logical data into contiguous logical space, which looks better on reports. There is little, if any, performance impact from consolidating extents.
This appears to be something dreamed up by a more ignorant than usual PHB type.
With RAID type DASD, in a technical sense, this is no longer true. The RAID mechanism scatters your data all over the physical media in ways you cannot control regardless of the extent definition. In any event, opening the data usually loads the data into the RAID controller's cache memory, so no additional I/O to the RAID device's physical media is required.
The primary advantage of reducing DASD extents is it forces the logical data into contiguous logical space, which looks better on reports. There is little, if any, performance impact from consolidating extents.
This appears to be something dreamed up by a more ignorant than usual PHB type.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
compare number lines of two dataset
by samb01 » Wed Nov 13, 2024 8:46 pm » in DFSORT/ICETOOL/ICEGENER - 6
- 2050
-
by sergeyken
View the latest post
Fri Nov 15, 2024 12:41 pm
-
-
- 2
- 1406
-
by Robert Sample
View the latest post
Fri Oct 22, 2021 9:41 pm
-
- 3
- 7844
-
by socker_dad
View the latest post
Thu Jan 28, 2021 4:13 am
-
-
Can anyone tell me how to retrieve the vsam system timestamp
by jdechirico » Tue Jun 18, 2024 9:22 pm » in VSAM/SMS - 1
- 1535
-
by enrico-sorichetti
View the latest post
Tue Jun 18, 2024 10:06 pm
-
-
- 2
- 1422
-
by naga821
View the latest post
Fri Oct 28, 2022 7:31 pm