Re: Unexpected query plan results

Поиск
Список
Период
Сортировка
От Dave Dutcher
Тема Re: Unexpected query plan results
Дата
Msg-id 93D00B89F6F84DBCA6B8A06ED08AEB8E@tridecap.com
обсуждение исходный текст
Ответ на Re: Unexpected query plan results  (Anne Rosset <arosset@collab.net>)
Ответы Re: Unexpected query plan results  (Scott Mead <scott.lists@enterprisedb.com>)
Re: Unexpected query plan results  (Anne Rosset <arosset@collab.net>)
Список pgsql-performance
> From: Anne Rosset
> Subject: Re: [PERFORM] Unexpected query plan results
> >
> >
> Thank Dave. We are using postgresql-server-8.2.4-1PGDG and
> have work-mem set to 20MB.
> What value would you advise?
> thanks,
>
> Anne


Work-mem is kind of tricky because the right setting depends on how much ram
your machine has, is the machine dedicated to postgres, and how many
simultaneous connections you have.  If this is a test server, and not used
in production, you could just play around with the setting and see if your
query gets any faster.

Here are the docs on work mem

http://www.postgresql.org/docs/8.2/interactive/runtime-config-resource.html#
RUNTIME-CONFIG-RESOURCE-MEMORY


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

Предыдущее
От: Anne Rosset
Дата:
Сообщение: Re: Unexpected query plan results
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Scalability in postgres