pgsql: Improve patternsel() by applying the operator itself to each

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Improve patternsel() by applying the operator itself to each
Дата
Msg-id 20060110173553.E5A049DC865@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Improve patternsel() by applying the operator itself to each value
listed in the column's most-common-values statistics entry.  This gives
us an exact selectivity result for the portion of the column population
represented by the MCV list, which can be a big leg up in accuracy if
that's a large fraction of the population.  The heuristics involving
pattern contents and prefix are applied only to the part of the population
not included in the MCV list.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        selfuncs.c (r1.194 -> r1.195)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.194&r2=1.195)

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

Предыдущее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: psqlodbc - psqlodbc: [07.03.0258] up the Version number.
Следующее
От: gsmet@pgfoundry.org (User Gsmet)
Дата:
Сообщение: pgfouine - pgfouine: commited the current work to work on 0.2 branch