Very slow queries

Поиск
Список
Период
Сортировка
От Sidar López Cruz
Тема Very slow queries
Дата
Msg-id BAY132-F4C49B88EDFA35EDBBD618CEA60@phx.gbl
обсуждение исходный текст
Ответы Re: Very slow queries
Re: Very slow queries
Список pgsql-performance
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/


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

Предыдущее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: Querying distinct values from a large table
Следующее
От: Sidar López Cruz
Дата:
Сообщение: Re: Very slow queries