home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / informix / 2483 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!emory!not-for-mail
  2. From: anasaz!qip.naomi@enuucp.eas.asu.edu (Naomi Walker)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: your mail
  5. Date: 20 Nov 1992 09:38:04 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 32
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1eit8cINN5ta@emory.mathcs.emory.edu>
  11. Reply-To: anasaz!qip.naomi@enuucp.eas.asu.edu (Naomi Walker)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1629>
  14.  
  15. > In the good old days of SE, a table with a high level of activity
  16. > (i.e. deletions/inserts) became riddled with old data row slots 
  17. > which were available for re-write, and the index began to look like
  18. > swiss cheese.  To correct this periodic unload/loads or cluster
  19. > manipulation or ALTER TABLE (same as an unload/load but more user-friendly)
  20. > were needed to keep index and data table efficiency at peak.
  21. > Is this also true of Online?  Or does Online do this automagically?
  22. Raw Online space does get very fragmented, especially if you are short
  23. of room in the partition.  Table extents become very small and numerous
  24. and it causes performance problems.  Tables can generally have about
  25. 240 extents, and it is possible to reach that value and come to a grinding
  26. halt.  
  27.  
  28. We regularly monitor all our production systems extents and partition
  29. fragmention.  Tbunloading and tbloading the database back typically puts
  30. all the data for each table in the first extent (if there is enough 
  31. contiguous room).  We then carefully set all the next extents on the
  32. tables, to accomodate future growth.  If tbunloading is unreasonable
  33. because of the database size, we will create an empty new table, with
  34. the first extent set, and copy the data from the old table to the
  35. new table.
  36.  
  37.  
  38.  
  39. -- 
  40.   Naomi Walker  (aka N7FSA)     naomi%anasaz.UUCP@asuvax.eas.asu.edu
  41.  
  42.   Enthusiasm is caught,         In tennis, 
  43.   not taught.                   love means nothing.
  44.