Re: Nested loops overpriced

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Nested loops overpriced
Дата
Msg-id 87sla6gj6v.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Nested loops overpriced  ("Daniel Cristian Cruz" <danielcristian@gmail.com>)
Ответы Re: Nested loops overpriced  ("Daniel Cristian Cruz" <danielcristian@gmail.com>)
Список pgsql-performance
"Daniel Cristian Cruz" <danielcristian@gmail.com> writes:

>   ->  Nested Loop  (cost=0.00..13187.94 rows=93 width=4) (actual time=2.622..125.739 rows=50 loops=1)
>         ->  Seq Scan on u  (cost=0.00..2838.80 rows=10289 width=4) (actual time=0.012..9.863 rows=10291 loops=1)
>         ->  Index Scan using m_pkey on m  (cost=0.00..0.80 rows=1 width=7) (actual time=0.009..0.009 rows=0
loops=10291)

That's not discounting the nested loop for cache effect at all!

What is your effective_cache_size for this?

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Poor performance with queries using clause: sth IN (...)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Apparently useless bitmap scans