Re: Write performance on a large database

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: Write performance on a large database
Дата
Msg-id BANLkTin4S7dPbuNgkeSoNGqVP7qOi4ZPXQ@mail.gmail.com
обсуждение исходный текст
Ответ на Write performance on a large database  (Håvard Wahl Kongsgård <haavard.kongsgaard@gmail.com>)
Список pgsql-general
2011/6/9 Håvard Wahl Kongsgård <haavard.kongsgaard@gmail.com>:
> To improve the write performance, what are my options?

add more ram. add more checkpoint segments. get faster disks.  reduce
the number of indexes you have. split your big tables into smaller
partitions.

which of these may work depends on your exact problem.  we don't know
what that is.

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Best Practices - Securing an Enterprise application using JBOSS & Postgres
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: plpgsql function with update and seeing changed data from outside during run