home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / informix / 1830 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!sun!amdcad!weitek!pyramid!infmx!davek
  2. From: davek@informix.com (David Kosenko)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Temp Tables
  5. Message-ID: <1992Aug27.164347.28438@informix.com>
  6. Date: 27 Aug 92 16:43:47 GMT
  7. References: <9397@emory.mathcs.emory.edu>
  8. Sender: news@informix.com (Usenet News)
  9. Organization: Informix Software, Inc.
  10. Lines: 22
  11.  
  12. Naomi Walker writes:
  13. >
  14. >I thought you could control where temp tables were created (from 4.1
  15. >Online) using DBTEMP.  We sometimes have to create them in Unix file 
  16. >space.
  17.  
  18. DBTEMP has no effect on temporary *tables* created in OnLine; they will
  19. always exist in the root dbspace.
  20.  
  21. Temporary *files*, created by the sort package, will be created in Unix
  22. file space.  They will be located in: $PSORT_DBTEMP, $DBTEMP, or /tmp
  23. (in that order of preference).
  24.  
  25. A future release of OnLine will allow you to specify the dbspace to
  26. be used for temporary tables.
  27.  
  28. Dave
  29. -- 
  30. Disclaimer: These opinions are not those of Informix Software, Inc.
  31. **************************************************************************
  32. The heart and the mind on a parallel course, never the two shall meet.
  33.                         -E. Saliers
  34.