Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)
Дата
Msg-id 27645.1220635769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-patches
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Also, it would be nice to use B-M(-H) for LIKE as well.

Right offhand, that seems impossible, at least in patterns with %.
Or were you thinking of trying to separate out the fixed substrings
of a pattern and search for them with BMH?

Anyway, it's not material for this patch, since it'd involve pretty
fundamental redesign of the LIKE code.

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)
Следующее
От: Andrew Chernow
Дата:
Сообщение: libpq events patch (with sgml docs)