The new system was created by imaging the old system and laying down a
copy on the new box with all directory structures being identical. All
tablespace storage is SMS. We suspected this had something to do with
the SAN component and played with registry settings like
DB2_PARALLEL_IO, and also tried altering the backup command to specify
explicit PARALLELISM values, all to no avail. Since it's just the one
database, we thought there was something special about the way it was
defined, but failed to turn up any significant differences (not that
there aren't any--we just couldn't find them).
What other parameters should we be looking at? My skill set is more
toward applications, than system administration, so I'm at a little
bit of a loss here.
Thanks,
Evan
Oops, I guess it doesn't paint a complete picture without detailing
the target. The files are indeed backed up to disk on the same SAN
device where the data resides, then picked up by TSM and written to
tape. We find it odd that the other databases backed up in the same
fashion, don't suffer from similar performance hits. We suspected it
was something particular to the instance or database itself in
relationship to the SAN.
But you may be on to something with the parity generation. Since after
posting, I loaded data via the IMPORT command into a table on the
database in question. It was 32K rows (50-bytes each) that takes
approximately 20 seconds on the old server but takes over 10 minutes
on the new server. Could the RAID overhead cause such hit?
You did not state clearly if the backup is written to the same disks
(in RAID 5) that contain the database. Then, it might be possible that
you have slower backup due to disk layout. Regarding RAID 5, everyone
should at least look at www.baarf.com. RAID 5 should not be
performance limiting factor for backup operations since most write
operations during backup should be full stripe writes, which avoid
write penalty of RAID 5.
It would not be good practice to put everything (and especially
tablespaces and logs) on same disks in RAID 5 configuration, although
Symmetrix storages have massive caches.
However, I doubt that disk layout may be the only one to blame for
slowing down from 20 seconds to over 10 minutes for data load. You
will probably have to investigate for additional suspects.
Darko Krstic
On Dec 15, 4:15 pm, esmith2112 <esmith2...@gmail.com> wrote: