Re: Slow query: table iteration (8.3)

From: Glenn Maynard <glenn(at)zewt(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Slow query: table iteration (8.3)
Date: 2010-02-04 09:09:11
Message-ID: bd36f99e1002040109w67aa1d71hc91261d183fad111@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

2010/2/4 Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>:
> isn't that possible with window functions and cte ?
> rank, and limit ?

It is, but again I tried that when I originally designed this and I
think it ended up using seq scans, or at least being slow for some
reason or other.

But I'll be dropping this db into 8.4 soon to see if it helps
anything, and I'll check again (and if it's still slow I'll post more
details). It's been a while and I might just have been doing
something wrong.

--
Glenn Maynard

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Amitabh Kant 2010-02-04 09:16:31 Re: Optimizing Postgresql server and FreeBSD for heavy read and writes
Previous Message Amitabh Kant 2010-02-04 09:02:59 Re: Optimizing Postgresql server and FreeBSD for heavy read and writes