Re: Possible documentation inaccuracy in optimizer README

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible documentation inaccuracy in optimizer README
Дата
Msg-id 111828.1744166032@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Possible documentation inaccuracy in optimizer README  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: Possible documentation inaccuracy in optimizer README
Список pgsql-docs
David Rowley <dgrowleyml@gmail.com> writes:
> I don't think it'd hurt to mention that we're just ignoring the
> existence of ECs for this example.

Seems like a reasonable approach.

> -    (other possibilities will be excluded for lack of join clauses)
> +    (other possibilities will be excluded for lack of join clauses
> +    (technically, EquivalenceClasses do allow us to determine derived join
> +    clauses for this case, but we ignore that for the simplicity of this
> +    example))

Maybe better:

    Other possibilities will be excluded for lack of join clauses.
    (In reality, use of EquivalenceClasses would allow us to
    deduce additional join clauses that allow more join
    combinations, but here we ignore that to preserve the
    simplicity of this example.)

            regards, tom lane



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