home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / informix / 2371 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.8 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!ira.uka.de!gmd.de!jvnc.net!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!gossip.pyramid.com!pyramid!infmx!davek
  2. From: davek@informix.com (David Kosenko)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: out-of-control /tmp files
  5. Message-ID: <1992Nov10.161115.29748@informix.com>
  6. Date: 10 Nov 92 16:11:15 GMT
  7. References: <1992Nov9.193011.6076@magnus.acs.ohio-state.edu>
  8. Sender: news@informix.com (Usenet News)
  9. Organization: Informix Software, Inc.
  10. Lines: 26
  11.  
  12. Mark L Trotter writes:
  13. >Hi netheads,
  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.    You cannot "convince" the server to use raw space (dbspace space, actually)
  25.    for sorts.  The "new" sort package was designed to perform parallel
  26.    sorting on SMP machines.  This requires having different drives available
  27.    for i/o when psorting is used.  It was decided that the best approach to
  28.    this was to use Unix files for the sorting process (generally only used
  29.    for larger sorts).
  30.  
  31.  
  32. Dave
  33. -- 
  34. Disclaimer: These opinions are not those of Informix Software, Inc.
  35. **************************************************************************
  36. "I look back with some satisfaction on what an idiot I was when I was 25,
  37.  but when I do that, I'm assuming I'm no longer an idiot." - Andy Rooney
  38.