Re: PostgreSQL OR performance
От
Richard Huxton
Тема
Re: PostgreSQL OR performance
Дата
Msg-id
49131ED5.80307@archonet.com
Ответ на
Re: PostgreSQL OR performance (Віталій Тимчишин)
Список
Дерево обсуждения
PostgreSQL OR performance "Віталій Тимчишин" <tivv00@gmail.com>
Re: PostgreSQL OR performance Jeff Davis <pgsql@j-davis.com>
Re: PostgreSQL OR performance "Віталій Тимчишин" <tivv00@gmail.com>
Re: PostgreSQL OR performance "Helio Campos Mello de Andrade" <helio.campos@gmail.com>
Re: PostgreSQL OR performance "Віталій Тимчишин" <tivv00@gmail.com>
Re: PostgreSQL OR performance "Helio Campos Mello de Andrade" <helio.campos@gmail.com>
Re: PostgreSQL OR performance Richard Huxton <dev@archonet.com>
Re: PostgreSQL OR performance "Віталій Тимчишин" <tivv00@gmail.com>
Re: PostgreSQL OR performance "Віталій Тимчишин" <tivv00@gmail.com>
Re: PostgreSQL OR performance Richard Huxton <dev@archonet.com>
Re: PostgreSQL OR performance "Віталій Тимчишин" <tivv00@gmail.com>
Re: PostgreSQL OR performance Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL OR performance "Віталій Тимчишин" <tivv00@gmail.com>
Re: PostgreSQL OR performance "David Wilson" <david.t.wilson@gmail.com>
Re: PostgreSQL OR performance "Віталій Тимчишин" <tivv00@gmail.com>
Re: PostgreSQL OR performance Tom Lane <tgl@sss.pgh.pa.us>
Віталій Тимчишин wrote: > As you can see from other plans, it do have all the indexes to perform it's > work fast (when given part by part). It simply do not wish to use them. My > question: Is this a configuration problem or postgresql optimizer simply > can't do such a query rewrite? I must admit, I haven't managed to figure out what your query is trying to do, but then that's a common problem with autogenerated queries. The main question that needs answering is why the planner thinks you're going to get 1.3 billion rows in the "or" query: "Nested Loop (cost=4588.13..960900482668.95 rows=1386158171 width=32)" You don't show "explain analyse" for this query, so there's no way of knowing how many rows get returned but presumably you're expecting around 88000. What does "explain analyse" return? -- Richard Huxton Archonet Ltd
В списке pgsql-performance по дате отправления