Re: How can I Improve performance in Solaris?

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: How can I Improve performance in Solaris?
Дата
Msg-id 1060789790.11688.21.camel@jester
обсуждение исходный текст
Ответ на Re: How can I Improve performance in Solaris?  (ingrid martinez <ingridm@qoslabs.com>)
Список pgsql-performance
On Wed, 2003-08-13 at 11:17, ingrid martinez wrote:
> The query that execute is only inserts, I use a batch of 300 and then do
> commit.
>
> insert into FLOWS values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

Any foreign keys on this table?  Triggers or Rules?

What kind of hardware do you have?  Anything else running on it?

Could you provide the header information from top?


Off the cuff, modify your postgresql.conf for the below and restart
PostgreSQL.

shared_buffers = 1000        # 2*max_connections, min 16
effective_cache_size = 4000  # default in 8k pages


Вложения

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Perfomance Tuning
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: How can I Improve performance in Solaris?