home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: bit.listserv.ibm-main
- Path: sparky!uunet!gatech!destroyer!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!j-grout
- From: j-grout@uxa.cso.uiuc.edu (grout john robert)
- Subject: Use of tape vs. disk (was Re: 3390 blksize calculation)
- References: <IBM-MAIN%92072210340646@RICEVM1.RICE.EDU> <1992Jul22.180350.3499@nevada.edu>
- Message-ID: <Brt37J.G9H@news.cso.uiuc.edu>
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Organization: University of Illinois at Urbana
- Date: Wed, 22 Jul 1992 19:52:29 GMT
- Lines: 32
-
- tierney@nevada.edu (TIM TIERNEY) writes:
-
- >In article <IBM-MAIN%92072210340646@RICEVM1.RICE.EDU> Zoltan Forray <SSTSZXF@VCUVM1.BITNET> writes:
- >>
- >>For instance, on 3480 type media, IBM recommends using the maximum blocksize
- >>that you can, the closer to 32K the better. In fact, they say if using less
- >>than 4K blocks will actually use more 3480 cartridge media than and equivalent
- >>3420 reel tape.
- >>
-
- >Not only use more media, but execution time can go up significantly in this
- >instance. It is *very* possible to make a 3480 take on performance
- >characteristics that allow a 3420-8 to perform better with the only
- >difference being round or square tape. This is due to the fact that the
- >3480 is a streaming device and is generally very poorly suited to start/stop
- >operations. When the 3480 stops is actually runs past where the next block
- >should be written and has to backup before operations can begin again.
-
- IBM advises users who are converting from reel to cartridge tape drives to
- re-assess tape block sizes (bigger block sizes are better on the 3480) and the
- use of tape data sets for activities like logging which have small block sizes
- or require the head to stop frequently for serialization (to make sure that
- all blocks have been written to tape). IBM has been converting their own
- subsystems for years to log initially to disk and archive logs (reblocked to
- large block sizes) to cartridge... in a system like IMS/DC, DB2 or CICS, one
- can be smart and size the disk log data sets to fit predictably on one
- cartridge.
-
- One performance tip: for user applications with variable-length records, RECFM
- VBS substantially aids 3480 performance (because identically-sized consecutive
- blocks better fit the controller's buffer allocation scheme).
-
-