Maximum Possible Insert Performance?

Поиск
Список
Период
Сортировка
От William Yu
Тема Maximum Possible Insert Performance?
Дата
Msg-id bprv1q$1j5o$1@news.hub.org
обсуждение исходный текст
Ответы Re: Maximum Possible Insert Performance?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Maximum Possible Insert Performance?  (Josh Berkus <josh@agliodbs.com>)
Re: Maximum Possible Insert Performance?  (Joe Conway <mail@joeconway.com>)
Re: Maximum Possible Insert Performance?  (Shridhar Daithankar <shridhar_daithankar@myrealbox.com>)
Re: Maximum Possible Insert Performance?  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-performance
My situation is this. We have a semi-production server where we
pre-process data and then upload the finished data to our production
servers. We need the fastest possible write performance. Having the DB
go corrupt due to power loss/OS crash is acceptable because we can
always restore from last night and re-run everything that was done since
then.

I already have fsync off. Short of buying more hardware -- which I will
probably do anyways once I figure out whether I need more CPU, memory or
disk -- what else can I do to max out the speed? Operation mix is about
50% select, 40% insert, 10% update.


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: pg_autoconfig.pl
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Maximum Possible Insert Performance?