Re: Postmaster won't -HUP

From: Jerry Lynde <jlynde(at)diligence(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postmaster won't -HUP
Date: 2000-06-01 20:13:25
Message-ID: 4.2.0.58.20000601141303.009879c0@mail.diligence.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 01:21 PM 6/1/00 -0400, Tom Lane wrote:
>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

It started indexing on DOBMonth until I did a VACUUM ANALYZE, after which
it uses the lastname index

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-06-01 20:25:55 Re: shared memory
Previous Message Jerry Lynde 2000-06-01 20:09:47 Re: Postmaster won't -HUP