Maximum Possible Insert Performance?

From: William Yu <wyu(at)talisys(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Maximum Possible Insert Performance?
Date: 2003-11-24 03:48:13
Message-ID: bprv1q$1j5o$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2003-11-24 04:21:33 Re: Maximum Possible Insert Performance?
Previous Message Josh Berkus 2003-11-22 17:19:23 Re: pg_autoconfig.pl