Mike Cianflone <[EMAIL PROTECTED]> writes: > is it possible to completely turn off the revision tracking feature so that > vacuum does not need to be run at all? No. Of course, if you never update or delete any rows, you don't need VACUUM ... but I suspect that's not what you had in mind. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
- [HACKERS] Turning off revision tracking so vacuum never nee... Mike Cianflone
- Tom Lane