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

  1. Path: sparky!uunet!europa.asd.contel.com!emory!hermes1.sps.mot.com
  2. From: baskett@hermes1.sps.mot.com (Bob Baskett)
  3. Newsgroups: comp.databases.informix
  4. Subject: Online 5.0
  5. Message-ID: <9221@emory.mathcs.emory.edu>
  6. Date: 23 Jul 92 01:53:09 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: baskett@hermes1.sps.mot.com (Bob Baskett)
  9. Lines: 23
  10. X-Informix-List-ID: <list.1335>
  11.  
  12.  
  13. I am interested in any bugs/problems anyone is having with OnLine version
  14. 5.0.  We are running 5.00.UC2 on a sun 690MP and have come across a few
  15. quirks;
  16.  
  17. 1. select a.rowid, b.rowid
  18.    from   table1 a, table2 b
  19.    where  a.col1 = b.col1
  20.  
  21.    this returns some interesting values - namely, if you dont have an
  22.    index on the join columns for both tables it returns the max rowids
  23.    from both tables for each line.  add an index to table1, you will
  24.    get the correct rowids for table1 and the max rowid from table2.
  25.  
  26. 2. tbcheck -pe appears to be limited to 14 chunks. we currently have
  27.    21 chunks.
  28.  
  29. There are more. Let me know if you come across any.
  30.  
  31. --
  32. Bob Baskett
  33. Motorola, Inc.
  34. baskett@hermes1.sps.mot.com
  35.