Re: Query Optimization with Kruskal’s Algorithm - Mailing list pgsql-performance

From Rauan Maemirov
Subject Re: Query Optimization with Kruskal’s Algorithm
Date
Msg-id b685fbf7-0845-4ea2-9c7e-0cf8e57ba785@m36g2000hse.googlegroups.com
Whole thread Raw
In response to Query Optimization with Kruskal’s Algorithm  ("Tarcizio Bini" <tarcizioab@c3sl.ufpr.br>)
Responses Re: Re: Query Optimization with Kruskal’s Algorithm
Re: Re: Query Optimization with Kruskal’s Algorithm
List pgsql-performance
On May 8, 2:09 am, a...@purefiction.net ("Alexander Staubo") wrote:
> On 5/7/08, Tarcizio Bini <tarcizi...@c3sl.ufpr.br> wrote:
>
> > I'm working on optimizing queries using the Kruskal algorithm
> > (http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4318118).
>
> That paper looks very interesting. I would love to hear what the
> PostgreSQL committers think of this algorithm.
>
> Alexander.
>
> --
> Sent via pgsql-performance mailing list (pgsql-performa...@postgresql.org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-performance

I also would like to hear from them. But seems like the thread is
loosed in tonn of other threads.


pgsql-performance by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: plan difference between set-returning function with ROWS within IN() and a plain join
Next
From: "Jonah H. Harris"
Date:
Subject: Re: Re: Query Optimization with Kruskal’s Algorithm