Re: High activity short table and locks - Mailing list pgsql-general

From Richard Huxton
Subject Re: High activity short table and locks
Date
Msg-id 48898B53.60707@archonet.com
Whole thread Raw
In response to Re: High activity short table and locks  ("Guillaume Bog" <guibog@gmail.com>)
List pgsql-general
Guillaume Bog wrote:
> Hello,
>
> My first impression is that vacuuming the offending table very often helps a
> lot. I'm doing it by hand for now but I will have a cronjob for this. By the
> way, it seems I don't need thoses indexes anymore. Thanks a lot for your
> helpful advices.

Excellent! Oh, when you set up your cron-job, it's probably better to
vacuum this sort of table too often rather than not enough.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: "Guillaume Bog"
Date:
Subject: Re: High activity short table and locks
Next
From: "A B"
Date:
Subject: I often have to do "update if exist, else insert", is my database design wrong?