Re: [PERFORM] Re: Re: Query running slow for only one specific id. (Postgres 9.3) version - Mailing list pgsql-general

From Steve Crawford
Subject Re: [PERFORM] Re: Re: Query running slow for only one specific id. (Postgres 9.3) version
Date
Msg-id 5571F9AD.2060402@pinpointresearch.com
Whole thread Raw
In response to Re: Re: Query running slow for only one specific id. (Postgres 9.3) version  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
On 06/05/2015 12:28 PM, Steve Crawford wrote:
On 06/05/2015 11:38 AM, Sheena, Prabhjot wrote:

When I run vacuum analyze it fixes the problem but after 1 or 2 days the problem comes back

 

Is autovacuum running and using what settings?

(select name, setting from pg_settings where name ~ 'autovacuum'
or name ~ 'statistics';)

Cheers,
Steve

P.S. The convention on the PostgreSQL mailing lists it to bottom-post, not top-post replies.

And just to confirm, are there any table-specific overrides to the system-wide settings?

Cheers,
Steve

pgsql-general by date:

Previous
From: Steve Crawford
Date:
Subject: Re: Re: Query running slow for only one specific id. (Postgres 9.3) version
Next
From: Tom Lane
Date:
Subject: Re: alter column type