Re: Solving sudoku using SQL

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Solving sudoku using SQL
Дата
Msg-id AANLkTi=KX-fh6n1hYdFO54ApGewSqGwftqSTdJe7OCa_@mail.gmail.com
обсуждение исходный текст
Ответ на Solving sudoku using SQL  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: Solving sudoku using SQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Dec 8, 2010 at 8:57 AM, Tatsuo Ishii <ishii@postgresql.org> wrote:
> In the page first one takes infinite time by PostgreSQL 9.0.1.  Next
> one can be executed very quickly because the join order is explicitely
> specified by cross join syntax. This seems to be a limitation of
> PostgreSQL optimizer and I would like it be removed. Comments?

It's not easy to make the optimizer degrade gracefully when confronted
with a very large number of tables, but I agree it would be worthwhile
if we could figure out how to do it.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: pg_type.typname of array types.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unlogged tables