home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / ingres / 996 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.3 KB

  1. Path: sparky!uunet!olivea!decwrl!rtech!ingres!kerry
  2. From: kerry@Ingres.COM (Kerry Kurasaki)
  3. Newsgroups: comp.databases.ingres
  4. Subject: Re: Sorting on multiple locations ?
  5. Message-ID: <1992Jul24.165308.19292@pony.Ingres.COM>
  6. Date: 24 Jul 92 16:53:08 GMT
  7. References: <1992Jul24.162411.22586@jupiter.sun.csd.unb.ca>
  8. Reply-To: kerry@Ingres.COM (Kerry Kurasaki)
  9. Organization: Ask Computer Systems Inc., Ingres Division, Alameda CA 94501
  10. Lines: 21
  11.  
  12. In article <1992Jul24.162411.22586@jupiter.sun.csd.unb.ca> leath@atlas.cs.upei.ca (Stephen Leath) writes:
  13. >We are trying to setup ingres so that sorts will sort over multiple
  14. >locations, but, have had no luck so far. We having trouble understanding
  15. >the use and setting of the ingres logical II_WORKDIR_XX_NN. Has anyone
  16. >accomplished this and if so, is there anything else to do besides setting
  17. >the logical ?
  18. >
  19.  
  20. The "XX" in the WORKDIR logical is the installation id and is
  21. case sensitive.  e.g. if II_INSTALLATION is set to "pk", then you
  22. want to set II_WORKDIR_pk_1, II_WORKDIR_pk_2, etc.
  23.  
  24. The WORKDIR variable need to be pointed to the top of an INGRES tree.
  25. On UNIX, this will look like:  .../ingres/work/default
  26.  
  27. The II_WORKDIR variable is read only as startup time, so you will have
  28. to restart the server whenever you decide to change sort locations.
  29.  
  30. Hope this helps.
  31.  
  32. Kerry
  33.