DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: row-chaining problem

  1. #1
    Join Date
    Mar 2001
    Posts
    287

    row-chaining problem

    I have a column with date data type. Most of the rows in the table have null value in this date column. If, in the future, the date column is likely to be updated so that it contains data, could this cause any row-chaining problem?

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    It's more likely that it would cause row migration.

    If individual rows grow so that they can no longer be stored in that block, then they will be migrated to another block with space for them.

    If they are so large that they cannot be contained in a single block, then they would be split over multiple blocks -- this is row chaining.

    Either of these is a problem, but migration is more easily fixed.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width