Re: Longest Common Subsequence in Postgres - Algorithm Challenge

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Longest Common Subsequence in Postgres - Algorithm Challenge
Дата
Msg-id CAOeZVicZFMXCsO930ke7XYAGtviCkmZUsNgh_6zFh3uQ6x5LJA@mail.gmail.com
обсуждение исходный текст
Ответ на Longest Common Subsequence in Postgres - Algorithm Challenge  (Robert James <srobertjames@gmail.com>)
Список pgsql-general
On Mon, Jul 8, 2013 at 6:39 PM, Robert James <srobertjames@gmail.com> wrote:
> I have two relations, where each relation has two fields, one
> indicating a name and one indicating a position.  That is, each
> relation defines a sequence.
>
> I need to determine their longest common subsequence.  Yes, I can do
> this by fetching all the data into Java (or any other language) and
> computing it using the standard LCS dynamic programming language.  But
> I'd like to stay within Postgres.  Is there any way to do this?
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

Pl/R is the way to go,IMO.

Or any supported language.

Regards,

Atri

--
Regards,

Atri
l'apprenant


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

Предыдущее
От: Robert James
Дата:
Сообщение: Longest Common Subsequence in Postgres - Algorithm Challenge
Следующее
От: Tom Lane
Дата:
Сообщение: Re: backend hangs at sendto() and can't be terminated