Re: PostgreSQL vs MySQL, and FreeBSD

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: PostgreSQL vs MySQL, and FreeBSD
Дата
Msg-id 36e682920711161253l4376c96ap95fb494c7e24874f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL vs MySQL, and FreeBSD  (Josh Trutwin <josh@trutwins.homeip.net>)
Список pgsql-performance
On Nov 16, 2007 3:36 PM, Josh Trutwin <josh@trutwins.homeip.net> wrote:
> > Agreed.  IMHO, there's nothing wrong with nested-loop join as long
> > as it's being used properly.
>
> Can you explain further please?  (I'm not disagreeing with you, just
> want to know when nested loops are not used properly - does the
> planner make mistakes that you have to watch out for?)

As long as statistics are updated properly, it's generally not an
issue.  You just don't want the system using a nested-loop join
incorrectly (like when table sizes are equal, the outer table is
larger than the inner table, or the inner table itself is overly
large).

--
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation                | fax: 732.331.1301
499 Thornall Street, 2nd Floor          | jonah.harris@enterprisedb.com
Edison, NJ 08837                        | http://www.enterprisedb.com/

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

Предыдущее
От: Josh Trutwin
Дата:
Сообщение: Re: PostgreSQL vs MySQL, and FreeBSD
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Curious about dead rows.