Re: Avoiding a seq scan on a table.

From: Brian Hurt <bhurt(at)janestcapital(dot)com>
To: LWATCDR <lwatcdr(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Avoiding a seq scan on a table.
Date: 2008-01-14 17:03:58
Message-ID: 478B95FE.1090502@janestcapital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

LWATCDR wrote:

>Thanks would you suggest a btree or a hash? My guess would a hash
>since it uses an =.
>
>
I only use btrees, so I can't speak to that.

Brian

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message LWATCDR 2008-01-14 17:14:14 Re: Avoiding a seq scan on a table.
Previous Message Sean Davis 2008-01-14 16:54:30 Re: Avoiding a seq scan on a table.