home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / informix / 2369 < prev    next >
Encoding:
Text File  |  1992-11-10  |  2.2 KB  |  43 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!mtrotter
  3. From: trotter.1@osu.edu  (Mark Trotter)
  4. Subject: re: out-of-control /tmp files
  5. Message-ID: <1992Nov10.194403.26029@magnus.acs.ohio-state.edu>
  6. Originator: mtrotter@bottom.magnus.acs.ohio-state.edu
  7. Sender: news@magnus.acs.ohio-state.edu
  8. Nntp-Posting-Host: bottom.magnus.acs.ohio-state.edu
  9. Organization: The Ohio State University
  10. Date: Tue, 10 Nov 1992 19:44:03 GMT
  11. Lines: 30
  12.  
  13. Mark L Trotter writes:
  14. >  I'm now using the latest and greatest version of Informix, 4GL 4.1 and
  15. >OnLine 5.0, and the sort package has me miffed.  When I perform a select
  16. >that contains a UNIQUE or ORDER BY, this thing cranks up a temporary file
  17. >in my /tmp directory of my file system.  The problem is I have only a
  18. >little bit of file space left, but my raw Informix drive has over 200mb
  19. >sitting empty!  How can I convince it to use the raw device? And why
  20. >are we converting back to using the OS, and it's overhead, to manipulate
  21. >data instead of the OnLine engine using the raw device?
  22. >BTW, I'm on an HP9000/832 and HPUX 8.0
  23.  
  24. David Kosenko writes (from Informix):
  25.  > You cannot "convince" the server to use raw space (dbspace space, actually)
  26.  > for sorts.  The "new" sort package was designed to perform parallel
  27.  > sorting on SMP machines.  This requires having different drives available
  28.  > for i/o when psorting is used.  It was decided that the best approach to
  29.  > this was to use Unix files for the sorting process (generally only used
  30.  > for larger sorts).
  31.  
  32. And I reply:
  33. I don't have a SMP machine.  I will take a stab at guessing that most of the
  34. machines running Informix are not SMP machines.  Using the file system for
  35. data storage seems to be a step backwards on my machine, especially for
  36. "larger sorts".  I don't have the room, and don't want the overhead.  How
  37. can I get sorting back in the dbspace where it belongs?
  38.  
  39. !------------------------------------------------------------------------!
  40. !        Mark Trotter @ The Ohio State University Graduate School        !
  41. !     voice 614/292-6031  FAX 614/292-3656  BITNET trotter.1@osu.edu     !
  42. !------------------------------------------------------------------------!
  43.