16,777,216th comment breaks Slashdot

LincLinc OwnerDetroit Icrontian
edited November 2006 in Science & Tech
Slashdot has had to disable comment posting while they run a database fix. It's short, so I'll just quote the whole thing:
Last night we crossed over 16,777,216 comments in the database. The wise amongst you might note that this number is 2^24, or in MySQLese an unsigned mediumint. Unfortunately, like 5 years ago we changed our primary keys in the comment table to unsigned int (32 bits, or 4.1 billion) but neglected to change the index that handles parents. We're awesome! Fixing is a simple ALTER TABLE statement... but on a table that is 16 million rows long, our system will take 3+ hours to do it, during which time there can be no posting. So today, we're disabling threading and will enable it again later tonight. Sorry for the inconvenience. We shall flog ourselves appropriately.
That's just amusing.

Source: Slashdot

Comments

  • edited November 2006
    Oops! ;D;D
  • WinfreyWinfrey waddafuh Missouri Icrontian
    edited November 2006
    I guess sometimes you miss those minor details!:doh:
    That's a heck of a lot of comments!
Sign In or Register to comment.