From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: How can I Improve performance in Solaris? |
Date: | 2003-08-13 16:17:01 |
Message-ID: | 20030813161701.GA599@libertyrms.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Wed, Aug 13, 2003 at 10:17:45AM -0500, ingrid martinez wrote:
> The query that execute is only inserts, I use a batch of 300 and then do
> commit.
>
> insert into FLOWS values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
Are there any foreign keys, &c?
>
> and
>
> postgresql.conf looks like this
[ . . .]
The configuration is the default. You'll certainly want to increase
the shared memory and fiddle with some of the other usual pieces.
There is some discussion of the config file at
<http://www.varlena.com/varlena/GeneralBits/Tidbits/annotated_conf_e.html>.
Unless the INSERTs are causing SELECTs, though, I can't see what
exactly might be causing you so much difficulty.
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | ingrid martinez | 2003-08-13 16:20:39 | Re: How can I Improve performance in Solaris? |
Previous Message | Rod Taylor | 2003-08-13 15:49:51 | Re: How can I Improve performance in Solaris? |