Re: Any optimizations to the join code in 7.1?
От | Thomas Lockhart |
---|---|
Тема | Re: Any optimizations to the join code in 7.1? |
Дата | |
Msg-id | 3AEA2195.2415244A@alumni.caltech.edu обсуждение исходный текст |
Ответ на | RE: Any optimizations to the join code in 7.1? (Mike Mascari <mascarm@mascari.com>) |
Ответы |
Re: Re: Any optimizations to the join code in 7.1?
|
Список | pgsql-hackers |
> ... 7.1 out of the box took only 2 seconds! I was amazed > and shocked at this damned impressive improvement in planning > speed....until I actually used the explicit JOIN syntax described in > 11.2. Instanteous results! Instantaneous..... But it is possible, under many circumstances, for query optimization to be a benefit for a many-table query. The docs indicate that explicit join syntax bypasses that, even for inner joins, so you may find that this syntax is a net loss in performance depending on the query and your choice of table order. Presumably we will be interested in making these two forms of inner join equivalent in behavior in a future release. Tom, what are the impediments we might encounter in doing this? - Thomas
В списке pgsql-hackers по дате отправления: