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

  1. Path: sparky!uunet!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: <1992Nov11.154550.8547@informix.com>
  6. Date: 11 Nov 92 15:45:50 GMT
  7. References: <1992Nov10.194403.26029@magnus.acs.ohio-state.edu>
  8. Sender: news@informix.com (Usenet News)
  9. Organization: Informix Software, Inc.
  10. Lines: 28
  11.  
  12. Mark Trotter writes:
  13. >David Kosenko writes (from Informix):
  14. > > You cannot "convince" the server to use raw space (dbspace space, actually)
  15. > > for sorts.  The "new" sort package was designed to perform parallel
  16. > > sorting on SMP machines.  This requires having different drives available
  17. > > for i/o when psorting is used.  It was decided that the best approach to
  18. > > this was to use Unix files for the sorting process (generally only used
  19. > > for larger sorts).
  20. >
  21. >And I reply:
  22. >I don't have a SMP machine.  I will take a stab at guessing that most of the
  23. >machines running Informix are not SMP machines.  Using the file system for
  24. >data storage seems to be a step backwards on my machine, especially for
  25. >"larger sorts".  I don't have the room, and don't want the overhead.  How
  26. >can I get sorting back in the dbspace where it belongs?
  27.  
  28. Well, "where it belongs" is rather subjective, but if I wasn't clear enough 
  29. in my previous response: sorting will NOT use dbspace space, it will always
  30. use Unix file space.  You cannot "get sorting back in the dbspace."  The new
  31. sort package was designed to be able to take advantage of SMP machines, but
  32. works and is also used for single processor machines.
  33.  
  34. Dave
  35. -- 
  36. Disclaimer: These opinions are not those of Informix Software, Inc.
  37. **************************************************************************
  38. "I look back with some satisfaction on what an idiot I was when I was 25,
  39.  but when I do that, I'm assuming I'm no longer an idiot." - Andy Rooney
  40.