Re: Performance issue: index not used on GROUP BY...

Поиск
Список
Период
Сортировка
От Victor Yegorov
Тема Re: Performance issue: index not used on GROUP BY...
Дата
Msg-id CAGnEboj=y5uEYoMudYVU9h-ak082C0TDP0RBDEBs+JMWAr58qQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance issue: index not used on GROUP BY...  (gmb <gmbouwer@gmail.com>)
Список pgsql-performance
2014-08-28 14:29 GMT+03:00 gmb <gmbouwer@gmail.com>:
Unfortunately , I don't have a lot of memory available ( 65 connections ,
work_mem = 64MB in pg conf ).

You don't have to change cluster-wide settings here.

You can issue `SET` command from your client right before running your query, only your session will be affected.


--
Victor Y. Yegorov

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

Предыдущее
От: gmb
Дата:
Сообщение: Re: Performance issue: index not used on GROUP BY...
Следующее
От: Emi Lu
Дата:
Сообщение: Re: autocommit (true/false) for more than 1 million records