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

  1. Path: sparky!uunet!europa.asd.contel.com!emory!emory.mathcs.emory.edu
  2. From: widener!obelix.informix.com!johnl@emory.mathcs.emory.edu (Jonathan Leffler)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re:  TPC and Informix
  5. Message-ID: <9411@emory.mathcs.emory.edu>
  6. Date: 28 Aug 92 11:48:03 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: widener!obelix.informix.com!johnl@emory.mathcs.emory.edu (Jonathan Leffler)
  9. Lines: 41
  10. X-Informix-List-ID: <list.1408>
  11.  
  12. >From: uunet!baloo.ee.byu.edu!kelly (J. Kelly Flanagan)
  13. >Subject: TPC and Informix
  14. >Date: 27 Aug 92 15:29:21 GMT
  15. >X-Informix-List-Id: <news.1721>
  16. >
  17. >    How simple is Informix to install on a 486 machine running
  18. >    UNIX?  I can run Interactive SYSV R3.2 or DELL UNIX SYSV R4.
  19.  
  20.     Very.  As root, use cpio (or possibly tar) to extract product off
  21.     distribution media into directory where product will live --
  22.     /usr/informix is the normal place.  Then run the install script
  23.     (./installsql, ./installstar, or whatever) to brand the product.
  24.     End of installation.
  25.  
  26.     If you are commissioning OnLine and want to use raw disks (a good
  27.     idea), then you need to know how to set up a raw partition which
  28.     is not being used by Unix.  This can be tricky to do
  29.     retrospectively -- but it is a problem with Unix rather than
  30.     Informix per se.
  31.  
  32. >    I keep hearing about tuning the database, is this required?
  33. >    How difficult is this to do?
  34.  
  35.     It depends on the engine.  Standard Engine is not very tunable --
  36.     it is simple to install and largely idiot-proof.  OnLine is
  37.     considerably more complex and does benefit from tuning, though
  38.     even untuned configurations work, often surprisingly well
  39.     considering...  More important, in general, is tuning the database
  40.     design, and the way the application uses the database.  As many
  41.     performance problems are due to poor application design as they
  42.     are to engine performance.
  43.  
  44. >    Will the TPC-A and TPC-B benchmarks run on Informix?  Has
  45. >    anyone done it that could share their code with me?
  46.  
  47.     Of course they do.  I don't have shareable code, I'm afraid.  Are
  48.     you sure you want to do TPC-A on a 486?  The difficulty with TPC-A
  49.     is the terminal handling rather than the database handling.
  50.  
  51. Yours,
  52. Jonathan Leffler (johnl@obelix.informix.com) #include <disclaimer.h>
  53.