Re: Very slow queries

Поиск
Список
Период
Сортировка
От Ted Allen
Тема Re: Very slow queries
Дата
Msg-id 45BFB53E.1040105@blackducksoftware.com
обсуждение исходный текст
Ответ на Very slow queries  (Sidar López Cruz <sidarlopez@hotmail.com>)
Список pgsql-performance
What indexes do those tables have?  Any?

Sidar López Cruz wrote:
> Check this:
>
> query: Delete From ceroriesgo.salarios Where numero_patrono Not In
> (Select numero_patrono From ceroriesgo.patronos)
>
> Seq Scan on salarios  (cost=51021.78..298803854359.95 rows=14240077
> width=6)
>  Filter: (NOT (subplan))
>  SubPlan
>    ->  Materialize  (cost=51021.78..69422.58 rows=1032980 width=25)
>          ->  Seq Scan on patronos  (cost=0.00..41917.80 rows=1032980
> width=25)
>
>
> These query took a day to finish, how or who can improove better
> performance of my PostgreSQL.
>
> _________________________________________________________________
> Charla con tus amigos en línea mediante MSN Messenger:
> http://messenger.latam.msn.com/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>


--

*Edward Allen*
Software Engineer
Black Duck Software, Inc.

tallen@blackducksoftware.com <mailto:tallen@blackducksoftware.com>
T +1.781.891.5100 x133
F +1.781.891.5145
http://www.blackducksoftware.com


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

Предыдущее
От: Sidar López Cruz
Дата:
Сообщение: Re: Very slow queries
Следующее
От: "Chad Wagner"
Дата:
Сообщение: Re: Very slow queries