Re: [SQL] Re: need urgent help

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jie Liang <jliang(at)ipinc(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: [SQL] Re: need urgent help
Date: 2001-06-17 22:20:08
Message-ID: 12208.992816408@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

Jie Liang <jliang(at)ipinc(dot)com> writes:
> I vacuumed urlinfo already.

VACUUM ANALYZE, or just VACUUM?

> urlinfo_pkey is primary key (id), urlinfo_ukey is unique key (url)
> when I:
> SELECT id FROM urlinfo WHERE url='http://*.yahoo.com';
> It seems taking me longer than before.

What does EXPLAIN say about it?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jie Liang 2001-06-17 22:39:02 Re: [SQL] Re: need urgent help
Previous Message Jie Liang 2001-06-17 22:13:36 Re: [SQL] Re: need urgent help

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2001-06-17 22:39:02 Re: [SQL] Re: need urgent help
Previous Message Jie Liang 2001-06-17 22:13:36 Re: [SQL] Re: need urgent help