AW: [HACKERS] Pg takes at least 2 hours to retrieve 7650 rows

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas IZ5
Тема AW: [HACKERS] Pg takes at least 2 hours to retrieve 7650 rows
Дата
Msg-id 219F68D65015D011A8E000006F8590C60267B354@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> real    107m48.354s
> user    0m1.140s
> sys     0m0.040s
> 
Please give us output of:explain SELECT movimentazioni.azienda
> FROM movimentazioni,capi
> where ((capi.matricola = movimentazioni.matricola )
> and (capi.specie = movimentazioni.specie ) );
> Andreas
PS: what it should do is seq scan on movimentazioni and index path
on capiwhat it could do if it was implemented is full index scan on
movimentazioni


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

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Pg takes at least 2 hours to retrieve 7650 rows
Следующее
От: Atsushi Mano
Дата:
Сообщение: ...