temporary memory configuration

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема temporary memory configuration
Дата
Msg-id 2f4958ff0811050709n5d8c6f62kfb09032d72d77b35@mail.gmail.com
обсуждение исходный текст
Ответы Re: temporary memory configuration  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general

hey folks, 

so suppose I have a query that in explain analyze 
Sort Method: external merge Disk: 218080kB

What param should I set to high up, to end up with that sort in memory, and also - will that memory will always be allocated per connection, (I am bit worried that having say 320MB of temporary memory space per connection will reduce number of possible connections). The query is not run quite often, but it would be nice to see it running faster, as it is a report type of query - and these ppl are usualy very unpatient. Currently it runs around 1-2 minutes with 1-6M rows to process join etc across 2-3 tables.

--
GJ

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

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: gin creation and previous history of server
Следующее
От: Joshua Tolley
Дата:
Сообщение: Re: Error in starting Postgresql...