Quote:
Originally posted by DBAgirl
Hi All,
Has anyone actually seen performance gains with raw in DB2? When would you recommend it?
HP/UX 11i 64-bit
DB2 V8.1.4
1.5 TB OLTP database with nightly batch proccesses.
Thanks,
DBAgirl
|
there are many factors that affect DB2 I/O performance:
1st is the Disk load balancing ( OS & paging space on physical disks, DB2 filesystems on other physical disks )
2nd Access time of the logical partion of db2 filesystems ( under AIX you can assign allocation type Center/Outer/Core/Inner )
try to use the Center part of the disk ( give minimum access time)
3rd Buffer Pool size of the Database, as much as 70% of the machine memory should be allocated to the DB buffer pools ( in case that the machine is a native DB server )
4th Type of Table Space ( SMS or DMS ) for unix systems DMS is much faster than DMS specially in large databases
5th Wait I/O should not be more than 25% of the CPU usage, otherwise there shoud be a need for I/O tunning on the system