pgsql/src/test/regress/expected (join.out)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/test/regress/expected (join.out)
Дата
Msg-id 200012142230.eBEMUk478481@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, December 14, 2000 @ 17:30:45
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress/expected
     from hub.org:/home/projects/pgsql/tmp/cvs-serv78433/src/test/regress/expected

Modified Files:
    join.out

-----------------------------  Log Message  -----------------------------

Planner speedup hacking.  Avoid saving useless pathkeys, so that path
comparison does not consider paths different when they differ only in
uninteresting aspects of sort order.  (We had a special case of this
consideration for indexscans already, but generalize it to apply to
ordered join paths too.)  Be stricter about what is a canonical pathkey
to allow faster pathkey comparison.  Cache canonical pathkeys and
dispersion stats for left and right sides of a RestrictInfo's clause,
to avoid repeated computation.  Total speedup will depend on number of
tables in a query, but I see about 4x speedup of planning phase for
a sample seven-table query.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/optimizer/plan (initsplan.c planner.c)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/optimizer/prep (prepunion.c)