Re: Planner constants for RAM resident databases

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Planner constants for RAM resident databases
Дата
Msg-id 200507051433.28971.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Planner constants for RAM resident databases  (Emil Briggs <emil@baymountain.com>)
Список pgsql-performance
Emil,

>   ->  Merge Left Join  (cost=9707.71..13993.52 rows=1276 width=161)
> (actual time=164.423..361.477 rows=49 loops=1)

That would indicate that you need to either increase your statistical
sampling (SET STATISTICS) or your frequency of running ANALYZE, or both.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: David Gagnon
Дата:
Сообщение: Re: Why the planner is not using the INDEX .
Следующее
От: Alexander Stanier
Дата:
Сообщение: Re: Heavy virtual memory usage on production system