Re: Acclerating INSERT/UPDATE using UPS - Mailing list pgsql-hackers

From Chad Wagner
Subject Re: Acclerating INSERT/UPDATE using UPS
Date
Msg-id 81961ff50702121600p76d9b91w6354aba3e710ec8e@mail.gmail.com
Whole thread Raw
In response to Re: Acclerating INSERT/UPDATE using UPS  (Gene <genekhart@gmail.com>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: XML export function signatures
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Fix backend crash in parsing incorrect tsquery.