Re: hashed subplan 5000x slower than two sequential operations

Поиск
Список
Период
Сортировка
От Bryce Nesbitt
Тема Re: hashed subplan 5000x slower than two sequential operations
Дата
Msg-id 4CFFEBB5.8090401@obviously.com
обсуждение исходный текст
Ответ на Re: hashed subplan 5000x slower than two sequential operations  ("Marc Mamin" <M.Mamin@intershop.de>)
Ответы Re: hashed subplan 5000x slower than two sequential operations
Список pgsql-performance
Marc Mamin wrote:
>
> Another point: would a conditionl index help ?
> on articles (context_key) where indexed
>
no.

production=> select count(*),indexed from articles group by indexed;
  count  | indexed
--------+---------
  517433 | t
  695814 | f

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

Предыдущее
От: Bryce Nesbitt
Дата:
Сообщение: Re: hashed subplan 5000x slower than two sequential operations
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Performance under contention