Re: Inserts or Updates

Поиск
Список
Период
Сортировка
От Frank Lanitz
Тема Re: Inserts or Updates
Дата
Msg-id 4F33CA03.3080106@frank.uvena.de
обсуждение исходный текст
Ответ на Re: Inserts or Updates  (Ofer Israeli <oferi@checkpoint.com>)
Ответы Re: Inserts or Updates  (Ofer Israeli <oferi@checkpoint.com>)
Список pgsql-performance
Am 07.02.2012 18:40, schrieb Ofer Israeli:
> Table 1:
> 46 columns
> 23 indexes on fields of the following types:
> INTEGER - 7
> TIMESTAMP - 2
> VARCHAR - 12
> UUID - 2
>
> 23 columns
> 12 indexes on fields of the following types:
> INTEGER - 3
> TIMESTAMP - 1
> VARCHAR - 6
> UUID - 2

Are you regularly updating all columns? If not, maybe a good idea to
split the tables so highly updated columns don't effect complete line.

cheers,
Frank

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

Предыдущее
От: Vik Reykja
Дата:
Сообщение: Re: Inserts or Updates
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: random_page_cost = 2.0 on Heroku Postgres