Re: Make the planner smarter about idiosyncratic (or broken) ORM behaviour

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Make the planner smarter about idiosyncratic (or broken) ORM behaviour
Дата
Msg-id 1242988803.27960.382.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Make the planner smarter about idiosyncratic (or broken) ORM behaviour  (Frank Jördens <frank@woome.com>)
Список pgsql-sql
On Fri, 2009-05-22 at 10:33 +0100, Frank Jördens wrote:
> Almost all of the 8k queries per second that are hitting our database
> are generated by a web development framework's ORM (Django), and some
> of the syntax there is quite mad. Possibly the worst tic exhibited by
> the translation layer is that if you filter a query on an object by
> more than one property on a related object it will create a join for
> each property:

It's a known issue that we're looking to work on in the next release.

Work started in 8.4, though was more complex than first appeared and we
didn't complete it in time for the dev deadline.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Make the planner smarter about idiosyncratic (or broken) ORM behaviour
Следующее
От: Isaac Dover
Дата:
Сообщение: Re: help with pg_hba.conf