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

  1. Path: sparky!uunet!ukma!darwin.sura.net!europa.asd.contel.com!emory!emory!not-for-mail
  2. From: villy@uunet.uu.net (Will Hartung - Master Rallyeist)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Estimating sizes of indexes
  5. Date: 12 Nov 1992 13:53:04 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 21
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1du96gINNcq5@emory.mathcs.emory.edu>
  11. Reply-To: villy@uunet.uu.net (Will Hartung - Master Rallyeist)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1596>
  14.  
  15. > Jim Kunzman writes:
  16. [ stuff deleted ]
  17. > >Can this be done easily?  
  18. >
  19. > For OnLine, this is covered (in the Guide to SQL Tutorial, pg 10-16) 
  20. > Dave
  21.  
  22. Of course, for the REALLY lazy, I've found that if you do a DBSCHEMA on 
  23. a table, in the little comment section at the top it gives you both the
  24. size of the row, and the size of the index(es). The index size is the 
  25. sum of all the indexes including their overhead/padding etc.
  26.  
  27. If you're looking for data to estimate OnLine extents, etc. those numbers
  28. seem to follow the formula given in the Admin guide, and they sure beat the
  29. heck out of adding them up yourself.
  30.  
  31. This was in 4.0/4.1 that I saw these numbers...
  32.  
  33. Will
  34. (uunet!la4gen!villy)
  35.  
  36.