Re: The query plan get all columns but I'm using only one column. - Mailing list pgsql-performance

From Michael Lewis
Subject Re: The query plan get all columns but I'm using only one column.
Date
Msg-id CAHOFxGoo2SmxMGDLL4hRQsGCDVw_-u8L6mhSoqkKRXR5m5OQAg@mail.gmail.com
Whole thread Raw
In response to The query plan get all columns but I'm using only one column.  (Moises Lopez <moylop260@vauxoo.com>)
List pgsql-performance
It is generally a very bad idea to turn off autovacuum. When it is causing problems, it is likely that it needs to run more often to keep up with the work, rather than not run at all. Certainly if it is turned off, it would be critical to have a regularly scheduled process to vacuum analyze all tables.

pgsql-performance by date:

Previous
From: Moises Lopez
Date:
Subject: Re: The query plan get all columns but I'm using only one column.
Next
From: Michael Lewis
Date:
Subject: Re: The query plan get all columns but I'm using only one column.