Re: ORDER BY and LIMIT not propagated on inherited - Mailing list pgsql-performance

From Ramesh kumar
Subject Re: ORDER BY and LIMIT not propagated on inherited
Date
Msg-id bda43614050902130816116052@mail.gmail.com
Whole thread Raw
In response to Re: ORDER BY and LIMIT not propagated on inherited  (Matteo Beccati <php@beccati.com>)
List pgsql-performance
Hi all
I have got lot of information from ur group.
Now i want to relieve from this group.
I kindly request all of you.
Plz unsubcribe me.
Thankz a lot
Ramesh

 
On 9/3/05, Matteo Beccati <php@beccati.com> wrote:
Simon Riggs wrote:
> Returning to Matteo's original query, what we are saying is that the new
> optimization for MIN/MAX queries doesn't work with inherited tables.
>
> It could do, by running optimize_minmax_aggregates() for each query that
> gets planned to see if a better plan exists for each child table.
>
> I think that's a TODO item.

Great. Of course I'm using ORDER BY ... LIMIT as a workaround to get the
index scan on pre-8.1, and because I'm used to it insted of the
previously not optimized MIN/MAX aggregates.

> Optimizing ORDER BY and LIMIT down looks like it would be harder to do
> in the general case, even if Matteo's simple transform looks good. I'm
> not sure it's a very common query type though...

If I can find some time, I'll try to write some hacks... I just need to
find out where to start ;)


Best regards
--
Matteo Beccati
http://phpadsnew.com/
http://phppgads.com/

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to majordomo@postgresql.org so that your
      message can get through to the mailing list cleanly



--
urs

RameshKumar.M

pgsql-performance by date:

Previous
From: Matteo Beccati
Date:
Subject: Re: ORDER BY and LIMIT not propagated on inherited
Next
From: Mark Kirkwood
Date:
Subject: Re: Massive performance issues