Re: Postmaster won't -HUP

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
Cc: Jerry Lynde <jlynde(at)diligence(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postmaster won't -HUP
Date: 2000-06-01 17:21:34
Message-ID: 25503.959880094@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ed Loehr <eloehr(at)austin(dot)rr(dot)com> writes:
> Jerry Lynde wrote:
>>
>> As for the query I'm running, it was simply select * from bigtable (about
>> 2-300k lines) where
>> firstname=<obscure fname> and
>> lastname=<obscure lname> and
>> DOB=<the exact DOB for the above named individual>

> What indices do you have on those fields?

And is it using them --- ie, what does EXPLAIN say about the query?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Simon Hardingham 2000-06-01 17:32:47 query optimiser changes 6.5->7.0
Previous Message Ron Peterson 2000-06-01 17:18:41 Re: ALTERING A TABLE