Re: Longest Common Subsequence in Postgres - Algorithm Challenge - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: Longest Common Subsequence in Postgres - Algorithm Challenge
Date
Msg-id 20130708144518.GA13082@depesz.com
Whole thread Raw
In response to Longest Common Subsequence in Postgres - Algorithm Challenge  (Robert James <srobertjames@gmail.com>)
Responses Re: Longest Common Subsequence in Postgres - Algorithm Challenge
List pgsql-general
On Mon, Jul 08, 2013 at 09:09:26AM -0400, Robert James 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?

I'm not entirely sure I understand. Can you show us some sample data and
expected output?

Best regards,

depesz



pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: replication stops working
Next
From: pg noob
Date:
Subject: Re: odd locking behaviour