Re: Beginner optimization questions, esp. regarding Tsearch2

Поиск
Список
Период
Сортировка
От Carl Youngblood
Тема Re: Beginner optimization questions, esp. regarding Tsearch2
Дата
Msg-id e5ed7b690608102118k634dd038l16d96e6b29c75654@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Beginner optimization questions, esp. regarding Tsearch2  (Richard Huxton <dev@archonet.com>)
Список pgsql-performance
Thanks a lot for the advice Richard.  I will try those things out and
report back to the list.

Carl

On 8/10/06, Richard Huxton <dev@archonet.com> wrote:
>  From your figures, you're allocating about 64MB to work_mem, which is
> per sort. So, a complex query could use several times that amount. If
> you don't have many concurrent queries that might be what you want.
>
> Also, you've allocated 1GB to your shared_buffers which is more than I'd
> use as a starting point.
>
> You've only mentioned one main table with 100,000 rows, so presumably
> you're going to cache the entire DB in RAM. So, you'll want to increase
> effective_cache_size and reduce random_page_cost.

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

Предыдущее
От: Chris
Дата:
Сообщение: Re: setting up foreign keys
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: [BUGS] BUG #2567: High IOWAIT