Re: How can I Improve performance in Solaris?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: How can I Improve performance in Solaris?
Дата
Msg-id 20030813161701.GA599@libertyrms.info
обсуждение исходный текст
Ответ на Re: How can I Improve performance in Solaris?  (ingrid martinez <ingridm@qoslabs.com>)
Список 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@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: How can I Improve performance in Solaris?
Следующее
От: ingrid martinez
Дата:
Сообщение: Re: How can I Improve performance in Solaris?