Re: Optimization support

Поиск
Список
Период
Сортировка
От David Gardner
Тема Re: Optimization support
Дата
Msg-id 49605AB9.9080901@gardnerit.net
обсуждение исходный текст
Ответ на Re: Optimization support  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список pgsql-novice
As an addition to that, I would recommend pgadmin3's graphical explain
tool, the diagrams it generates are (in my opinion) fantastic and help
me quickly spot problems in my schema/query.

Also take a look at:
http://www.postgresql.org/docs/8.3/static/kernel-resources.html

in regards to SHMMAX in Linux you should be able to check your current
setting by doing:
cat /proc/sys/kernel/shmmax

Did you vacuum and analyze the database tables?

>> Any support appreciated.
>>
>
> Use 'explain analyse <your query>' to get the execution plan.
>
>
> Andreas
>


--
David Gardner


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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Optimization support
Следующее
От: "Sean Davis"
Дата:
Сообщение: Re: How does "createlang" interact with different schemas?