Re: Acclerating INSERT/UPDATE using UPS

Поиск
Список
Период
Сортировка
От Chad Wagner
Тема Re: Acclerating INSERT/UPDATE using UPS
Дата
Msg-id 81961ff50702121600p76d9b91w6354aba3e710ec8e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Acclerating INSERT/UPDATE using UPS  (Gene <genekhart@gmail.com>)
Список pgsql-hackers
On 2/12/07, Gene <genekhart@gmail.com> wrote:
I was curious to see how postgres would perform with wal on a tmpfs vs disk here are some numbers I got from pgbench. Let me know if I did something stupid, this is the first time I've used pgbench. The wal on tmpfs method is not significantly faster.

tmpfs uses virtual memory, so it is likely hitting the disk.  I would try and repeat your cases with ramfs, which uses real memory.  Testing shows that just putting pg_xlog on ramfs yields a 30% boost in performance over disk with a stock configuration.  So there is room for improvement, I am sure.

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: XML export function signatures
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Fix backend crash in parsing incorrect tsquery.