Re: Re: [ADMIN] need urgent help - Mailing list pgsql-sql

From Tom Lane
Subject Re: Re: [ADMIN] need urgent help
Date
Msg-id 12208.992816408@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: [ADMIN] need urgent help  (Jie Liang <jliang@ipinc.com>)
Responses Re: Re: [ADMIN] need urgent help  (Jie Liang <jliang@ipinc.com>)
List pgsql-sql
Jie Liang <jliang@ipinc.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

pgsql-sql by date:

Previous
From: Jie Liang
Date:
Subject: Re: Re: [ADMIN] need urgent help
Next
From: Jie Liang
Date:
Subject: Re: Re: [ADMIN] need urgent help