I have hopefully a simple question. When doing updates on a table, specifically switching boolean values, the table continually grows in size although I'm only switching booleans from false to true. I can get the space back by doing the VACUUM command but since our table is very large that is not a good option since it takes a day+ to finish. First I was wondering why the table size grows with each UPDATE statement and second is there a way to stop this from happening without having to do a VACUUM too often. Any pointers would be most helpful, rkrenek