Re: High activity short table and locks

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: High activity short table and locks
Дата
Msg-id 48898B53.60707@archonet.com
обсуждение исходный текст
Ответ на Re: High activity short table and locks  ("Guillaume Bog" <guibog@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Guillaume Bog"
Дата:
Сообщение: Re: High activity short table and locks
Следующее
От: "A B"
Дата:
Сообщение: I often have to do "update if exist, else insert", is my database design wrong?