Re: Indexes and Primary Keys on Rapidly Growing Tables

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Indexes and Primary Keys on Rapidly Growing Tables
Дата
Msg-id 4F42D77E.1050504@agliodbs.com
обсуждение исходный текст
Ответ на Indexes and Primary Keys on Rapidly Growing Tables  (Alessandro Gagliardi <alessandro@path.com>)
Ответы Re: Indexes and Primary Keys on Rapidly Growing Tables
Список pgsql-performance
On 2/20/12 2:06 PM, Alessandro Gagliardi wrote:
> . But first I just want to know if people
> think that this might be a viable solution or if I'm barking up the wrong
> tree.

Batching is usually helpful for inserts, especially if there's a unique
key on a very large table involved.

I suggest also making the buffer table UNLOGGED, if you can afford to.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

В списке pgsql-performance по дате отправления:

Предыдущее
От: Alessandro Gagliardi
Дата:
Сообщение: Indexes and Primary Keys on Rapidly Growing Tables
Следующее
От: Alessandro Gagliardi
Дата:
Сообщение: Re: Indexes and Primary Keys on Rapidly Growing Tables