Re: query plan wierdness? - Mailing list pgsql-performance

From Joel McGraw
Subject Re: query plan wierdness?
Date
Msg-id 7B3E33EF2A10A84185E3667F6B9A1B7825EE21@ECIEXCHANGE.eldocomp.com
Whole thread Raw
In response to query plan wierdness?  (Joel McGraw <jmcgraw@eldocomp.com>)
List pgsql-performance
Well, you're kind of right.  I removed the limit, and now _both_
versions of the query perform a sequence scan!

Oh, I forgot to include in my original post: this is PostgreSQL 7.3.4
(on x86 Linux and sparc Solaris 6)

-Joel

-----Original Message-----
From: Guido Barosio [mailto:gbarosio@sinectis.com.ar]
Sent: Wednesday, July 07, 2004 2:46 PM
To: Joel McGraw
Cc: pgsql-performance@postgresql.org
Subject: Re: [PERFORM] query plan wierdness?

The limit is tricking you.
I guess a sequential scan is cheaper than an index scan with the limit
26 found there.

I am wrong?

Greets

--
-------------------------------------------
Guido Barosio
Buenos Aires, Argentina
-------------------------------------------

-- CONFIDENTIALITY NOTICE --

This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain
informationthat is privileged, confidential and exempt from disclosure under applicable law. If you are not the
intendedaddressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use,
copy,disclose or distribute to anyone the message or any information contained in the message. If you have received
thismessage in error, please immediately advise the sender by reply email, and delete the message. Thank you. 

pgsql-performance by date:

Previous
From: Joel McGraw
Date:
Subject: query plan wierdness?
Next
From: Stephan Szabo
Date:
Subject: Re: query plan wierdness?