Re: gsoc, text search selectivity and dllist enhancments

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: gsoc, text search selectivity and dllist enhancments
Дата
Msg-id Pine.LNX.4.64.0807110303550.11363@sn.sai.msu.ru
обсуждение исходный текст
Ответ на Re: gsoc, text search selectivity and dllist enhancments  (Jan Urbański <j.urbanski@students.mimuw.edu.pl>)
Ответы Re: gsoc, text search selectivity and dllist enhancments  (Jan Urbański <j.urbanski@students.mimuw.edu.pl>)
Список pgsql-hackers
On Wed, 9 Jul 2008, Jan Urbaski wrote:

> Jan Urbaski wrote:


> Do you think it's worthwhile to implement the LC algorithm in C and send it 
> out, so others could try it out? Heck, maybe it's worthwhile to replace the 
> current compute_minimal_stats() algorithm with LC and see how that compares?

I and Teodor are using LC for phrase estimation in one application and 
from our understanding of the original paper this algorithm might be
not good for sampling, since all theory behind was about streaming of 
FULL data. As for technique we use suffix tree, which should be fine for
typical sample size.
    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: gsoc, text search selectivity and dllist enhancments
Следующее
От: "Gurjeet Singh"
Дата:
Сообщение: Postgres 8.1 doesn't like pg_standby's -l option