Re: When are index scans used over seq scans?

From: Richard van den Berg <richard(dot)vandenberg(at)trust-factory(dot)com>
To: John A Meinel <john(at)arbash-meinel(dot)com>
Cc: pgsql-perform <pgsql-performance(at)postgresql(dot)org>
Subject: Re: When are index scans used over seq scans?
Date: 2005-04-20 15:15:37
Message-ID: 42667219.7050907@trust-factory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

John A Meinel wrote:
> I believe the problem is that postgres doesn't recognize how restrictive
> a date-range is unless it uses constants.

And it does when using BETWEEN with int for example? Impressive. :-)

> select blah from du WHERE time between '2004-10-10' and '2004-10-15';
> Will properly use the index, because it realizes it only returns a few
> rows.

Correct, it does.

> Probably you should try to find out the status of multi-table
> selectivity. It was discussed in the last couple of months.

I can't find the posts you are refering to. What is the priciple of
multi-table selectivity?

Your explanation sounds very plausible.. I don't mind changing the
cpu_tuple_cost before running BETWEEN with timestamps, they are easy
enough to spot.

Thanks,

--
Richard van den Berg, CISSP
-------------------------------------------
Trust Factory B.V. | www.dna-portal.net
Bazarstraat 44a | www.trust-factory.com
2518AK The Hague | Phone: +31 70 3620684
The Netherlands | Fax : +31 70 3603009
-------------------------------------------

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2005-04-20 15:24:56 Re: Spend 7K *WHERE*? WAS Intel SRCS16 SATA raid? and How
Previous Message William Yu 2005-04-20 15:09:37 Re: Opteron vs Xeon (Was: What to do with 6 disks?)