Re: selecting records from a date range

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: dan(at)langille(dot)org
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: selecting records from a date range
Date: 2002-04-02 01:43:44
Message-ID: 19563.1017711824@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Dan Langille" <dan(at)langille(dot)org> writes:
> I'm having fun with this one. It was nice and fast before the vacuum, but
> very
> slow afterwards. The idea is to get all the records for a given day.

[ scratches head... ] I tried to reproduce this, but for me it still
seems to prefer nestloop. Have you been playing any games with the
planner cost parameters? What does pg_stats show for these tables?

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Dan Langille 2002-04-02 02:04:12 Re: selecting records from a date range
Previous Message Dan Langille 2002-04-02 00:36:17 selecting records from a date range