Re: Yet Another (Simple) Case of Index not used

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Denis <denis(at)next2me(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: Yet Another (Simple) Case of Index not used
Date: 2003-04-08 23:46:23
Message-ID: 20030408234623.GD15928@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-performance pgsql-sql

On Tue, Apr 08, 2003 at 12:57:16PM -0700, Denis wrote:
> The query I am trying to do (fast) is:
>
> select count(*) from addresses;
>
> This takes more than a second to complete, because, as the 'explain' command
> shows me,
> the index created on 'addresses' is not used, and a seq scan is being used.
> One would assume that the creation of an index would allow the counting of
> the number of entries in a table to be instantanous?

Incorrect assumption. select count(*) can produce different results in
different backends depending on the current state of the active
transactions.
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> "the West won the world not by the superiority of its ideas or values or
> religion but rather by its superiority in applying organized violence.
> Westerners often forget this fact, non-Westerners never do."
> - Samuel P. Huntington

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Denis @ Next2Me 2003-04-09 00:10:01 Re: [GENERAL] Yet Another (Simple) Case of Index not used
Previous Message Martijn van Oosterhout 2003-04-08 23:34:50 Re: Live Link to Oracle?

Browse pgsql-performance by date

  From Date Subject
Next Message Denis @ Next2Me 2003-04-09 00:10:01 Re: [GENERAL] Yet Another (Simple) Case of Index not used
Previous Message Kevin Brown 2003-04-08 23:22:47 Re: ext3 filesystem / linux 7.3

Browse pgsql-sql by date

  From Date Subject
Next Message Denis @ Next2Me 2003-04-09 00:10:01 Re: [GENERAL] Yet Another (Simple) Case of Index not used
Previous Message Rudi Starcevic 2003-04-08 23:13:30 Re: CASE