Re: what do postgresql with view ?

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: what do postgresql with view ?
Дата
Msg-id Pine.LNX.4.33.0404061620090.5918-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: what do postgresql with view ?  (elrik-de-melnibone@ifrance.com (elrik))
Список pgsql-hackers
On 31 Mar 2004, elrik wrote:

> elrik-de-melnibone@ifrance.com (elrik) wrote in message news:<762279de.0403301005.502b3cd3@posting.google.com>...
> > In information i have:
> > 
> > 1. when creating view : PostgreSQL parse the query and stock the tree query.
> > 2. when using : PostgreSQL use this tree like a subselect.
> > 
> > my question : Do PostgreSQL makes an analyse of the resulted tree ?
> 
> 
> I can answer by myself : YES !
> 
> In fact the probleme is when i have more than 11 tables in the query...

Sounds like you might be wresting with the genetic query optimizer.  Try 
turning up the geqo theshold and see if things work better.



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

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Function to kill backend
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Small suggestion on build script