I have a DB that's about 1000 rows and 100 columns with 97 of them being updated every 20-30 min. This DB is basically
allof the data that I poll off of 1000 different machines thats used by different scripts. How often should I run
Vacuum? Would I be better off doing it every time after I do my updates?
Travis