Re: No index maximum? (was Re: No merge sort?)

From: Taral <taral(at)taral(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: No index maximum? (was Re: No merge sort?)
Date: 2003-03-17 22:09:10
Message-ID: 20030317220910.GA3947@taral.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 17, 2003 at 11:23:47AM -0600, Taral wrote:
> Yes, that's exactly it. It's an index _scan_. It should simply be able
> to read the maximum straight from the btree.

Still doesn't work, even with rewritten query. It sort a
Limit(Sort(Index Scan)), with 1333 rows being pulled from the index.

--
Taral <taral(at)taral(dot)net>
This message is digitally signed. Please PGP encrypt mail to me.
"Most parents have better things to do with their time than take care of
their children." -- Me

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-17 22:59:15 Re: XML ouput for psql
Previous Message Bruce Momjian 2003-03-17 22:06:02 Re: [HACKERS] Simplifying timezone support